Skip to content
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

Overridden operators? #23

Closed
michaeleisel opened this issue May 21, 2014 · 1 comment
Closed

Overridden operators? #23

michaeleisel opened this issue May 21, 2014 · 1 comment

Comments

@michaeleisel
Copy link

I get this warning message:

"WARNING: == already refers to: #'clojure.core/== in namespace: music.core, being replaced by: #'clojure.core.matrix.operators/==\nWARNING: + already refers to: #'clojure.core/+ in namespace: music.core, being replaced by: #'clojure.core.matrix.operators/+\nWARNING: * already refers to: #'clojure.core/* in namespace: music.core, being replaced by: #'clojure.core.matrix.operators/*\nWARNING: - already refers to: #'clojure.core/- in namespace: music.core, being replaced by: #'clojure.core.matrix.operators/-\nWARNING: / already refers to: #'clojure.core// in namespace: music.core, being replaced by: #'clojure.core.matrix.operators//\n

@mikera
Copy link
Owner

mikera commented May 22, 2014

Hi there, thanks for the report!

This is very annoying, but unfortunately there isn't anything we can do about it - it is Clojure behaviour nothing to do with vectorz-clj. I can refer you to the relevant Clojure issue:

http://dev.clojure.org/jira/browse/CLJ-1257

@mikera mikera closed this as completed May 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants