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

HashList.[] should be renamed to mget #21

Open
arnetheduck opened this issue Jan 3, 2022 · 0 comments
Open

HashList.[] should be renamed to mget #21

arnetheduck opened this issue Jan 3, 2022 · 0 comments

Comments

@arnetheduck
Copy link
Member

currently, the operator invalidates the cache and returns a mutable reference to the held item - this has the unfortunate consequence that the cache gets invalidated even on read-only uses when the HashList itself for unrelated reasons is mutable, due to how nim prefers var overloads over non-var overloads of the same function.

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

No branches or pull requests

1 participant