liquidz / iced-nrepl

nREPL middleware to support vim-iced.
Eclipse Public License 1.0
13 stars 2 forks source link

Warning about medley dep shadowing clojure.core output when using Clojure 1.11.0 #21

Closed stevejmp closed 2 years ago

stevejmp commented 2 years ago

Expected Behavior

Use iced repl with no warnings in a project using Clojure 1.11.

Actual Behavior

WARNING: abs already refers to: #'clojure.core/abs in namespace: mrandersonicednrepl.medley.v1v3v0.medley.core, being replaced by: #'mrandersonicednrepl.medley.v1v3v0.medley.core/abs

There are also a similar warnings about orchard, but I reported that separately in #19.

Steps to Reproduce

  1. In a lein project, update the Clojure dep to 1.11.0
  2. Run iced repl
  3. Observe the warnings

More Info

Medley has been patched to fix this, but it has not yet been released. Once the new release lands, we can bump the dependency.