You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use iced repl with no warnings in a project using Clojure 1.11.
Actual Behavior
WARNING: update-vals already refers to: #'clojure.core/update-vals in namespace: mrandersonicednrepl.orchard.v0v7v1.orchard.misc, being replaced by: #'mrandersonicednrepl.orchard.v0v7v1.orchard.misc/update-vals
WARNING: update-keys already refers to: #'clojure.core/update-keys in namespace: mrandersonicednrepl.orchard.v0v7v1.orchard.misc, being replaced by: #'mrandersonicednrepl.orchard.v0v7v1.orchard.misc/update-keys
There is also a similar warning about medley, but I reported that separately in #21 , because it's a different dependency and the fix hasn't yet been released.
Steps to Reproduce
In a lein project, update the Clojure dep to 1.11.0
Run iced repl
Observe the warnings
More Info
Orchard already has a fix released. I'll submit a PR here to bump the version.
The text was updated successfully, but these errors were encountered:
stevejmp
changed the title
Warning about orchard dep shadowing clojure.core output when using Clojure 1.11.0
Warnings about orchard dep shadowing clojure.core output when using Clojure 1.11.0
Mar 30, 2022
Expected Behavior
Use
iced repl
with no warnings in a project using Clojure 1.11.Actual Behavior
There is also a similar warning about medley, but I reported that separately in #21 , because it's a different dependency and the fix hasn't yet been released.
Steps to Reproduce
lein
project, update the Clojure dep to1.11.0
iced repl
More Info
Orchard already has a fix released. I'll submit a PR here to bump the version.
The text was updated successfully, but these errors were encountered: