Fork me on GitHub
#cider
<
2024-07-18
>
P Del22:07:21

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 🙃

vemv23:07:56

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 :)

P Del23:07:22

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!

🙌 1
P Del21:07:55

after clearing my ~/.cache and removing some lines from the :main-opts in the alias I was using I was able to get this working. Thanks for you help with this it's good to have the docstrings right in emacs

🙌 1