This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-09
Channels
- # aleph (3)
- # beginners (327)
- # calva (3)
- # cider (20)
- # cljdoc (59)
- # cljs-dev (40)
- # clojure (104)
- # clojure-dev (30)
- # clojure-italy (8)
- # clojure-nl (36)
- # clojure-russia (3)
- # clojure-spec (3)
- # clojure-uk (79)
- # clojurescript (54)
- # community-development (5)
- # cursive (28)
- # data-science (21)
- # datomic (35)
- # emacs (14)
- # expound (1)
- # figwheel (2)
- # figwheel-main (82)
- # fulcro (18)
- # graphql (13)
- # jobs (12)
- # jobs-discuss (38)
- # kaocha (8)
- # lambdaisland (1)
- # lumo (12)
- # off-topic (20)
- # onyx (4)
- # re-frame (51)
- # reagent (12)
- # reitit (8)
- # ring-swagger (1)
- # shadow-cljs (22)
- # slack-help (2)
- # spacemacs (6)
- # specter (16)
- # testing (3)
We love Clojure for stability among the other things. Cider more and more becomes a counterexample of a good clojure infrastructure member. It breaks on every update. Boom and (setq cider-default-cljs-repl "figwheel")
does not work any more. Boom and cider-jack-in-clojurescript
is not jacking in clj&cljs any more. Every time.
a bit harsh, probably. True, it has been more unstable than usual lately, but filing bug reports never hurt anyone. π
its exacerbated since there's not a great way to downgrade in emacs packages.
One could always pull down cider from melpa-stable (https://stable.melpa.org/#/) if they require a more stable experience from CIDER?
Yeah, I hear your frustration π
Ahh yeah, thats true, if someone wants version locking the only project that I can think of that handles that is: https://github.com/raxod502/straight.el
a coworker of mine was on 15 and was terrified to upgrade because he couldn't easily go back to a known working state
and that was with me in the room who is relatively comfortable with the codebase etc
Just so you know, you can use (setq cider-default-cljs-repl 'figwheel)
now instead. If you donβt set cider-default-cljs-repl
it will prompt you for one when using cider-jack-in-cljs
. You can also see which ones are available by inspecting the variable cider-cljs-repl-types
, which shows that the built repl types are all symbols, not strings.