This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-07
Channels
- # bangalore-clj (2)
- # beginners (53)
- # boot (30)
- # cider (27)
- # clara (1)
- # cljs-dev (18)
- # cljsrn (16)
- # clojure (153)
- # clojure-brasil (1)
- # clojure-dusseldorf (5)
- # clojure-italy (20)
- # clojure-losangeles (3)
- # clojure-spec (4)
- # clojure-uk (177)
- # clojurescript (115)
- # component (4)
- # core-logic (1)
- # datomic (29)
- # emacs (9)
- # figwheel (2)
- # gorilla (1)
- # graphql (36)
- # hoplon (4)
- # jobs (1)
- # jobs-discuss (3)
- # juxt (2)
- # keechma (22)
- # lumo (4)
- # off-topic (1)
- # onyx (17)
- # parinfer (96)
- # protorepl (10)
- # re-frame (31)
- # reagent (14)
- # ring-swagger (17)
- # spacemacs (32)
can someone tells me why cider fails when trying to start a clojurescript repl? https://gist.github.com/anonymous/9d635eeda53d1bac1de2f592e636a4a0
@decim - maybe you have figured this out already - but it looks like 171 of your snippet may give a clue?
Caused by: clojure.lang.ExceptionInfo: Call to clojure.core/ns did not conform to spec:
funny enough it does compile outside of cider. I noticed this a few weeks ago when I first attempted to work with clojurescript doing a tutorial. It doesn’t seem to mater what project i’m in, Cider doesn’t seem to like it. I’ll be doing some more toying around this morning so I can go back and see if the stack trace is similar.
I've always had some problem with cider-jack-in-clojurescript. It starts 2 repls (this can be configured) and it's matter of luck if cider recognizes that a repl is running. For my side, I'd always recommend people starting normal clojure repl and use piggyback to transform it into cljs repl.
@hlolli what do you mean "problem"? When you have 2 repls you can evaluate Clojure (when you're in Clojure file) and Clojurescript (when you're in .cljs) file. Even more - you can evaluate .cljc file by just changing the mode. It even grays out things that's irrelevant for specific mode.
funny enough it does compile outside of cider. I noticed this a few weeks ago when I first attempted to work with clojurescript doing a tutorial. It doesn’t seem to mater what project i’m in, Cider doesn’t seem to like it. I’ll be doing some more toying around this morning so I can go back and see if the stack trace is similar.