-
Notifications
You must be signed in to change notification settings - Fork 114
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
Handle -Wprepositive-qualified-syntax
and -Wmissing-local-signatures
#358
Comments
I just noticed, that the same thing happens for
|
-Wprepositive-qualified-syntax
-Wprepositive-qualified-syntax
and -Wmissing-local-signatures
Also, this might be of interest:
|
The solution is probably to add to https://github.com/ndmitchell/ghcid/blob/master/src/Language/Haskell/Ghcid/Parser.hs#L60, so these are understood and the scope of the warning can be determined. Ghcid doesn't really know if things come from the underlying ghci or cabal, so the same parser handles both. |
I believe this is going to become a more widespread issue as more codebases enter GHC2021. |
When
-Wprepositive-qualified-syntax
is enabled, an artifact remains after reloading finishes:Note, that
cabal build
doesn't throw this warning. I guess this comes from the initialization ofghcid
, but I'm no expert here. ^^Edit:
ghcid
version:Auto reloading GHCi daemon v0.8.7
e9545762b032559c27d8ec9141ed63ceca1aa1ac
haskellPackages
, which uses GHC 8.10.7The text was updated successfully, but these errors were encountered: