CLJ-1224 appears to have broken Datascript, which now doesn’t compile:
Exception in thread "main" java.lang.AssertionError: The names in #{__hash
__meta __hasheq __extmap} cannot be used as field names for types or records.,
compiling:(datascript/db.cljc:369:1)
The ticket mentions CLJS compat; it looks like it only adds __hash in CLJ:
https://github.com/tonsky/datascript/blob/0684c4102706bf4ee8b2496ad35c32ced08640fc/src/datascript/db.cljc
Not sure what the ideal way to solve this is…
lvh
> On Sep 7, 2016, at 4:15 PM, Alex Miller <[email protected]> wrote:
>
> 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 [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
> <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]
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout
> <https://groups.google.com/d/optout>.
--
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.