-
Notifications
You must be signed in to change notification settings - Fork 485
[Builtins] Allow casing on booleans and integers #7029
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
effectfully
wants to merge
32
commits into
master
Choose a base branch
from
effectfully/builtins/allow-casing-on-booleans
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
32 commits
Select commit
Hold shift + click to select a range
06d1a16
[Builtins] Allow casing on booleans
effectfully 2c5a658
Merge branch 'master' of https://github.com/input-output-hk/plutus in…
effectfully 89f9909
Restore the original case-of-case
effectfully 9e65c92
Proper error messages, support for old 'IfThenElse'
effectfully 5f0c523
Merge branch 'master' of https://github.com/input-output-hk/plutus in…
effectfully 50689dc
Make the default branch correspond to 'False'
effectfully d0a5a27
Merge branch 'master' of https://github.com/input-output-hk/plutus in…
effectfully 43789e2
Fix conformance tests
effectfully 8173d7c
Merge branch 'master' of https://github.com/input-output-hk/plutus in…
effectfully 15f15b9
Add 'Case on constants' tests
effectfully eaf8284
Docs
effectfully 7c5387e
Cosmetics
effectfully b63ff2f
Fix a test
effectfully 35c61d8
Apply 'fourmolu' to 'plutus-tx'
effectfully dafd361
Merge branch 'master' of https://github.com/input-output-hk/plutus in…
effectfully 9ac9643
Merge branch 'master' of https://github.com/input-output-hk/plutus in…
effectfully 5fad6c1
Merge branch 'master' of https://github.com/input-output-hk/plutus in…
effectfully 7826ad0
Remove redudant golden files
effectfully b5aff71
Remove 'term' from 'CaseBuiltin'
effectfully d404be1
Address comments
effectfully 81948ad
Allow constants in case-of-case too
effectfully 82d703f
Merge branch 'master' of https://github.com/input-output-hk/plutus in…
effectfully cabbbe3
A failed experiment to add 'caserBuiltin' to 'MachineParameters'
effectfully 8d72e6c
Add versioning for casing
effectfully 2748dbb
Add 'BuiltinCasing' to fix 'plutus-ledger-api' tests
effectfully 2338a26
Merge branch 'master' of https://github.com/input-output-hk/plutus in…
effectfully 7901ba5
Fix constitution tests
effectfully d221ef4
Fix 'cost-model'
effectfully 9fa4ef3
Add a comment to 'CaseOfCase'
effectfully 29c1442
Fix golden tests
effectfully 51dfc51
Polishing
effectfully 02a071c
Fix the remaining issues
effectfully File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...constitution/test/Cardano/Constitution/Validator/Data/GoldenTests/sorted.cbor.size.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2140 | ||
2090 |
2 changes: 1 addition & 1 deletion
2
...stitution/test/Cardano/Constitution/Validator/Data/GoldenTests/sorted.large.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ExBudget {exBudgetCPU = ExCPU 540852171, exBudgetMemory = ExMemory 2592918} | ||
ExBudget {exBudgetCPU = ExCPU 472550709, exBudgetMemory = ExMemory 2373780} |
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
2 changes: 1 addition & 1 deletion
2
...stitution/test/Cardano/Constitution/Validator/Data/GoldenTests/sorted.small.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ExBudget {exBudgetCPU = ExCPU 82805157, exBudgetMemory = ExMemory 359105} | ||
ExBudget {exBudgetCPU = ExCPU 66876110, exBudgetMemory = ExMemory 308402} |
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.
Uh oh!
There was an error while loading. Please reload this page.