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
In a lein project, update the Clojure dep to 1.11.0
Run iced repl
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.
Expected Behavior
Use
iced repl
with no warnings in a project using Clojure 1.11.Actual Behavior
There are also a similar warnings about orchard, but I reported that separately in #19.
Steps to Reproduce
lein
project, update the Clojure dep to1.11.0
iced repl
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.