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

dev(dojo-core): immutable length param in storage #263

Merged
merged 1 commit into from
Apr 26, 2023

Conversation

milancermak
Copy link
Contributor

length was passed around in storage fns marked as mut but it shouldn't be. In the case where it's value is potentially changed (db.cairo::get), it is shadowed now.

@milancermak milancermak merged commit e496b83 into main Apr 26, 2023
@milancermak milancermak deleted the dev/storage-len-mut branch April 26, 2023 21:02
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