-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
Add failing test for variables in hovers #2742
Conversation
@@ -4165,6 +4166,11 @@ findDefinitionAndHoverTests = let | |||
, test no yes outL45 outSig "top-level signature #767" | |||
, test broken broken innL48 innSig "inner signature #767" | |||
, test no yes holeL60 hleInfo "hole without internal name #831" | |||
, if ghcVersion >= GHC92 then | |||
-- Broken on GHC 9.2 and above due to printing of uniques | |||
test no yes holeL65 [] "hole with variable" |
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.
I cannot remember what these parameters mean, but at least the 2nd or 3rd should be broken
right?
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.
broken
doesn't work there. I don't really understand how these work, so I just put an empty set of expectations...
840b9d6
to
a8e238d
Compare
Witnesses haskell#2716. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Pepe Iborra <[email protected]>
Witnesses #2716.