This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-27
Channels
- # aws (19)
- # babashka (47)
- # beginners (111)
- # boot (3)
- # bristol-clojurians (3)
- # chlorine-clover (2)
- # cider (13)
- # cljs-dev (8)
- # clojure (143)
- # clojure-europe (11)
- # clojure-germany (10)
- # clojure-italy (3)
- # clojure-losangeles (1)
- # clojure-nl (1)
- # clojure-spec (6)
- # clojure-survey (3)
- # clojure-uk (42)
- # clojurescript (229)
- # conjure (131)
- # cursive (21)
- # data-science (18)
- # datomic (4)
- # emacs (21)
- # events (2)
- # figwheel-main (12)
- # fulcro (18)
- # graalvm (1)
- # hoplon (40)
- # jobs (1)
- # joker (17)
- # kaocha (1)
- # lambdaisland (1)
- # off-topic (19)
- # rdf (7)
- # re-frame (31)
- # reagent (26)
- # reitit (20)
- # rum (4)
- # shadow-cljs (106)
- # sql (17)
- # testing (5)
- # vim (2)
One of the projects I'm working on recently got its deps.edn made a symlink and it appears Cursive is unable to handle that.
After a bit more investigation it could be that what confused Cursive is that the target of the symlink is another file named deps.edn
somewhere under resources
could be tools.deps not handling that too - does that work outside cursive?
Getting this error in cursive with the same profiles but not with lein repl...
Error loading nrepl.server: Could not locate nrepl/server__init.class, nrepl/server.clj or nrepl/server.cljc on classpath.
Error loading complete.core: Could not locate complete/core__init.class, complete/core.clj or complete/core.cljc on classpath.
is it possible to have this kind of autocomplete in Clojurescript?i try to use mongodb nodejs driver,i asked yesterday also but still i cant find the way to do it.
It will be, but isn’t right now. Curently Cursive doesn’t do any type inference at all for CLJS.
There used to be with the old deps integration, but I haven’t added it for the new one yet.
@cfleming This might be a rare feature request, but I'd like to be able to jump from location in CLJS code to a source mapped location in compiled JS output.
Yeah, sometimes I want to inspect codegen, when the code is small and self-contained I use http://app.klipse.tech/, but for something in a project I'd like to jump straight to the code w/o rebuilding the whole env Klipse
Hmm, I’m not sure what would be involved in that, could you file an issue so that doesn’t get lost?
Will do