-
Notifications
You must be signed in to change notification settings - Fork 0
Define status data type with matching exit codes #9
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
Conversation
cf85bbb to
e9aecbc
Compare
isovector
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.
Not quite there. I propose splitting out the first three constructors from StatusFlag and moving them into Status.
ouroboros-consensus-diffusion/app/conformance-test-runner/Main.hs
Outdated
Show resolved
Hide resolved
ouroboros-consensus-diffusion/app/conformance-test-runner/Main.hs
Outdated
Show resolved
Hide resolved
ouroboros-consensus-diffusion/app/conformance-test-runner/Main.hs
Outdated
Show resolved
Hide resolved
ouroboros-consensus-diffusion/app/conformance-test-runner/Main.hs
Outdated
Show resolved
Hide resolved
6e13579 to
95a4880
Compare
isovector
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.
almost there!
ouroboros-consensus-diffusion/app/conformance-test-runner/Main.hs
Outdated
Show resolved
Hide resolved
ouroboros-consensus-diffusion/app/conformance-test-runner/Main.hs
Outdated
Show resolved
Hide resolved
ouroboros-consensus-diffusion/app/conformance-test-runner/Main.hs
Outdated
Show resolved
Hide resolved
79b606c to
db03bcb
Compare
isovector
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.
let's go to morocco!
Description
Closes tweag/cardano-conformance-testing-of-consensus#43
This PR defines a data type with exit codes as defined in our
design document.