clj-commons / clj-commons/ordered
Associative methods don't work on transient ordered maps
Open
- Dominant language
- Clojure
- Stars
- 267
- Forks
- 40
- Avg merge
- 14h 2m
- Merged PRs (30d)
- 17
Description
OrderedMap doesn't implement `ITransientAssociative2` (which the `clojure.core` transient maps do), so using `contains?` or `find` on a transient OrderedMap throws a `contains? not supported on type: flatland.ordered.map.TransientOrderedMap` error.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.