Skip to content
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

Promote more warnings to errors in ghcide #4054

Merged

Conversation

jhrcek
Copy link
Collaborator

@jhrcek jhrcek commented Feb 6, 2024

No description provided.

@jhrcek jhrcek marked this pull request as draft February 6, 2024 19:23
, _kind = SymbolKind_Object
, _detail = case x of
ForeignImport{} -> Just "import"
ForeignExport{} -> Just "export"
XForeignDecl{} -> Nothing
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One of those "trees that grow" constructors that apparently can't happen in parsed AST, so is marked as redundant pattern match.

@jhrcek jhrcek marked this pull request as ready for review February 7, 2024 03:42
@michaelpj michaelpj merged commit c2a7952 into haskell:master Feb 7, 2024
39 checks passed
@jhrcek jhrcek deleted the jhrcek/ghcide-promote-warnings-to-errors branch February 12, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants