On 6/29/16, 10:03 AM, "Lucas Bradstreet" <[email protected] on behalf of [email protected]> wrote: > Sean, a lot of library developers still want to support Clojure 1.8, > but this would prevent using spec with their projects.
clojure.java.jdbc solves that by having the specs in a separate namespace (and by the tests conditionally loading that and clojure.spec.test). clojure.java.jdbc supports back to Clojure 1.4. Nikita, it would be interesting to know how far back (in Clojure versions) your library could support. I can see real value in being able to back port spec beyond 1.8… Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
