Closed g7s closed 5 years ago
Currently we cannot use duct.core.merge tagging (i.e. merge/distinct, merge/displace etc) on non clojure.lang.IObj values in an edn configuration.
duct.core.merge
merge/distinct
merge/displace
clojure.lang.IObj
Is it possible to create data readers to do the tagging?
EDIT: I mean ofc we can pass our own data readers in duct.core/read-config but shouldn't Duct provide the readers by default?
duct.core/read-config
That's not a bad idea. I'd accept a PR for it.
Sure. Let me see what I can do
Fixed by #27.
Currently we cannot use
duct.core.merge
tagging (i.e.merge/distinct
,merge/displace
etc) on nonclojure.lang.IObj
values in an edn configuration.Is it possible to create data readers to do the tagging?
EDIT: I mean ofc we can pass our own data readers in
duct.core/read-config
but shouldn't Duct provide the readers by default?