-
Notifications
You must be signed in to change notification settings - Fork 484
Conformance tests for built-in functions on Value #7359
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
Tests are failing because the metatheory needs to be updated. Working on that now. |
2e6833c
to
d911396
Compare
I've ignored these tests in the Also added some new ones to test maximum key length. |
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 tests 👍
This contains uplc conformance tests for
insertCoin
,unionValue
,lookupCoin
,valueContains
Value
typeTest cases are based on the semantics described in cardano-foundation/CIPs#1088, but it seems like the semantics of
valueContains
are still being discussed. When that is finalised, I can add some more cases if necessary.