Welcome! Please see the About page for a little more info on how this works.

0 votes
in Clojure CLI by
closed by

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.

closed with the note: Released in tools.deps 0.18.1398

2 Answers

+1 vote
by

Fixed and released in tools.deps 0.18.1398.

by
Thank you, Alex!
0 votes
by

yep, thanks!

...