Details
-
Type:
Defect
-
Status:
Closed
-
Priority:
Major
-
Resolution: Declined
-
Affects Version/s: Release 1.3, Release 1.4
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:OS X, java 1.6.0_29
Description
I have tested this on the latest clojure 1.4 alpha (1.4.0-alpha5).
I am not exactly sure what the problem is w/ transient maps, but at a certain point they appear to lose values (values that are inserted into the maps w/ assoc! do not get saved).
I have a test script that illustrates this bug:
https://gist.github.com/497879a727dabac46ec3
All the values up to content-length are saved, but content-length never makes it into the transient map.