vvvvalvalval / supdate

Clojure's update with superpowers.
https://vvvvalvalval.github.io/supdate/
MIT License
204 stars 4 forks source link

Add check if source is a set and preserve if so #9

Open PEZ opened 1 year ago

PEZ commented 1 year ago

Relates to:

In case that indeed is a bug. 😄

Note: For some reason the tests wouldn't compile with the version of midje configured in project.clj. If I use the latest version (1.10.5) I can run the tests.

vvvvalvalval commented 1 year ago

@PEZ not really a bug, but this seems like a nice feature to support. I just requested 1 change, if you submit a new commit I'll merge.

PEZ commented 1 year ago

Cool. Change committed!