Oops, I missed that, thanks! Why is it under `impl`? I'd actually like to read about what the philosophy behind `impl` is since it's been turning up a lot.
On Thursday, June 2, 2016 at 8:33:06 AM UTC-5, Mike Fikes wrote: > Hey Shaun, > > It has been. It is cljs.spec.impl.gen > > - Mike > > > On Jun 2, 2016, at 9:32 AM, Shaun LeBron <[email protected]> wrote: > > > > Great stuff, thanks! I'm not familiar, but is the `clojure.spec.gen` > > namespace going to be ported? > > > > On Wednesday, June 1, 2016 at 1:01:58 PM UTC-5, David Nolen wrote: > >> ClojureScript, the Clojure compiler that emits JavaScript source code. > >> > >> > >> README and source code: https://github.com/clojure/clojurescript > >> > >> > >> Leiningen dependency information: > >> > >> > >> [org.clojure/clojurescript "1.9.14"] > >> > >> > >> This release includes a complete and faithful port of clojure.spec to > >> ClojureScript. The functionality resides in the new cljs.spec > >> namespace. All features present in Clojure 1.9.0-alpha4 are > >> implemented, including REPL support, testing support and macro > >> checking. > >> > >> > >> As always feedback welcome. > >> > >> > >> ## 1.9.14 > >> > >> > >> ### Enhancements > >> * clojure.spec ported to cljs.spec > >> > >> > >> ### Fixes > >> * CLJS-1649: Possible issue with in cljs.reader or > >> cljs.core/PersistentHashMap > >> * CLJS-1647: Rethrow exception from parallel-build > >> * CLJS-1642: cljs.core/reductions does not respect 'reduced' > >> * CLJS-1635: Var type implements IEquiv but not IHash > >> * CLJS-1629: Fix warning about duplicate test-pr-str > >> * CLJS-1637: Missing docstrings for a few vars > > > > -- > > Note that posts from new members are moderated - please be patient with > > your first post. > > --- > > You received this message because you are subscribed to the Google Groups > > "ClojureScript" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group at https://groups.google.com/group/clojurescript. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
