notespace icon indicating copy to clipboard operation
notespace copied to clipboard

dependency problem with nrepl

Open antifessional opened this issue 4 years ago • 2 comments

I tried using 4-alpha-21 in leiningen via :repl-options as per the documentation but it fails with with error.

As far as I can tell the problem is that : src/scicloj/notespace/v4/nrepl.clj requires nrepl.middleware.dynamic-loader, which was only added in version 0.8, but the project depends on nrepl 0.7 through gorilla-notes.

antifessional avatar Dec 21 '21 14:12 antifessional

Thanks, @antifessional.

We will soon refresh the frontend side, so hopefully, some of those dependency problems will disappear.

In the meantime, if this is blocking you, I guess explicitly adding nrepl at your project should solve this (at least on a deps.edn project, where dependencies are handled in a smarter way).

I'll be happy to debug this together for your specific use case.

daslu avatar Dec 22 '21 23:12 daslu

Thank you! Yes, adding nrepl solves this.

antifessional avatar Dec 25 '21 15:12 antifessional