framed-data / overseer

Overseer is a library for building and running data pipelines in Clojure.
Eclipse Public License 1.0
97 stars 10 forks source link

Allow harnessing for nil map handler keys #23

Closed andrewberls closed 9 years ago

andrewberls commented 9 years ago

update-in already creates missing keys as necessary, but we need to invoke the wrapper with clojure.core/identity if there is no preexisting value at a key to keep things working.

elliot42 commented 9 years ago

:+1: