-
Notifications
You must be signed in to change notification settings - Fork 704
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
Fix AutogenModulesToggling test #9407
Conversation
I tested locally to see that reverting #8690 causes this test to fail. |
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.
LGTM! It's much better test now. The previous version was limited by my familiarity with Cabal testing infrastructure.
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.
Makes sense to me, thank you!
It seems to fail in CI. I will try again locally shortly. |
I think this might be failing on older GHC versions because of a recompilation bug in older GHC versions. I removed the job cancelling logic in CI so I can see the full matrix of GHC versions. |
a1d60e6
to
6449aed
Compare
By converting this to a setupTest we use the in-tree Cabal library rather than relying on a proxy of the GHC version to provide the right Cabal library version. Supersedes haskell#9398
6449aed
to
9d3a7c7
Compare
By converting this to a setupTest we use the in-tree Cabal library rather than relying on a proxy of the GHC version to provide the right Cabal library version.
Supersedes #9398