Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency problem with nrepl #71

Open
antifessional opened this issue Dec 21, 2021 · 2 comments
Open

dependency problem with nrepl #71

antifessional opened this issue Dec 21, 2021 · 2 comments

Comments

@antifessional
Copy link

antifessional commented Dec 21, 2021

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
Copy link
Member

daslu commented Dec 22, 2021

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
Copy link
Author

Thank you! Yes, adding nrepl solves this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants