-
Notifications
You must be signed in to change notification settings - Fork 107
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
Allow to omit icons at the start of important output lines #524
Conversation
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.
Very nice 👍
This will make MinGW 32/64 users happier, including myself (occasionally) 💕
Happy if it helps. Beware, however, that Hedgehog will still produce non-ASCII characters. This only removes the icons at the beginning of the lines, as they don't add much for Hspec. I think a proper solution for MingGW would be to use replacement characters from the ASCII range when the handle does not support UTF-8. |
Hmm, now that #523 is merged, this needs to be rebased. |
Thanks for the links 👍 Yes, this is more or less what I had in mind. 🙌 |
# Conflicts: # hedgehog/src/Hedgehog/Internal/Report.hs
@sol, done. I rebased from the command-line and force-pushed, hope that's OK for you. The conflict was this, due to #523:
Please have a look and if all looks good we can merge. 🎉 |
@moodmosaic yes, all good 👍 Thanks a lot 🙏 |
This is part of #522.