This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-22
Channels
- # beginners (55)
- # cider (22)
- # cljs-dev (123)
- # cljsrn (75)
- # clojars (1)
- # clojure (92)
- # clojure-europe (2)
- # clojure-italy (16)
- # clojure-nl (6)
- # clojure-spec (17)
- # clojure-uk (77)
- # clojured (2)
- # clojurescript (39)
- # core-async (8)
- # cursive (4)
- # data-science (1)
- # datomic (22)
- # duct (4)
- # editors (21)
- # emacs (10)
- # events (4)
- # fulcro (116)
- # graphql (8)
- # immutant (3)
- # jackdaw (1)
- # juxt (3)
- # kaocha (4)
- # luminus (1)
- # mount (1)
- # nrepl (32)
- # off-topic (34)
- # other-languages (5)
- # pedestal (32)
- # reagent (1)
- # ring (6)
- # ring-swagger (7)
- # shadow-cljs (5)
- # spacemacs (3)
- # specter (1)
- # sql (1)
- # vim (21)
I'll take a closer look this morning, but your comment about react.js is probably this. I think you should be able to connect anyway though.
@rgm you appear to have found a bug in nrepl 0.6.0, I'm going to report this upstream in #nrepl initially, and see if there's something obvious. Reverting back to nrepl 0.5.3 & cider 0.20.0 solves the issue though.
Apparently it's a bug in an assumption that piggieback is making, but yeah the nrepl team is on it!
Damn, what good detective work!
I have a history of tracking these down, they get easier each time as I go insane deeper into the rabbit hole.
I have both vim-fireplace and vim-classpath yet I get Exception not caught: Fireplace: :Connect to a REPL or install classpath.vim
Any ideas how would I work out whats happening?
I didn’t but thought it should start in that case?
It takes a long time to start a REPL, typically you start it yourself beforehand so that it gets reused. Although I guess with the right setup I think vim-fireplace should be able to start it for one-off evaluation, not sure why it's not doing it in your case.
@dominicm wow, thank you for looking into this! I don’t know what to say (well, other than that there was no hope I was going to find that on my own).
@rgm no problem at all :) my trick for finding it was to pick a namespace in the stack and jump to source to it from fireplace and add printlns
hm, checked it myself and ... nope, still starting up Nashorn: https://github.com/rgm/reframe-template/issues/1#issuecomment-466411581
hey @ingvij you might want to get acid.nvim listed at https://nrepl.org/nrepl/0.6.0/usage/clients.html 🙂