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
fs extends the clojure.java.io/Coercions protocol to the java.nio.file Path class. This is in violation of sound Clojure advice as to not extend protocols you don't own to interfaces you don't own . This causes problems for clj-refactor.
The text was updated successfully, but these errors were encountered:
fs extends the
clojure.java.io/Coercions
protocol to thejava.nio.file Path
class. This is in violation of sound Clojure advice as to not extend protocols you don't own to interfaces you don't own . This causes problems for clj-refactor.The text was updated successfully, but these errors were encountered: