简单请求。在 https://github.com/clojure/algo.generic/blob/master/src/main/clojure/clojure/algo/generic/math_functions.clj#L23 提供了 `abs` 函数,因此使用该库将产生警告
WARNING: abs already refers to: #'clojure.core/abs in namespace: clojure.algo.generic.math-functions, being replaced by: #'clojure.algo.generic.math-functions/abs
愿意创建 Jira 问题、补丁,或者whatever是最容易帮助这个进展的事
重复
❯ clj -Sdeps '{:deps {org.clojure/algo.generic {:mvn/version "LATEST"}}}'
Clojure 1.11.2
user=> (require 'clojure.algo.generic.math-functions)
WARNING: abs already refers to: #'clojure.core/abs in namespace: clojure.algo.generic.math-functions, being replaced by: #'clojure.algo.generic.math-functions/abs
nil
user=>