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: support runtime borrow drop tracking #429

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Conversation

guybedford
Copy link
Collaborator

This updates the borrow dropping after a call to use a runtime list of borrows, instead of a compile-time list, to ensure it properly supports all nested data structures and lists.

Fixes #428.

@guybedford guybedford merged commit 6460865 into main Apr 29, 2024
16 checks passed
@guybedford guybedford deleted the runtime-borrow-drops branch April 29, 2024 20:56
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.

Lifting list<borrow<res>> during transpilation emits invalid code
1 participant