Re: What kind of dependency is org.clojure/core.specs in a Leiningen project?

2017-06-15 Thread 676c7473
Ah, indeed. This was helpful, thank you! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To

Re: What kind of dependency is org.clojure/core.specs in a Leiningen project?

2017-06-15 Thread Alex Miller
Clojure itself depends on core.specs.alpha, so you shouldn't need to dependent on it at all (presuming you depend on a sufficiently recent Clojure 1.9.0 alpha. On Thursday, June 15, 2017 at 11:25:36 AM UTC-5, 676c7...@gmail.com wrote: > > Hello, > > I have a question regarding the Clojure spec

Re: What kind of dependency is org.clojure/core.specs in a Leiningen project?

2017-06-15 Thread adrian . medina
Consider adding it as a dependency in your :dev profile. On Thursday, June 15, 2017 at 12:25:36 PM UTC-4, 676c...@gmail.com wrote: > > Hello, > > I have a question regarding the Clojure spec split. > > How would a diligent Clojure library author declare the core.specs > dependency in a Leiningen

What kind of dependency is org.clojure/core.specs in a Leiningen project?

2017-06-15 Thread 676c7473
Hello, I have a question regarding the Clojure spec split. How would a diligent Clojure library author declare the core.specs dependency in a Leiningen project? The core specs need to be available during development, but they are not really a dependency if I never refer to them anywhere: so I