core.matrix icon indicating copy to clipboard operation
core.matrix copied to clipboard

Removing unused usages of clojure.reflect in order to remove this dependency

Open irfn opened this issue 4 years ago • 2 comments

As discussed in Issue #349, I am removing various reflection methods which don't appear to be used anywhere. PR is a simple removal of unused code scoped to the ones that are linked to usage of clojure.reflect

irfn avatar May 20 '21 11:05 irfn

I didn't notice that CI was using maven. Will run maven for tests locally.

irfn avatar May 20 '21 14:05 irfn

strange but the build passes locally using docker. steps followed docker build -f ./docker/Dockerfile . -t core.matrix-dev docker run -it --entrypoint bash core.matrix-dev this launches the shell then run mvn clean mvn install -DskipTests=true -Dmaven.javadoc.skip=true mvn test -B

irfn avatar May 21 '21 11:05 irfn