This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-07-18
Channels
- # babashka (9)
- # beginners (47)
- # cider (4)
- # clerk (3)
- # clojure (89)
- # clojure-australia (2)
- # clojure-europe (38)
- # clojure-india (2)
- # clojure-losangeles (3)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-uk (30)
- # conjure (1)
- # cursive (3)
- # datomic (7)
- # figwheel-main (2)
- # fulcro (2)
- # helix (9)
- # honeysql (31)
- # humbleui (5)
- # hyperfiddle (19)
- # inf-clojure (12)
- # jobs (2)
- # lsp (4)
- # malli (10)
- # missionary (5)
- # off-topic (17)
- # portal (9)
- # releases (1)
- # remote-jobs (22)
- # scittle (14)
- # tools-deps (7)
- # uncomplicate (11)
- # xtdb (2)
Hello, I was wondering if anybody here is using enrich-classpath
via cider-connect-clj
on a project with deps.edn? I've been struggling to get myself javadocs. I tried using the https://github.com/clojure-emacs/enrich-classpath/blob/master/examples/Makefile but saw that for a deps.edn project it won't start an nrepl server, and I'm using an alias from the practicalli config -M:repl/reloaded
that causes the Makefile to error out. Making the same attempt with cider-jack-in
is throwing java.lang.ClassNotFounException
which I'm assuming is a different problem I'm having 🙃
hi, Enrich author here. I've used Enrich with a variety of commercial projects this year (deps.edn, project.clj) just to give a fresh reference. I'd recommend to start by an empty project just to get a 'baseline' experience of it working. When it doesn't work, whether it is with that empty project or with a more complex one, please report something specific. The https://github.com/clojure-emacs/enrich-classpath/issues tracker is fine and I'd prefer it over slack - the more detailed the report, the more effectively I'd be able to help :)
thank you @U45T93RA6 I'll put in a few more cycles to see if I can't get it working and then add an issue to the repo if I get stumped again. I appreciate the quick reply!