This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-05
Channels
- # announcements (2)
- # beginners (44)
- # calva (7)
- # cider (8)
- # cljs-dev (2)
- # clojure (131)
- # clojure-serbia (2)
- # clojure-spec (3)
- # clojure-uk (56)
- # clojurescript (27)
- # cursive (7)
- # datomic (6)
- # fulcro (25)
- # jobs (3)
- # klipse (3)
- # leiningen (2)
- # off-topic (8)
- # overtone (2)
- # pathom (2)
- # portkey (2)
- # re-frame (2)
- # reagent (10)
- # shadow-cljs (44)
- # spacemacs (1)
- # tools-deps (6)
- # uncomplicate (2)
@thosmos Well, it’s the best in that it’s the only option, but I have plans to fix that as part of the next large feature change.
@cfleming @sgerguri, thanks that works! but I like suggest you change that title, having Leiningen there is misleading, in my project its just deps and shadow, I didn't tried because I though that was a lein specific thing
maybe it could be: Use port from .nrepl_port file
not sure what I did, but now my cursive lein repl is failing to run, and the lein project won't refresh, with this in the event log:
22:14 Error reading /Users/thomas/Develop/RiverDB/riverdb-graphql/project.clj
Cannot run program "clojure" (in directory "/Users/thomas/Develop/RiverDB/riverdb-graphql"): error=2, No such file or directory
error=2, No such file or directory
I'm wondering if it's because I'm using deps.edn
and lein-tools-deps
This has been working fine for a while, so I'm not sure what changed. However lein repl
runs fine from the terminal, as does the clojure
CLI repl.@thosmos That might be something that has changed in lein-tools-deps which interacts badly with the fact that Cursive doesn’t use the project dir as the CWD when invoking lein. I have a bunch of tricks which help, but if someone does something like (File. a b)
instead of (jio/file a b)
then I can’t hook that.