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
I don't see usages of unimplemented function anywhere in the codebase. src/main/clojure/clojure/core/matrix/utils.cljc
If there is no specific use, I would suggest removing this method.
The reason I ask is that this method adds a clojure.reflect dependency that I would like to avoid as I am trying to use core.matrix using https://github.com/borkdude/sci which is a lightweight interpreter.
The text was updated successfully, but these errors were encountered:
I don't see usages of
unimplemented
function anywhere in the codebase.src/main/clojure/clojure/core/matrix/utils.cljc
If there is no specific use, I would suggest removing this method.
The reason I ask is that this method adds a
clojure.reflect
dependency that I would like to avoid as I am trying to use core.matrix using https://github.com/borkdude/sci which is a lightweight interpreter.The text was updated successfully, but these errors were encountered: