Hi Alex,
I have a project in which I run tests with instrumentation turned on. The project has a dependency on tools.deps and I have the clojure.tools.deps.specs namespace loaded.
When I run the tests in my project they fail with the following error:
Unable to resolve spec: :clojure.tools.deps.specs/claspath-args
It looks like there is a typo in a the usage of a spec here:
https://github.com/clojure/tools.deps/blob/master/src/main/clojure/clojure/tools/deps/specs.clj#L151
I think it should use the ::classpath-args spec, instead of ::claspath-args.
Could you please take a look at this?
Thanks, Roman.