-
Notifications
You must be signed in to change notification settings - Fork 5
Expose process related functions without a MonadTest constraint
#107
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
base: main
Are you sure you want to change the base?
Conversation
to utilize the Integration monad
the cleanUp action
| -- * Re-exports of concurrency abstractions from @lifted-base@ | ||
| module Control.Concurrent.Async.Lifted, | ||
| module Control.Concurrent.MVar.Lifted, | ||
| module System.Timeout.Lifted, |
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.
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 |
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.
| cleanUp | |
| cancel |
that would be good enough I think
|
Do you reckon we could add |
carbolymer
left a comment
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.
Can you undo the formatting changes?
| procFlex = procFlex' defaultExecConfig | ||
|
|
||
|
|
||
| -- This will also catch async exceptions as well. |
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.
Haddock for that function would be nice
cardano-testnethas some functions that are unnecessarily constrained withMonadTest. This PR aims to expose functionality to remove this restriction:See: IntersectMBO/cardano-node#6346