This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-23
Channels
- # admin-announcements (95)
- # beginners (16)
- # boot (50)
- # cider (15)
- # cljs-dev (47)
- # clojure (149)
- # clojure-italy (5)
- # clojure-russia (94)
- # clojurescript (163)
- # clr (1)
- # cursive (6)
- # datavis (9)
- # editors-rus (4)
- # hoplon (24)
- # jobs (9)
- # ldnclj (32)
- # lein-figwheel (4)
- # mount (5)
- # off-topic (2)
- # om (68)
- # parinfer (31)
- # proton (1)
- # reagent (32)
- # remote-jobs (1)
- # yada (5)
are there any plans to display some sort of feedback on the progress of the cider/clj-refactor code indexing that occurs when connecting to a headless repl?
yes, that
@robert-stuttaford not at the moment. apart from reporting that it is finished if you have the debug flag on. It happens async too. what is your use case btw?
hey @benedek, the use case is simple: knowing when it’s safe to start doing things in the repl. when we e.g. try to load code or start a web server, we get ns not found errors until the generation is complete
would i (setq cljr--debug-mode 1)
to switch it on?
this sounds weird. Ast generation not being ready should only have an effect on clj-refactor features that actually use the ASTs
Do you perhaps mean this https://github.com/clojure-emacs/refactor-nrepl/issues/133
it’s quite strange. it acts as though code is not on the classpath until the ast thing is finished
i’ll set debug mode and see what happens. thanks benedek