This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-12
Channels
- # beginners (63)
- # boot (3)
- # braveandtrue (153)
- # cider (19)
- # cljdoc (2)
- # clojure (80)
- # clojure-dev (25)
- # clojure-italy (73)
- # clojure-losangeles (1)
- # clojure-nl (4)
- # clojure-spec (67)
- # clojure-sweden (1)
- # clojure-uk (83)
- # clojurescript (56)
- # clojutre (11)
- # core-logic (37)
- # cursive (18)
- # datomic (14)
- # editors (10)
- # emacs (13)
- # figwheel-main (11)
- # fulcro (62)
- # graphql (11)
- # jobs (3)
- # klipse (1)
- # leiningen (6)
- # off-topic (91)
- # onyx (7)
- # pedestal (3)
- # portkey (5)
- # re-frame (14)
- # reagent (13)
- # remote-jobs (1)
- # shadow-cljs (111)
- # tools-deps (4)
- # yada (10)
when sending forms to the REPL (CMD SHIFT P) i get a RuntimeException mentioning that symbols can't be resolved in this context:
(+ 1 2 3)
CompilerException java.lang.RuntimeException: Unable to resolve symbol: + in this context, compiling:(/myproj/test/myproj/core_test.clj:21:1)
@joshhk See here: https://cursive-ide.com/userguide/troubleshooting.html
This is somewhat off topic but I was looking through the Jetbrains newsletter and saw MPS and read about it - it looks pretty cool - I Googled and found an old repository: https://github.com/semperos/clojure-mps - I just wondered if anyone had explored MPS or had any experience with it especially with Clojure
@tbrooke Not off topic at all! MPS is indeed very interesting. I’ve been meaning to take a closer look at it for ages but have never got around to it.
I think the potential to use projectional editing of the code is an idea with a lot of scope.
What is the status of deps.edn
, clj
and figwheel-main
integration? It looks like crusive doesn’t recognise dependencies after create clj -A:new figwheel-main form-validator-demo.core --reagent
@kwladyka you will want to use the https://figwheel.org/docs/scripting_api.html
I mean I can’t jump to the source (cmd+down), it looks like editor doesn’t see deps
This might help seems like there's a bit of config work. https://groups.google.com/d/msg/cursive/NQIJzhGjfEY/82vDQ1GFCAAJ
Instructions are here: https://groups.google.com/d/msg/cursive/NQIJzhGjfEY/hdNXUco8CgAJ, if you didn’t do something that looks like that then try that and see if it works.