Skip to content

Conversation

@Jimbo4350
Copy link
Contributor

@Jimbo4350 Jimbo4350 commented Nov 7, 2025

cardano-testnet has some functions that are unnecessarily constrained with MonadTest. This PR aims to expose functionality to remove this restriction:

See: IntersectMBO/cardano-node#6346

@Jimbo4350 Jimbo4350 requested review from carbolymer and newhoggy and removed request for carbolymer November 7, 2025 17:26
-- * Re-exports of concurrency abstractions from @lifted-base@
module Control.Concurrent.Async.Lifted,
module Control.Concurrent.MVar.Lifted,
module System.Timeout.Lifted,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The formatting got changed here. Probably you've used fourmolu with default config and we're only using stylish in hedgehog-extrtas.

link a
return a
)
cleanUp
Copy link
Contributor

@carbolymer carbolymer Nov 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cleanUp
cancel

that would be good enough I think

@carbolymer
Copy link
Contributor

Do you reckon we could add liftToIntegration from IntersectMBO/cardano-node#6346 to this PR? With a better name perhaps.

Copy link
Contributor

@carbolymer carbolymer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you undo the formatting changes?

procFlex = procFlex' defaultExecConfig


-- This will also catch async exceptions as well.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haddock for that function would be nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants