GlenKPeterson / Paguro

Generic, Null-safe, Immutable Collections and Functional Transformations for the JVM
Other
312 stars 24 forks source link

ImUnsortedMap should refine return type of ImMap.assoc(Map.Entry) #13

Closed pniederw closed 8 years ago

pniederw commented 8 years ago

It does so for assoc(K, V), but not for assoc(Map.Entry<K, V>).

GlenKPeterson commented 8 years ago

Fixed in 2.0.9. I think the root cause of the issue was not doing 100% test coverage on the new code. If I had, I would have written sub-classes as part of the test. I have 100% coverage on every file I touched in this release. I'll do that probably fix the coverage of the other interfaces this weekend unless you report more bugs.

2016-09-13 Release 2.0.9: