This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-23
Channels
- # aleph (1)
- # architecture (4)
- # aws (7)
- # beginners (249)
- # boot (17)
- # calva (4)
- # cider (30)
- # cljdoc (7)
- # cljs-dev (1)
- # cljs-experience (3)
- # clojure (69)
- # clojure-dev (7)
- # clojure-europe (1)
- # clojure-italy (7)
- # clojure-japan (15)
- # clojure-spec (6)
- # clojure-uk (39)
- # clojurescript (51)
- # cursive (31)
- # data-science (4)
- # datavis (1)
- # datomic (40)
- # dirac (67)
- # duct (8)
- # editors (15)
- # emacs (9)
- # events (3)
- # figwheel-main (2)
- # fulcro (157)
- # juxt (4)
- # kaocha (11)
- # lein-figwheel (1)
- # off-topic (31)
- # pathom (18)
- # re-frame (4)
- # reagent (2)
- # reitit (16)
- # remote-jobs (1)
- # shadow-cljs (11)
- # specter (2)
- # speculative (1)
- # tools-deps (27)
- # vim (1)
- # yada (2)
it looks like duct.core/apply-includes
is not passing the custom readers given to duct/prep
What would be the solution to have the custom readers working with the configs including other ones?
clojure.core/eval core.clj: 3206
...
droit.looking-glass.populator.core/eval5173 REPL Input
...
droit.looking-glass.populator.populator-duct-config-test/eval5185 populator_duct_config_test.clj: 25
duct.core/prep core.clj: 144
duct.core/prep core.clj: 147
duct.core/apply-includes core.clj: 97
duct.core/load-includes core.clj: 94
clojure.core/mapv core.clj: 6823
clojure.core/reduce core.clj: 6747
...
clojure.core/mapv/fn core.clj: 6832
duct.core/load-includes/fn core.clj: 94
duct.core/load-config-resource core.clj: 91
...
clojure.core/memoize/fn core.clj: 6273
clojure.core/apply core.clj: 657
...
duct.core/prep/fn core.clj: 147
duct.core/read-config core.clj: 81
integrant.core/read-string core.cljc: 111
clojure.edn/read-string edn.clj: 46
@U1Z1M77M5 One thing is duct 0.7.0 has dramatically changed the behavior of include, so I suggest upgrading first?
https://github.com/duct-framework/core/blob/master/README.md is still not updated to 0.7.0. How do I prepare config etc in the new version. Are there any newer docs?