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

Apply PersistentHashMap.transient fix from mainline #5

Merged
merged 1 commit into from
Aug 19, 2012

Conversation

jordanlewis
Copy link
Contributor

Fix dissoccing colliding values in a transient hashmap (CLJ-829)

This bug, detailed in http://dev.clojure.org/jira/browse/CLJ-829, causes behavior wherein dissoc'ing a value with a colliding hashcode from a transient map causes the persistent map from which it was based to be modified as well.

Fix dissoccing colliding values in a transient hashmap (CLJ-829)
e76d68dc65bf68f7310cc5e943c9f4ff960249e9
krukow added a commit that referenced this pull request Aug 19, 2012
Apply PersistentHashMap.transient fix from mainline
@krukow krukow merged commit 8c1e182 into krukow:master Aug 19, 2012
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