-
Couldn't load subscription status.
- Fork 34
Open
Description
Occasionally, PersistentHashMap's entry iterator will return an entry whose key and value are both null.
Running my test case in the debugger, I can see that the map's hasNull value is set to false. Additionally, my code never assocs a null key or value into the map. Running the same test case with PersistentHashMap.iterator2 (the original recursive Seq implementation from Clojure) does not produce entries with null keys or values.
Unfortunately, I don't have a minimal test case at this time. I'm starting this issue as a placeholder, in case you have or someone else has a good idea of what's going wrong.
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels