weavejester / medley

A lightweight library of useful Clojure functions
Eclipse Public License 1.0
865 stars 66 forks source link

Add editable? check for collections for assoc-some fast path #92

Closed tomdl89 closed 2 months ago

tomdl89 commented 2 months ago

Fixes #91

weavejester commented 2 months ago

Thanks for the fix. Could you change the commit message to:

Fix assoc-some for non-editable collections

Fix assoc-some for collections cannot be made transient. Closes #91.
tomdl89 commented 2 months ago

I've changed the commit message to what you suggested, plus the word which which I think was missing. lmk if you need anything else

weavejester commented 2 months ago

Whoops! Thanks for the typo correction!