Syntax error (FileNotFoundException) compiling at (com/walmartlabs/lacinia/trace.clj:1:1).
Could not locate io/aviso/exception__init.class, io/aviso/exception.clj or io/aviso/exception.cljc on classpath.
Full report at:
/var/folders/70/y9l4w6qj62gbbm_mzqgyswnw0000gn/T/clojure-7607515029491557757.edn
I understand that master has removed the trace namespace and is loading the trace functionality via a library but this Clojars version as-is doesn't work. I suppose one could add the aviso dependency, but that's probably not the intention here.
The workaround is to specify the lacinia dependency using the git-lib format:
The jar published to Clojars fails to start due to missing aviso dependency, here's the repro:
Output:
Here's the source requiring that namespace https://github.com/walmartlabs/lacinia/blob/v1.1/src/com/walmartlabs/lacinia/trace.clj#L25.
I understand that
master
has removed thetrace
namespace and is loading the trace functionality via a library but this Clojars version as-is doesn't work. I suppose one could add the aviso dependency, but that's probably not the intention here.The workaround is to specify the lacinia dependency using the git-lib format: