bump cardano-crypto-class && ghc - #80
Merged
Merged
Conversation
CarlosLopezDeLara
force-pushed
the
clr/bump-crypto-class
branch
2 times, most recently
from
December 9, 2025 15:09
aa79d40 to
4fadd64
Compare
Update haskell.yml Remove ghc 9.2.8 from CI Add stable versions from https://endoflife.date/ghc
handle connection exception in kes-agent-control
CarlosLopezDeLara
force-pushed
the
clr/bump-crypto-class
branch
from
December 10, 2025 20:09
4fadd64 to
4434472
Compare
CarlosLopezDeLara
force-pushed
the
clr/bump-crypto-class
branch
3 times, most recently
from
December 10, 2025 22:43
8c0ca57 to
c9fbf38
Compare
Modify assertion for Windows so that the test does not fail on Windows
CarlosLopezDeLara
force-pushed
the
clr/bump-crypto-class
branch
from
December 10, 2025 23:03
c9fbf38 to
85148a8
Compare
fraser-iohk
approved these changes
Dec 11, 2025
perturbing
approved these changes
Dec 11, 2025
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
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.
This PR does the follwing:
This is with a kes-agent-control compiled with ghc 9.12.2 without the fix when kes-agent is down:
this happens because 9.12.2 now defaults to including a verbose HasCallStack backtrace
And this is with kes-agent compiled with ghc 9.12.2 where we modified ControlMain.hs to catch handle the exception: