-
Notifications
You must be signed in to change notification settings - Fork 74
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
Can't run doctest with GHC 8.4.1/8.4.2 on Mac OSX #199
Comments
Hey @LeventErkok thank you for taking the time to open this issue!
I don't have access to Mac hardware, so I can't help with this. What we could do is add a OS X build to travis to detect this kind of issues earlier in the future. |
I'm afraid the problem is still there with ghc-8.4.2:
Can anyone else confirm? |
Sadly this is still an issue with GHC 8.4.2. Progress seems to have stalled on it. |
I've reported this as a GHC API bug: https://ghc.haskell.org/trac/ghc/ticket/15105. |
The GHC issue has been resolved so I'm going to assume this is no longer a problem. |
That's an interesting assumption. Which version of GHC claims to have fixed the issue? I can produce the same failure in another project with OS-X and GHC 8.10.1 |
The GHC bug suggests maybe 8.6.3 had the fix; IIRC 8.10.1 had some fun bugs of its own - is it still reproducing with 8.10.3? |
I saw 8.10.3 has a linker issue fixed but haven't updated the project from 8.10.1. When I next move the compiler, probably to 9.0, I can find out and report back. |
I'm pretty sure this has everything to do with GHC 8.4.1 on Mac instead of doctest itself, but I'm having difficulty running doctest after upgrading to GHC 8.4.1:
The following ticket (observed in haddock) seems to be the same issue, but for
haddock
: haskell/haddock#767I'm curious if you tried doctest on Mac with GHC 8.4.1 and have run into this. Are there any known workarounds?
The text was updated successfully, but these errors were encountered: