-
Notifications
You must be signed in to change notification settings - Fork 89
Fix thunks in Shelley #1928
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
Fix thunks in Shelley #1928
Conversation
This depends on IntersectMBO/cardano-ledger#1343, but to avoid breaking/stalling things at the end of this sprint, this non-urgent change can wait until next sprint. |
074bb26
to
8ffeeaa
Compare
IntersectMBO/cardano-ledger#1343 got merged, but some unrelated changes got merged before it, which haven't been propagated to |
8ffeeaa
to
f6bb9ec
Compare
{-# OPTIONS_GHC -fno-strictness #-} | ||
-- NOTE: With @-fstrictness@ optimisation (enabled by default for -O1), we get | ||
-- an unexplained thunk in 'KnownIntersectionState' and thus a space leak. See | ||
-- #1356. |
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.
:-(
bors merge |
Let's hope CI won't block us too long this time (it did in #1947) 😩 |
1928: Fix thunks in Shelley r=mrBliss a=mrBliss Fixes #1558. 1962: node to client api changes r=coot a=coot Small changes to NodeToClient api and LocalStateQuery protocol type signatures. Related to #1950 - Added null peers in NodeToNode module - Add kinds to type signatures of LocalQueryProtocol Co-authored-by: Thomas Winant <thomas@well-typed.com> Co-authored-by: Marcin Szamotulski <profunctor@pm.me>
bors cancel |
(Bors is running a job for this PR and #1962, which was closed, so there's no point in continuing with that job 😩) |
bors r- |
Canceled |
bors merge |
Build failed |
It was accidentally bumped down in #1947.
f6bb9ec
to
fe40214
Compare
bors merge |
bors ping |
pong |
bors merge |
Already running a review |
bors r- |
Canceled |
bors r+ |
Fixes #1558.