-
Notifications
You must be signed in to change notification settings - Fork 17
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
Convert to use tasty-discover
#127
Conversation
df775c8
to
f8feda6
Compare
63d9367
to
1263600
Compare
-Wunused-packages | ||
|
||
if impl(ghc >= 9.6) | ||
ghc-options: -Wunused-packages |
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.
Why >= 9.6 ? Tbh it's quite useful feature also on lower GHC versions
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.
No idea. One of the packages gets flagged on ghc-8.10.7
but when I remove it, the compile fails. We still have it for ghc-9.6
so CI will catch it for us.
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.
That's cool!
1263600
to
86049bd
Compare
a5acb91
to
129ee55
Compare
f39feba
to
3013081
Compare
ddc21a6
to
bb7ed14
Compare
37fc767
to
d3203c4
Compare
d3203c4
to
f42c4fd
Compare
I think there is an issue with the derivation for
Note that, since
which fails because the build is not running under mingw64. I opened input-output-hk/iohk-nix#551 hoping to fix this. |
Hydra is all 🟢 🥳 |
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.
👍
Changelog
Context
This relieves the developer from having to write the plumbing for new tests.
It also allow individual tests to be run.
The tests can be run as before:
Checklist
See Runnings tests for more details
.cabal
files are updatedhlint
. See.github/workflows/check-hlint.yml
to get thehlint
versionstylish-haskell
. See.github/workflows/stylish-haskell.yml
to get thestylish-haskell
versionghc-8.10.7
andghc-9.2.7
Note on CI
If your PR is from a fork, the necessary CI jobs won't trigger automatically for security reasons.
You will need to get someone with write privileges. Please contact IOG node developers to do this
for you.