-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warnings of clashes with Clojure 1.11.0 abs. #357
Comments
I think best practice is for users to specify which symbols they import (with e.g. |
Ok, I agree. But even when using |
Maybe unlike |
I meant to say, one gets this warnings when requiring |
Thanks for developing core.matrix btw. Really useful software! 👍 |
I second this - it would be great to get rid of those warnings. |
Clojure 1.11.0 and core.matrix both define
abs
leading to clashes. One gets a couple of warnings when requiringclojure.core.math
clojure.core.matrix
. Maybeabs
should be renamed tomabs
?The text was updated successfully, but these errors were encountered: