conditional support for spec in libraries

2016-10-23 Thread Max Penet
Another way is to provide the specs as a separate (or "sub") project. You then dont have to care about clojure versions, potential aot issues etc. I do this in https://github.com/mpenet/alia The same approach is taken with all features that could be considerrd opinionated and relying on

Re: conditional support for spec in libraries

2016-10-23 Thread Alex Miller
viding conditional support for spec > in libraries is in the old thread started by Sean Corfield for the JDBC > library: > > https://groups.google.com/d/msg/clojure-dev/4VAlKZxiN94/tNQo_4yABAAJ > > Is the technique described there, the recommended best practice? Or should &g

Re: conditional support for spec in libraries

2016-10-23 Thread Lei
-7, Cal Loomis wrote: > > The only discussion I’ve seen about providing conditional support for spec > in libraries is in the old thread started by Sean Corfield for the JDBC > library: > > https://groups.google.com/d/msg/clojure-dev/4VAlKZxiN94/tNQo_4yABAAJ > > Is

conditional support for spec in libraries

2016-10-23 Thread Charles Loomis
The only discussion I’ve seen about providing conditional support for spec in libraries is in the old thread started by Sean Corfield for the JDBC library: https://groups.google.com/d/msg/clojure-dev/4VAlKZxiN94/tNQo_4yABAAJ Is the technique described there, the recommended best practice