-
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
Plugin panics tracking issue #356
Comments
On 8.10.2 it manifests for me (sometimes, anyway) in |
Anyone with some comparatively minimal reproducer? I'm not using 8.10 and so haven't gotten any panics :/ (at least not ones that weren't caused by non-compiling code) |
can confirm that the panic in #354 doesn't occur anymore. |
Closing this. Feel free to reopen if you think it's still an issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GHC 8.10.1 related
For most of my lib I've switched to enabling plugin for only few modules via
pragma
instead of enabling it globally.What's interesting is that this only manifests on full builds via
cabal build
but not incabal repl
.The text was updated successfully, but these errors were encountered: