This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-14
Channels
- # admin-announcements (2)
- # beginners (8)
- # boot (75)
- # clara (2)
- # cljs-dev (3)
- # cljsjs (39)
- # cljsrn (1)
- # clojure (75)
- # clojure-brasil (3)
- # clojure-dusseldorf (13)
- # clojure-gamedev (1)
- # clojure-mexico (1)
- # clojure-quebec (5)
- # clojure-russia (30)
- # clojure-sg (3)
- # clojure-spec (25)
- # clojure-uk (65)
- # clojurescript (36)
- # core-async (1)
- # cursive (15)
- # data-science (6)
- # datomic (38)
- # devcards (29)
- # editors (1)
- # emacs (11)
- # funcool (6)
- # hoplon (43)
- # immutant (48)
- # lambdaisland (2)
- # leiningen (9)
- # mental-health (4)
- # mount (1)
- # numerical-computing (1)
- # off-topic (4)
- # om (19)
- # onyx (1)
- # pedestal (1)
- # proton (1)
- # re-frame (21)
- # reagent (1)
- # specter (8)
- # sql (3)
- # testing (14)
- # untangled (9)
- # yada (31)
Using core.async in a bootstrap load-fn breaks derefing env/*compiler*
during cljs.js/ns-side-effects. ana/missing-uses + check-uses et al are all already passed env as a parameter...swapping out each env/*compiler*
with #?(:clj <@U095WMJNR>/*compiler* :cljs <@U095WMJNR>)
in 6 lines fixes the issue and everything works as normal (from what I can tell). Can I submit a patch for this?
@pat I ended up doing a much heavier refactoring with Andare. Perhaps you’ve found a simpler set of changes. One thing you could do would be to run the core.async
unit tests in a self-hosted environment to verify that your patch is sufficient. Feel free to copy Andare’s setup for this. See https://github.com/mfikes/andare/wiki