scicloj / notespace

using your namespace as a notebook
Eclipse Public License 2.0
148 stars 10 forks source link

dependency problem with nrepl #71

Open antifessional opened 2 years ago

antifessional commented 2 years ago

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.

daslu commented 2 years ago

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.

antifessional commented 2 years ago

Thank you! Yes, adding nrepl solves this.