-
Notifications
You must be signed in to change notification settings - Fork 82
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
ghc-lib-parser 9.12 #1140
Merged
Merged
ghc-lib-parser 9.12 #1140
Conversation
This file contains 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
amesgen
force-pushed
the
amesgen/ghc-9.12
branch
2 times, most recently
from
October 16, 2024 22:06
38cb72a
to
e9ea55f
Compare
amesgen
force-pushed
the
amesgen/ghc-9.12
branch
from
November 26, 2024 19:52
e9ea55f
to
b57e236
Compare
amesgen
force-pushed
the
amesgen/ghc-9.12
branch
from
November 26, 2024 20:33
b57e236
to
2664599
Compare
Closed
amesgen
force-pushed
the
amesgen/ghc-9.12
branch
2 times, most recently
from
January 5, 2025 16:44
56c5430
to
ebd4c6a
Compare
amesgen
force-pushed
the
amesgen/ghc-9.12
branch
from
January 5, 2025 17:01
ebd4c6a
to
42d3e4d
Compare
amesgen
force-pushed
the
amesgen/ghc-9.12
branch
7 times, most recently
from
January 16, 2025 11:17
44fb942
to
473a86b
Compare
and use GHC 9.10 by default in preparation for ghc-lib-parser 9.12
amesgen
force-pushed
the
amesgen/ghc-9.12
branch
2 times, most recently
from
January 17, 2025 01:14
f7b371c
to
74fba49
Compare
ncaq
added a commit
to ncaq/fourmolu
that referenced
this pull request
Jan 17, 2025
Address the following GHC breaking changes. [!13511: EPA: Remove AnnKeywordId · Merge requests · Glasgow Haskell Compiler / GHC · GitLab](https://gitlab.haskell.org/ghc/ghc/-/merge_requests/13511) I merge from [ghc-lib-parser 9.12 by amesgen · Pull Request #1140 · tweag/ormolu](tweag/ormolu#1140). This is merely buildable, not fully tested.
ncaq
added a commit
to ncaq/fourmolu
that referenced
this pull request
Jan 17, 2025
Address the following GHC breaking changes. [!13511: EPA: Remove AnnKeywordId · Merge requests · Glasgow Haskell Compiler / GHC · GitLab](https://gitlab.haskell.org/ghc/ghc/-/merge_requests/13511) I merge from [ghc-lib-parser 9.12 by amesgen · Pull Request #1140 · tweag/ormolu](tweag/ormolu#1140). This is merely buildable, not fully tested.
amesgen
force-pushed
the
amesgen/ghc-9.12
branch
from
January 17, 2025 20:37
74fba49
to
cf9a8b2
Compare
mrkkrp
reviewed
Jan 22, 2025
This can only occur with `NoListTuplePuns`. Closes #1146
`FastString`s `Data` instance doesn't look at the underlying data, so our check here will consider all `FastStrings` to be equal. They are used for example for string literals `HsLit`/`HsTyLit`, where we definitely want to make sure that we don't mess up.
Most examples are taken from the GHC proposal.
mrkkrp
force-pushed
the
amesgen/ghc-9.12
branch
from
January 23, 2025 09:10
635b354
to
e9c6fe1
Compare
mrkkrp
approved these changes
Jan 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See the new changelog entries for details.
The commits can be reviewed individually.
Also closes #1146, closes #1152
Also upgrade cabal and enable
multi-repl
, soghcid
will now work across all components out of the box!