-
-
Notifications
You must be signed in to change notification settings - Fork 179
Exception at startup wrt namespace #720
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hey @abhi18av 👋 This looks like a configuration issue. Could you share your configuration files as described in the issue template? Thanks! |
Whoops, let me correct my mistake here.
|
@abhi18av Do you have a local |
@martinklepsch , no I'm just trying to have a bare minimal repl for clojure ( apart from Also, here's the output you requested
|
Can you try with version 2.7.2 just to diagnose if the issue might be related to your particular version? If you use Bash or similar: BOOT_VERSION=2.7.2 boot repl |
@martinklepsch , we're on right track here. The behavior is perfectly normal for this version.
|
@abhi18av The warning is harmless. It comes from a broken version of REPL-y - adding the most recent version somewhere in your project will suppress it, but everything will work perfectly fine in spite of it. I guess I should fire away some PR bumping the version of REPL-y and nREPL bundled with boot. |
See https://github.com/trptcolin/reply/pull/192/files for details. |
dropping from boot |
There's an open PR to update the bundled REPL-y #724 The downgrade you suggest will break clients that depend on a recent nREPL version, so I think it's a bad idea, considering the error is relatively harmless. I'm guessing the overriding the REPL-y version locally should work ok as well. |
closing as v2.8.3 is out with updated deps |
Hi
boot-clj
team,Recently I've started to come across the following error on global
boot repl
Please let me know how to resolve this.
The text was updated successfully, but these errors were encountered: