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

Monomorphization variant collision fix #633

Merged
merged 2 commits into from
Jun 22, 2023

Conversation

MicroProofs
Copy link
Member

Fix: By reworking variant name creation to include converting from opaque types we are now better able to handle generic types with fewer redundant monomorphized functions created.

Closes #628

@MicroProofs MicroProofs self-assigned this Jun 22, 2023
@MicroProofs MicroProofs requested a review from rvcas June 22, 2023 22:18
@MicroProofs MicroProofs added the code gen Untyped Plutus Core code generation label Jun 22, 2023
@MicroProofs MicroProofs merged commit 5362714 into main Jun 22, 2023
1 check passed
@MicroProofs MicroProofs deleted the monomorphization-collision-fix branch June 22, 2023 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code gen Untyped Plutus Core code generation
Projects
Status: 🚀 Released
Development

Successfully merging this pull request may close these issues.

Run-time type mismatch error
1 participant