-
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 breakage in combination with Aeson #354
Comments
For searchability, because I just spent quite some time on this: Error:
Workaround so you don't have to deactivate the plugin project-wide: {-# OPTIONS_GHC -fclear-plugins #-} |
FTR, I noticed that only get panics in my projects with so I use this: when:
- condition: 'impl(ghc < 8.10)'
ghc-options: -O2 |
GHC ticket seems to be related: https://gitlab.haskell.org/ghc/ghc/-/issues/14649, fendor provided minimal repro with aeson there. I'm hitting similar panic, but not using aeson in my project and I don't have minimal repro. |
Some weird interaction with
Generics
orToJSON
results in GHC panic.Reproducer sorki/polytype@abc11ab
Complete file https://github.com/sorki/polytype/blob/abc11abbd00528b50a5e7f6fd7593fb2d562b059/src/Polytype/Asciinema.hs
Edit: GHC 8.10.1
The text was updated successfully, but these errors were encountered: