-
Notifications
You must be signed in to change notification settings - Fork 695
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
Registered the NamedDefaults language extension #9740
Registered the NamedDefaults language extension #9740
Conversation
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.
You have a failing test that appears to need an updated hash?
That's been fixed with a manual push to https://gitlab.haskell.org/ghc/packages/Cabal/-/tree/wip/exportable-named-defaults?ref_type=heads |
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.
Thank you very much for the PR.
That's been fixed with a manual push to https://gitlab.haskell.org/ghc/packages/Cabal/-/tree/wip/exportable-named-defaults?ref_type=heads
I'm afraid this is not a 2-way mirror, so the push did not get reflected on github. Could you push this to github?
May I also ask you to link to the relevant GHC issue that adds this extension and check the boxes in the PR template (that would involve adding a tiny changelog file, I presume)? Would it be too much to also ask you for a courtesy towards vim users by adding the extension to their configuration as in #9502 and #8854? Thank you in advance!
Let me take the liberty of rebasing the branch in the hope CI fixes itself... |
@mergify rebase |
✅ Branch has been successfully rebased |
d2e3f5c
to
021b6a3
Compare
Oh, I see the CI fails becase the hashes of the API changed. It's enough to amend them, using the values from the failed tests, I guess. Just as in the similar PRs mentioned above. @blamario: please let me know if this is unclear. |
9e46bbe
to
bae163b
Compare
bae163b
to
9c0d504
Compare
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.
Thank you very much!
I've set a label, so this should merge in 2 days if there are no further comments/conflicts. |
@blamario: Just to make sure: this extension is not going to be in GHC 9.10, right? |
That's not my decision, but I don't expect so. |
* Registered the NamedDefaults language extension * Added changelog and Vim configuration lines * Updated the expected hashes --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
We can't backport this one to 3.12 because of the new member in the ADT. |
@mergify backport 3.14 |
✅ Backports have been created
|
* Registered the NamedDefaults language extension * Added changelog and Vim configuration lines * Updated the expected hashes --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit 00835c0) # Conflicts: # Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs
This is a sibling PR to GHC's !11853
The documentation has been updated, if necessary.Manual QA notes have been included.Tests have been added.