-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
HLint doesn't report "Unused LANGUAGE pragma" #2042
Labels
component: hls-hlint-plugin
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Comments
jneira
added
component: hls-hlint-plugin
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
labels
Jul 27, 2021
Hmm i would swear i've seen warning about unused pragmas at some point, will try to reproduce |
Thanks. Let me know if you can't and I'll try to narrow it down. |
Can reproduce at first, not sure when it has started to fail, maybe since the pr which added support for ghc-9 |
jneira
added a commit
to jneira/haskell-language-server
that referenced
this issue
Nov 3, 2021
mergify bot
pushed a commit
that referenced
this issue
Nov 10, 2021
…#2321) * Rename test data files * Add regression tests * Add regression test for #1279 * Use timeout * Correct waitForProgressDone in ghcide * Remove unnecessary waitForDiagnostics * Mark test broken for hlint on ghclib * Add test over unused extensions * Add test for #2042 * Add data for #2280 * Use waitForAllProgressDone * Add test for #2280 * correct module name * Add reproduction for #2290 * Correct test case * Comment about knownBrokenForHlint* * Correction
jneira
added a commit
to jneira/haskell-language-server
that referenced
this issue
Nov 18, 2021
jneira
added a commit
to jneira/haskell-language-server
that referenced
this issue
Nov 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: hls-hlint-plugin
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
File contains just:
{-# LANGUAGE BangPatterns #-}
HLS reports no warnings. HLint 3.2.7 on the command line says:
Odd. Is HLS intentionally disabling these hints for some reason?
The text was updated successfully, but these errors were encountered: