-
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
Support for Windows #32
Comments
I suspect it's the unicode symbols? The colours and in-place updates should get disabled because they're checking hSupportsANSI |
I think the fix for this is usually along the lines of running |
Nice, I'll give that a shot |
I may be able to give this a shot as well, over the next few weeks. |
I think we can treat this as a dupe of #110 - the discussion there is a little more thorough, so let's keep that one open and close this. Reopen or file a more specific issue if more Windows problems emerge. |
I've converted a couple of QuickCheck properties to Hedgehog and they seem to be running fine on macOS:
However, when I try to run the same tests on Windows I'm getting:
In case it helps to troubleshoot, I used
The text was updated successfully, but these errors were encountered: