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 don’t think it’s right to depend on them
directly. Am I correct in thinking that the typical scope for core.specs
is ‘provided’?

I have a library that uses specs in the main namespace. Therefore,
org.clojure/spec.alpha is an actual project dependency. But with
org.clojure/core.specs.alpha I am not so sure.

Thank you!


--
David

-- 
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 unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to