This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-31
Channels
- # announcements (22)
- # asami (19)
- # aws-lambda (4)
- # babashka (42)
- # beginners (43)
- # calva (28)
- # cider (1)
- # clerk (79)
- # clj-kondo (12)
- # clojure (47)
- # clojure-berlin (1)
- # clojure-brasil (1)
- # clojure-dev (12)
- # clojure-europe (40)
- # clojure-nl (2)
- # clojure-norway (5)
- # clojure-uk (3)
- # clojurescript (56)
- # clr (12)
- # conjure (8)
- # cursive (4)
- # datomic (78)
- # dev-tooling (6)
- # exercism (1)
- # fulcro (9)
- # hoplon (3)
- # jobs (3)
- # jobs-discuss (4)
- # lambdaisland (3)
- # leiningen (1)
- # london-clojurians (1)
- # lsp (125)
- # malli (32)
- # matcher-combinators (3)
- # nrepl (1)
- # off-topic (6)
- # pathom (39)
- # re-frame (13)
- # releases (2)
- # remote-jobs (3)
- # sci (7)
- # shadow-cljs (117)
- # sql (6)
- # squint (7)
- # tools-build (15)
- # tools-deps (12)
@lee We spend some time trying to make pomegranate work with CIDER (or rather clj-refactor.el) in the past, but we didn't manage to finish the work. There are some details here https://github.com/clojure-emacs/refactor-nrepl/pull/301
@dmiller has recently updated https://github.com/clojure/clr.tools.nrepl to match the Clojure nREPL implementation and now the project is pretty close to working. David has encountered a few issues getting the whole test suite to pass, so he'd appreciate some help. Not sure if anyone has the time & .NET knowledge to help with this, but I guess it doesn't hurt to mention it. I think that'd be a massive milestone for ClojureCLR and the easy of programming with it. You can find a summary of the current status here https://github.com/clojure/clr.tools.nrepl#status
If for whatever reason an nREPL server doesn't respond anymore, should CIDER be able to kill it? cider-quit
doesn't work for bb nREPL when it's busy waiting
The close message times out but that's all cider-quit does it seems cc @U3X7174KS