-
Notifications
You must be signed in to change notification settings - Fork 19
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
governor: redo tests; bug fixes; perf improvements #146
Conversation
d50780b
to
48a4c37
Compare
e465a98
to
f4458bb
Compare
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.
Few things:
Sample/Governor/Mutate.hs
should be moved toProperty/Governor.hs
as it's for Property testing only.- I'm unsure if it's a good idea to make
SpecificationTree
also compatible with Properties. We should write new helper for checking scripts with Property testing, and leaveSpecificationTree
for only benchmarking and unit testing. (I'll make new Library for Plutarch Unit testing)
Actually it's still referenced in
Can totally agree with that, |
I'll make better interfaces soon. Probably today. |
5a34375
to
5e34fcb
Compare
5e34fcb
to
d391932
Compare
d391932
to
23cc230
Compare
Update CHANGELOG.md please! |
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.
Great work! Just a couple typos and I think it's good to go (after CHANGELOG)
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.
LGTM.
Will close #76