This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-15
Channels
- # admin-announcements (60)
- # adventofcode (37)
- # beginners (53)
- # boot (94)
- # bristol-clojurians (1)
- # cider (21)
- # clara (19)
- # cljsrn (1)
- # clojure (222)
- # clojure-chicago (1)
- # clojure-dev (2)
- # clojure-nl (11)
- # clojure-russia (301)
- # clojure-turkiye (1)
- # clojurecup (6)
- # clojurescript (30)
- # core-async (3)
- # cursive (64)
- # datascript (2)
- # datomic (55)
- # devops (16)
- # editors (1)
- # emacs (16)
- # ldnclj (6)
- # off-topic (18)
- # om (113)
- # onyx (3)
- # parinfer (1)
- # proton (48)
- # re-frame (20)
- # reagent (7)
@cichli: the parser evaluates all code to generate the AST, which causes the problems you mentioned
the problem is that this has no real alternative in terms of precise static analysis
can I ask everyone here to take a minute to upvote this ticket http://dev.clojure.org/jira/browse/CLJ-1161
this is related to https://github.com/clojure-emacs/cider-nrepl/issues/64
@cichli the protocol issue should be fixed in the latest 2.0.0 snapshot with this https://github.com/clojure-emacs/refactor-nrepl/issues/126
@jonpither (setq cljr--debug-mode t)
tells u when the AST index gets updated and also more detailed clj-refactor error traces if u suspect it