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

Remove tools.nrepl dependency #718

Closed
wants to merge 1 commit into from
Closed

Remove tools.nrepl dependency #718

wants to merge 1 commit into from

Conversation

PEZ
Copy link

@PEZ PEZ commented Nov 22, 2018

To make things work with lein master. Seems like the precense
of tools.nrepl in the deps make the dynamic selection of which
nrepl middleware to use fail.

The reformatting was done by cljfmt in my editor. I left them, since they make sense. Let me know if they shouldn't be part of the PR.

To make things work with `lein-master`. Seems like the precense
of `tools.nrepl` in the deps make the dynamic selection of which
nrepl middleware to use fail.
@PEZ
Copy link
Author

PEZ commented Dec 4, 2018

If there is there something missing in this PR, please let me know.

@bhauman
Copy link
Owner

bhauman commented Dec 20, 2018

What is lein-master? Nrepl is a requirement for figwheel but perhaps lein-figwheel should depend on the new nrepl/nrepl at this point.

@bhauman
Copy link
Owner

bhauman commented Dec 20, 2018

sorry for the delay I'm not getting any notifications from gitihub on many of my projects.

@bhauman
Copy link
Owner

bhauman commented Dec 20, 2018

This current patch breaks using figwheel-sidecar as a standalone library, which makes this a bigger issue.

@bbatsov
Copy link

bbatsov commented Dec 22, 2018

@bhauman The current Lein release ships with nREPL 0.5.3, so probably it makes sense to update this dependency indeed. I think it's safer for projects to depend on the new nREPL and fallback to the old one if someone's running on a older leiningen.

@bhauman
Copy link
Owner

bhauman commented Apr 19, 2019

I'm changing the nrepl dep to nrepl/nrepl 0.5.3

@bhauman bhauman closed this Apr 20, 2019
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

Successfully merging this pull request may close these issues.

None yet

3 participants