-
Notifications
You must be signed in to change notification settings - Fork 720
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 9.2.4 preparations #4504
GHC 9.2.4 preparations #4504
Conversation
5d90c54
to
c22f523
Compare
@@ -381,7 +381,6 @@ newtype CurrentEpochState era = CurrentEpochState (Shelley.EpochState (ShelleyLe | |||
|
|||
decodeCurrentEpochState | |||
:: forall era. Ledger.Era (ShelleyLedgerEra era) | |||
=> Share (Core.TxOut (ShelleyLedgerEra era)) ~ Interns (Shelley.Credential 'Shelley.Staking (Ledger.Crypto (ShelleyLedgerEra era))) |
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.
Interesting, what prompted this change?
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.
ghc-9.2.4
flagged that as an unused constrained and given that it compiles with ghc-8.10.7
flagging it as unused is correct.
@@ -123,7 +123,6 @@ library | |||
, async-extras | |||
, bimap | |||
, blaze-html | |||
, blaze-markup |
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've verified the Windows CI build failures are unrelated to this PR: |
bors r+ |
4504: GHC 9.2.4 preparations r=newhoggy a=newhoggy These changes move the code towards `ghc-9.2.4` compatibility. Co-authored-by: John Ky <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried. Additional information: {"message":"Waiting on code owner review from MarcFontaine, cleverca22, deepfire, denisshevchenko, fmaste, jutaro, and/or mgmeier.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
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.
LGTM Thanks
c22f523
to
df35276
Compare
Squashed commits as requested. |
bors r+ |
4504: GHC 9.2.4 preparations r=newhoggy a=newhoggy These changes move the code towards `ghc-9.2.4` compatibility. Co-authored-by: John Ky <[email protected]>
Timed out. |
df35276
to
969bc78
Compare
bors r+ |
4504: GHC 9.2.4 preparations r=newhoggy a=newhoggy These changes move the code towards `ghc-9.2.4` compatibility. Co-authored-by: John Ky <[email protected]>
Build failed: |
* Type application symbol @ should not be followed with space * Operators must be separated by spaces * Bang pattern symbol ! must not be followed by space * Use type applications to disambguate use of show * Qualified import for Data.List to avoid ambiguity * Don't hide import of option. Use qualified import of Options.Applicative instead. * Use of $ operator should be followed by whitespace because $( is extrictly for TemplateHaskell * Add missing type signature of top level function * Qualified import of Data.Text.Lazy
969bc78
to
9062cc3
Compare
bors r+ |
4504: GHC 9.2.4 preparations r=newhoggy a=newhoggy These changes move the code towards `ghc-9.2.4` compatibility. Co-authored-by: John Ky <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried. Additional information: {"message":"Waiting on code owner review from deepfire and/or denisshevchenko.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
bors r+ |
Build succeeded: |
These changes move the code towards
ghc-9.2.4
compatibility.