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

Fix moving out terms #458

Merged
merged 1 commit into from
Jun 2, 2022
Merged

Conversation

SeokminHong
Copy link
Contributor

@SeokminHong SeokminHong commented Jun 2, 2022

In #453 , I missed some codegen logic that moves certain terms. Originally, they were encoded and passed into the map_put or map_get function so the move operation doesn't occur, but currently, they are just passed so the move occurs. So I fixed them to pass them as references.

Sorry for making errors!

@evnu evnu merged commit 990249c into rusterlium:master Jun 2, 2022
@SeokminHong SeokminHong deleted the fix-impl-encoder branch June 2, 2022 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants