-
Notifications
You must be signed in to change notification settings - Fork 156
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
Test proposals rewrite #3981
Merged
Merged
Test proposals rewrite #3981
Conversation
This file contains 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
20 tasks
98007c3
to
7fa0477
Compare
45c2ffc
to
7a6271f
Compare
d183298
to
121d7d3
Compare
7a6271f
to
8a86ec3
Compare
121d7d3
to
e39d1cd
Compare
8a86ec3
to
5d9041f
Compare
9fcb282
to
2552238
Compare
c855294
to
649c58f
Compare
d9334e1
to
e38167c
Compare
Soupstraw
reviewed
Jan 12, 2024
eras/conway/impl/test/Test/Cardano/Ledger/Conway/GovActionReorderSpec.hs
Outdated
Show resolved
Hide resolved
be3f7f4
to
a0a824c
Compare
Soupstraw
reviewed
Jan 12, 2024
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Imp/GovSpec.hs
Outdated
Show resolved
Hide resolved
Soupstraw
reviewed
Jan 12, 2024
Soupstraw
reviewed
Jan 12, 2024
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Imp/GovSpec.hs
Outdated
Show resolved
Hide resolved
Soupstraw
reviewed
Jan 12, 2024
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Proposals.hs
Outdated
Show resolved
Hide resolved
8556721
to
04da19f
Compare
a0a824c
to
13f0315
Compare
762b1aa
to
7d4b7ed
Compare
lehins
reviewed
Jan 24, 2024
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Imp/GovSpec.hs
Outdated
Show resolved
Hide resolved
5f3a6e1
to
b550eaf
Compare
5edf143
to
11c8311
Compare
Soupstraw
reviewed
Jan 30, 2024
eras/conway/impl/test/Test/Cardano/Ledger/Conway/GovActionReorderSpec.hs
Outdated
Show resolved
Hide resolved
Soupstraw
reviewed
Jan 30, 2024
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Proposals.hs
Outdated
Show resolved
Hide resolved
lehins
reviewed
Jan 31, 2024
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.
I only got a chance to look at parts of the PR.
I'll do a follow up review tomorrow
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Imp/GovSpec.hs
Outdated
Show resolved
Hide resolved
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Imp/GovSpec.hs
Outdated
Show resolved
Hide resolved
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Proposals.hs
Outdated
Show resolved
Hide resolved
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Proposals.hs
Outdated
Show resolved
Hide resolved
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Proposals.hs
Outdated
Show resolved
Hide resolved
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Proposals.hs
Outdated
Show resolved
Hide resolved
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Proposals.hs
Outdated
Show resolved
Hide resolved
bd14ea1
to
d03fc34
Compare
aniketd
commented
Feb 1, 2024
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Proposals.hs
Outdated
Show resolved
Hide resolved
lehins
reviewed
Feb 1, 2024
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Proposals.hs
Outdated
Show resolved
Hide resolved
lehins
approved these changes
Feb 1, 2024
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.
Looks much better than before. Nice.
1f02514
to
c11b5f8
Compare
c11b5f8
to
3581f3f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Closes #3894
Pending
Conway
constraint is done away with and all tests are sufficiently polymorphic overera
Checklist
.cabal
andCHANGELOG.md
files according to theversioning process.
.cabal
files for all affected packages are updated. If you change the bounds in a cabal file, that package itself must have a version increase. (See RELEASING.md)CHANGELOG.md
for the affected packages. New section is never added with the code changes. (See RELEASING.md)fourmolu
(usescripts/fourmolize.sh
)scripts/cabal-format.sh
)hie.yaml
has been updated (usescripts/gen-hie.sh
)