-
Notifications
You must be signed in to change notification settings - Fork 73
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
Don't display error links #448
Conversation
Thanks @hsyl20. If you want this on Hackage, then please open a separate PR that:
|
@hsyl20 I'm still puzzled why this is not picked up by any of our tests. Did you try to add a test for this? |
@sol I've just tried to run
With GHC 9.8 we get only 16 failures as the 17th one is due to error links. I don't understand why my change doesn't fix the test though :/ |
|
With the right command line to run tests (I was using
The issue is that the |
I've pushed the fix in #449. Let's continue the discussion there. |
Fix #447