This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-05
Channels
- # announcements (10)
- # beginners (59)
- # calva (172)
- # cider (13)
- # clj-kondo (1)
- # cljdoc (10)
- # cljs-dev (4)
- # cljsrn (65)
- # clojure (144)
- # clojure-europe (2)
- # clojure-italy (26)
- # clojure-losangeles (1)
- # clojure-nl (14)
- # clojure-spec (26)
- # clojure-uk (91)
- # clojurescript (75)
- # core-async (53)
- # cursive (11)
- # datomic (16)
- # fulcro (42)
- # graalvm (29)
- # graphql (9)
- # kaocha (3)
- # leiningen (22)
- # off-topic (26)
- # qa (1)
- # re-frame (3)
- # reagent (7)
- # reitit (10)
- # rewrite-clj (56)
- # robots (1)
- # shadow-cljs (107)
- # spacemacs (10)
- # specter (5)
- # sql (15)
- # tools-deps (39)
- # vim (11)
@arohner I guess your problem stems from how CIDER tried to map every connection to some file context (usually the root of a project), so when you’re working with multiple projects it would know where to dispatch the evaluation ops. This doesn’t work well on non-conventional projects currently and some manual work is usually needed https://docs.cider.mx/cider/usage/managing_connections.html
Thanks.
In CIDER friendly sessions are defined by the project dependencies.
So I connect to project A, and project B is a dependency, but buffers containing B’s source files currently say ‘not connected’. Is that intended?guys, how I can debug cider on emacs?
these days Cider is very sow with me
@d.ian.b I’d start here https://docs.cider.mx/cider/troubleshooting.html#_debugging_cider_commands
I'm having this with profiler
every time I start cider emacs became very slow
it could be this??
(let ((normal-gc-cons-threshold (* 20 1024 1024))
(init-gc-cons-threshold (* 128 1024 1024)))
(setq gc-cons-threshold init-gc-cons-threshold)
(add-hook 'emacs-startup-hook
(lambda () (setq gc-cons-threshold normal-gc-cons-threshold))))