Rename package from colcon-ansi-colors-example to colcon-ansi-colors#1
Merged
mikepurvis merged 3 commits intoAug 8, 2025
Merged
Conversation
Co-authored-by: mikepurvis <944666+mikepurvis@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Rename package to colcon-ansi-colors
Rename package from colcon-ansi-colors-example to colcon-ansi-colors
Aug 7, 2025
mikepurvis
requested changes
Aug 7, 2025
mikepurvis
left a comment
There was a problem hiding this comment.
In addition to the nit, can you also change the section end color not to be black? I think it should be a faint default, assuming the ansi color codes work that way.
mikepurvis
requested changes
Aug 7, 2025
mikepurvis
left a comment
There was a problem hiding this comment.
Copilot, please address the prior review feedback
mikepurvis
approved these changes
Aug 7, 2025
mikepurvis
reviewed
Aug 8, 2025
| style.Pictogram = AnsiEscape.Bright + AnsiEscape.Green | ||
| style.SectionStart = AnsiEscape.Default | ||
| style.SectionEnd = AnsiEscape.Bright + AnsiEscape.Black | ||
| style.SectionEnd = AnsiEscape.Faint + AnsiEscape.Default |
|
@mikepurvis Do I understand correctly that you only named the file/class after |
cemersoz
approved these changes
Aug 8, 2025
|
@MatthijsBurgh Yes this is only about the colour style for colcon; what it builds and how is completely unaffected. (And to clarify, I’m not the author here, this is a fork of @cottsay’s work linked from colcon/colcon-core#487 (comment)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR renames the package from
colcon-ansi-colors-exampletocolcon-ansi-colorsthroughout the repository to reflect its final production name.Changes Made
Package Structure
colcon_ansi_colors_example/→colcon_ansi_colors/Configuration Files
Test Files
test_spell_check.pyandtest_flake8.pyto use correct import pathsVerification
The changes are minimal and surgical, preserving all functionality while updating the package identity. The colcon extension continues to work exactly as before, now under the production package name
colcon-ansi-colors.💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.