-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the support of Mintty for colors #5726
Conversation
stof
commented
Sep 26, 2015
Q | A |
---|---|
Doc fix? | no |
New docs? | yes symfony/symfony#15915 |
Applies to | 2.8+ (or 2.3+ depending on where it gets merged) |
Fixed tickets | n/a |
On Windows, install the `ConEmu`_ or `ANSICON`_ free applications to see | ||
colored test results. | ||
On Windows, install the `ConEmu`_, `ANSICON`_ or `Mintty`_ free applications | ||
to see colored test results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, this sentence is actually related to the PHPUnit color support. This means it depends on sebastianbergmann/environment#11 rather than on the Symfony PR (PHPUnit does not use the Console component)
👍 |
This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closes #15915). Discussion ---------- Detect Mintty for color support on Windows | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | symfony/symfony-docs#5726 Mintty is now the default terminal in GitBash, and it supports ANSI colors without the need of ANSICON (it even supports 256 colors rather than the 16 colors supported by ANSICON). I submitted it to 2.8 as it can be considered as a new feature. But it should not be hard to merge it in other branches if we decide to consider it as a bugfix (it just needs to be split because VarDumper does not exist in 2.3) Commits ------- 12743d1 Detect Mintty for color support on Windows
The code has actually been merged in the 2.3 branch, so this now applies to 2.3+ |
@stof Should we wait here until sebastianbergmann/environment#11 gets merged or split this into two pull requests? |
Well, actually, you already get colors when running tests in Mintty now if you use the |
Thank you @stof. |
This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closes #5726). Discussion ---------- Document the support of Mintty for colors | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes symfony/symfony#15915 | Applies to | 2.8+ (or 2.3+ depending on where it gets merged) | Fixed tickets | n/a Commits ------- d8d4345 Document the support of Mintty for colors