This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-05-23
Channels
- # aws (4)
- # beginners (14)
- # boot (7)
- # cider (75)
- # clara (87)
- # cljsrn (6)
- # clojure (115)
- # clojure-berlin (2)
- # clojure-dusseldorf (2)
- # clojure-gamedev (8)
- # clojure-italy (15)
- # clojure-russia (9)
- # clojure-spec (46)
- # clojure-uk (195)
- # clojurescript (24)
- # css (44)
- # datascript (19)
- # datomic (18)
- # emacs (6)
- # fulcro (57)
- # hoplon (1)
- # jobs (3)
- # jobs-discuss (37)
- # jobs-rus (3)
- # luminus (6)
- # lumo (28)
- # off-topic (24)
- # onyx (11)
- # planck (8)
- # re-frame (31)
- # remote-jobs (12)
- # rum (10)
- # schema (4)
- # shadow-cljs (28)
- # specter (24)
- # sql (3)
- # tools-deps (34)
- # vim (43)
- # yada (10)
@benedek Well, it won’t be. I’ll have to change the namespaces there as well. Not sure if I’ll do it in 0.18 or 0.19. Mostly depends on the how soon we’ll get to the point we can jack into the new nREPL.
Ok bit confused now. So i dont need to change this for refactor-nrepl to make it compatible with cider-nrepl latest snapshot?
I can’t rename the namespaces before we’ve got something we can use for cider-jack-in.
Hai, I have an issue with cider-test-run-focused-test
, it throws Uncaught exception java.lang.IllegalArgumentException: Symbol must be namespace-qualified on nREPL-worker-32
so I've gotten a bit further with the fighweel and cider/piggieback failing to find the repl. I can trace it to when piggieback tries to initialize the cljs repl with the repl macros like source, doc, etc. This function also plucks some stuff out of the environment for piggieback to use. As far as I can tell this function never returns.
The repl-env it is using is > #object[breeze.jib.server.core.Delegatingfigwheel_sidecar_repl_FigwheelEnv 0x10342283 "breeze.jib.server.[email protected]"]
so for whatever reason this is either dying silently or is not notifying anything when its done
i can get cemerick/piggieback 0.2.2 with lein-figwheel 0.5.14. i can't get cemerick's version with any more recent figwheel. and i can't get cider/piggieback with any figwheel
this is our primary work product. so i'm staying on 0.5.14 and 0.2.2/cmerick for now. i'm gonna bisect across figwheel to see where things go wrong for me
cider-jack-in-clojurescript so
(do (require 'figwheel-sidecar.repl-api) (figwheel-sidecar.repl-api/start-figwheel!) (figwheel-sidecar.repl-api/cljs-repl))
not sure how to check that. what should i look for. the app starts and works. just the emacs repl buffer never moves past Prompt will show when Figwheel connects to your application
so with cemerick/piggie 0.2.2 and lein-figwheel(and sidecar) 0.5.16 i get no error in the console
and by the way if i'm taking up too much of your time i'm planning on rooting around in this tonight as well
Is there a comfirmation that figwheel connects in with piggie 0.2.2 and figwheel 0.5.16
for me 0.5.14 works with cemerick piggieback. 0.5.16 doesn't work with either cider/piggie or cemerick/piggie for me
backing to figwheel 0.5.14 i get the debug messages. the only change is figwheel version
in the port of the repl things, it is actually interesting to see what will happen to this: https://github.com/clojure-emacs/cider/blob/master/cider.el#L141
because we could use a custom task for nrepl
just open a weird PR that I will continue later 🙂 https://github.com/clojure-emacs/cider-nrepl/pull/532