This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-24
Channels
- # arachne (1)
- # aws (1)
- # beginners (43)
- # boot (67)
- # cider (7)
- # cljs-dev (14)
- # cljsjs (6)
- # clojure (215)
- # clojure-czech (2)
- # clojure-dev (12)
- # clojure-dusseldorf (2)
- # clojure-italy (1)
- # clojure-russia (22)
- # clojure-spec (2)
- # clojure-uk (33)
- # clojurescript (85)
- # cryogen (2)
- # cursive (1)
- # datascript (22)
- # datomic (18)
- # dirac (8)
- # hoplon (9)
- # klipse (1)
- # lein-figwheel (5)
- # leiningen (126)
- # off-topic (1)
- # om (57)
- # onyx (159)
- # pedestal (33)
- # planck (2)
- # re-frame (52)
- # reagent (3)
- # ring (2)
- # ring-swagger (16)
- # test-check (12)
- # testing (5)
- # untangled (86)
- # vim (6)
@dnolen: oops, did the require patch break self-require in REPLs?
(Just saw JIRA)
Hrm shame though, to dup that code
I might have some time to kill today at the airport, I'll see if it's enough to fix that
@anmonteiro hrm I’m guessing there’s a clean solution
@anmonteiro busy working on my 3 talks though so I’ll leave you to it 🙂
@dnolen this patch seems to solve the issue, I think: https://github.com/anmonteiro/clojurescript/commit/2e3631b34b0f8ff47d6e3917023e0b117c11ea2c
I wonder what you think about it, though, wrt. leaking REPL stuff to the analyzer (i.e. checking for :repl-env
)
@anmonteiro seems fine to me