Clojure 1.9.0-alpha12 is now available.

Try it via

- Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0-alpha12
- Leiningen: [org.clojure/clojure "1.9.0-alpha12"]

1.9.0-alpha12 includes the following changes since 1.9.0-alpha11:

- spec performance has been improved for many use cases
- spec explain printer is now pluggable via the dynamic var 
clojure.spec/*explain-out*
  which should be a function that takes an explain-data and prints to *out* 
- when a macro spec fails during macroexpand, throw ex-info with 
explain-data payload
  rather than IllegalArgumentException
- pprint prints maps with namespace literal syntax when 
*print-namespace-maps* is true
- CLJ-1988 - coll-of, every extended to conform sequences properly
- CLJ-2004 - multi-spec form was missing retag
- CLJ-2006 - fix old function name in docstring
- CLJ-2008 - omit macros from checkable-syms
- CLJ-2012 - fix ns spec on gen-class signatures to allow class names
- CLJ-1224 - record instances now cache hasheq and hashCode like maps
- CLJ-1673 - clojure.repl/dir-fn now works on namespace aliases

-- 
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