This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-17
Channels
- # bangalore-clj (1)
- # beginners (23)
- # boot (141)
- # cider (68)
- # cljs-dev (29)
- # cljsjs (1)
- # cljsrn (11)
- # clojure (150)
- # clojure-austin (3)
- # clojure-berlin (1)
- # clojure-france (2)
- # clojure-greece (13)
- # clojure-italy (5)
- # clojure-russia (49)
- # clojure-spec (15)
- # clojure-uk (45)
- # clojurescript (152)
- # code-art (1)
- # core-async (75)
- # cursive (12)
- # datascript (2)
- # datomic (90)
- # dirac (5)
- # emacs (10)
- # garden (1)
- # hoplon (52)
- # instaparse (4)
- # juxt (2)
- # lein-figwheel (2)
- # lumo (47)
- # mount (94)
- # off-topic (20)
- # om (21)
- # onyx (14)
- # parinfer (19)
- # pedestal (3)
- # protorepl (13)
- # re-frame (5)
- # reagent (20)
- # slack-help (10)
- # spacemacs (8)
- # specter (57)
- # unrepl (11)
- # untangled (3)
- # vim (1)
- # yada (1)
@wildermuthn Yes, it will be configurable to any namespace once it’s stabilised.
I seem to have lost more clojure.core functions and anything defined in my user.clj from repl autocompletion/recognition since 1.5.0-eap
any idea why when I type a simple expression in the repl, it works fine, but if I try highlighting and running it from the editor it fails? (reduce + [1 2 3]) => 6 (reduce + [1 2 3 4 5]) CompilerException java.lang.RuntimeException: Unable to resolve symbol: reduce in this context, compiling:(C:/github/clojure/reactor/src/reactor/utils.clj:6:1)
after an intellij update i can't type in the REPL input windowpane any more--the tooltip says "This window is read-only". Any ideas?
@a2_himmel: What version of IntelliJ and Cursive are you on now?
@shaun-mahood Intellij Community Version: 2016.3.5 Build: <tel:163.13906.18|163.13906.18> Released: March 6, 2017
@shaun-mahood Cursive Version: 1.4.3-2016.3
@a2_himmel: I'm on the same versions of both (running Windows 10) and I haven't run into that. You could try creating another REPL config, or re-importing the project (assuming that's not super painful) to see if that fixes it.
@shaun-mahood thanks shaun, that worked! have a good weekend