Skip to content
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

Pattern match tuple empty lists fix #626

Merged
merged 2 commits into from
Jun 20, 2023
Merged

Conversation

MicroProofs
Copy link
Member

Closes #617

…n nested list cases.

fix: all elements were being destructured in tuple clauses even if not used
@MicroProofs MicroProofs requested a review from rvcas June 20, 2023 00:32
@MicroProofs MicroProofs self-assigned this Jun 20, 2023
@MicroProofs MicroProofs added bug Something isn't working code gen Untyped Plutus Core code generation labels Jun 20, 2023
@MicroProofs MicroProofs marked this pull request as ready for review June 20, 2023 00:32
@MicroProofs MicroProofs merged commit 24f5c4d into main Jun 20, 2023
@MicroProofs MicroProofs deleted the issue-pattern-match-tuple branch June 20, 2023 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code gen Untyped Plutus Core code generation
Projects
Status: 🚀 Released
Development

Successfully merging this pull request may close these issues.

Fatal error when pattern matching tuple of lists in when
1 participant