-
Notifications
You must be signed in to change notification settings - Fork 512
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
Colored output in Xcode #357
Comments
@Ashton-W we don't plan to add these dependencies atm, as we're using the default OCUnit's test runner. Maybe when the |
My understanding is that an environment variable Assuming this is the case, and it can be done with OCUnits output, would I may work on it anyway for fun, but I'd like to aim to get a pull request Sent from my iPhone On 05/09/2013, at 6:02 PM, Marin Usalj notifications@github.com wrote: @Ashton-W https://github.com/Ashton-W we don't plan to add these Maybe when the gets released, this could get supported by apple. — |
@Ashton-W sure, if you feel like doing a PR, take the gun :) There are also other team members that'll review it. |
Requesting feedback, I've got a working commit in my fork |
https://github.com/Ashton-W/Kiwi/compare/feature;XcodeColors Fixed some silly bugs. Added more and better colors. |
This seems nice. Kiwi could definitely use some output enhancements (colors, separators...). |
I add a vote for colorized output to Kiwi. |
+1 |
1 similar comment
+1 |
+1 - Kiwi doesn't necessarily need to require XcodeColors - but I'd love to be able to turn this on. |
@bengotow this adds no dependency, the |
@supermarin can we get this reopened? |
@Ashton-W Part of issue #306, Kiwi 3.0, is making Kiwi output extensible. Once we have extensible formatters, anyone can build a custom Kiwi formatter--including one that supports the I'm not thrilled with the idea of Kiwi supporting |
I'll follow #449 and move XcodeColors support to that as it develops. In the meantime, @modocache I have opened a PR for you to review at your leisure. |
Colored output in the Xcode console could be supported by using XcodeColors, an example of another project using it is CocoaLumberjack.
The text was updated successfully, but these errors were encountered: