This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-29
Channels
- # bangalore-clj (2)
- # beginners (22)
- # boot (28)
- # cljs-dev (91)
- # cljsrn (4)
- # clojure (30)
- # clojure-austin (8)
- # clojure-conj (4)
- # clojure-japan (1)
- # clojure-russia (3)
- # clojure-spec (9)
- # clojure-uk (8)
- # clojurescript (42)
- # cursive (2)
- # editors (1)
- # hoplon (16)
- # klipse (91)
- # lein-figwheel (1)
- # luminus (9)
- # off-topic (4)
- # om (83)
- # onyx (29)
- # perun (6)
- # re-frame (17)
- # spacemacs (6)
- # untangled (1)
- # vim (5)
@mynomoto: i remember introducing that sort of regression with reload when i was working on the singleton constructors some time ago. what version of hoplon are you using?
@mynomoto: is there any chance this is something you built from master after the 6.0.0-alpha16 distribution?
@jumblerg not really, it has been ages since I did a install from hoplon source. Can't you reproduce?
i was concerned it was being caused by my most recent modifications to the merge-kids fn. i haven't seen this issue in a while; might want to try master and 0.3.0-SNAPSHOT, which i'm using with boot-reload.
yes, when i'm testing during development, e.g. boot develop -o advanced
:
(deftask develop
[o optimizations OPT kw "Optimizations to pass the cljs compiler."]
(let [o (or optimizations :none)]
(comp (watch) (speak) (hoplon) (reload) (cljs :optimizations o) (serve))))
It's a rare occasion when I run with any optimizations when doing dev but I know this pain.