-
Notifications
You must be signed in to change notification settings - Fork 740
Do not merge: Remove Integration Monad #6346
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
Open
Jimbo4350
wants to merge
19
commits into
master
Choose a base branch
from
jordan/remove-integration-monad
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
abebf8d
Implement `liftToIntegration`
Jimbo4350 4719832
Implement mkConfig and mkConfigAbs
Jimbo4350 6fec669
Remove runTestnet usage in runCardanoOptions and testnetRoutine from
Jimbo4350 43ebfa1
Implement liftIOAnnotated which annotates exceptions with a callstack
Jimbo4350 f831850
Remove testnetRoutine
Jimbo4350 e86447d
Implement asyncRegister_
Jimbo4350 5b970e8
Add hprop_asyncRegister_sanity_check
Jimbo4350 3e6b8a4
Remove Integration monad return type from createTestnetEnv and
Jimbo4350 8270a2b
Remove MonadTest constraint from createSPOGenesisAndFiles
Jimbo4350 37ade3d
Remove MonadTest constraint from startNode and startLedgerNewEpochSta…
Jimbo4350 8e04ac0
Remove MonadTest constraints from assertion functions
Jimbo4350 d1006cc
Propagate liftToIntegration and liftIOAnnotated
Jimbo4350 b8c8b53
Fix build issues
Jimbo4350 1333cdc
Review changes
Jimbo4350 6806869
Replace liftIO with liftIOAnnotated
Jimbo4350 81be8a4
Fix infinite loop
carbolymer 43697cc
Bump iohkNix and hackageNix
Jimbo4350 1d5b8a9
Fix liftToIntegration to report the exception location to Hedgehog
carbolymer a8f6270
Generalise liftToIntegration
carbolymer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
What's the advantage over:
?