This repository was archived by the owner on Aug 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 236
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
because they will be soon be added to -Wall. See https://gitlab.haskell.org/ghc/ghc/-/issues/15656
74c9314
to
b7b3905
Compare
Please let me know if there are any questions about this. |
Sorry I missed this. I didn't have my notification settings right. Change looks ok but I do wonder which record constructions in particular we are addressing here? |
|
Oh wow! I didn't expect that! Thanks for clarifying, doesn't seem like it has an easy fix to it. |
alexbiehl
approved these changes
Dec 8, 2020
tomjaguarpaw
added a commit
to tomjaguarpaw/haddock
that referenced
this pull request
Dec 10, 2020
because they will be soon be added to -Wall. See https://gitlab.haskell.org/ghc/ghc/-/issues/15656
alexbiehl
pushed a commit
that referenced
this pull request
Dec 10, 2020
because they will be soon be added to -Wall. See https://gitlab.haskell.org/ghc/ghc/-/issues/15656
bgamari
added a commit
that referenced
this pull request
Dec 15, 2020
tomjaguarpaw
added a commit
to tomjaguarpaw/haddock
that referenced
this pull request
Dec 19, 2020
because they will be soon be added to -Wall. See https://gitlab.haskell.org/ghc/ghc/-/issues/15656
hsyl20
pushed a commit
to hsyl20/haddock-1
that referenced
this pull request
Dec 21, 2020
As this does not build on GHC `master`. This reverts commit 7936692.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
because they will be soon be added to -Wall.
See https://gitlab.haskell.org/ghc/ghc/-/issues/15656
Haddock is a boot library so it is very important it is
-Wall
clean, else GHC's validation test will fail.