ANN: ClojureScript 1.9.89 - cljs.spec & :preloads

272 views
Skip to first unread message

David Nolen

unread,
Jun 22, 2016, 9:26:25 AM6/22/16
to clojure, clojur...@googlegroups.com
ClojureScript, the Clojure compiler that emits JavaScript source code.


Leiningen dependency information:

    [org.clojure/clojurescript "1.9.89"]

This release fixes several cljs.spec issues. It also includes a new
compiler option - :preloads. This feature is designed to simplify (but
not limited to) the loading of development time side effects such as
enabling printing, REPL connections, and browser tool
integration. With :preloads you may now specify a sequence of
namespaces as symbols to load in order immediately after cljs.core. This also
means there's a path for providing typical boilerplate as documented
namespaces that users can specify in their dev builds.

As always feedback welcome!

## 1.9.89

### Enhancements
* CLJS-1688: :preloads compiler option for loading other entry points prior to :main
* cljs.spec - support gen overrides by name in addition to path
* cljs.spec - every and every-kv

### Changes
* added bounded-count

### Fixes
* missing cljs.spec/fn-specs -> cljs.spec/get-spec in cljs.spec.test ns
* CLJS-1687: Self-host: cljs.spec: inst-in-range? and int-in-range? need qualification
* CLJS-1668: cljs.spec: c alias needs expansion in int-in

mars0i

unread,
Jul 20, 2016, 2:35:34 PM7/20/16
to ClojureScript, clo...@googlegroups.com
This version isn't supposed to have implemented spec/double-in yet, right?

I get "Use of undeclared Var cljs.spec/double-in".

Sorry to ask--I don't know my way around JIRA well, and searching for "double-in" brings up a lot of irrelevant tickets.

Thanks much.
Reply all
Reply to author
Forward
0 new messages