Re: [ANN] Clojure 1.9.0-alpha12

2016-09-10 Thread Rangel Spasov
Yup- upgraded to [aleph "0.4.2-alpha8"] and it's fixed - thanks again! On Friday, September 9, 2016 at 8:54:36 PM UTC-7, Alex Miller wrote: > > Oh yeah, I fixed that one a while back. :) I think there is a newer > release of aleph with the change. > > On Fri, Sep 9, 2016 at 10:11 PM, Rangel Spa

Re: [ANN] Clojure 1.9.0-alpha12

2016-09-09 Thread Alex Miller
Oh yeah, I fixed that one a while back. :) I think there is a newer release of aleph with the change. On Fri, Sep 9, 2016 at 10:11 PM, Rangel Spasov wrote: > Ah, got it - https://github.com/ztellman/aleph/commit/ > 7d6f2f5bf743301c5a4ab0705725bf9b50b91896 - thanks! > > On Friday, September 9, 2

Re: [ANN] Clojure 1.9.0-alpha12

2016-09-09 Thread Rangel Spasov
Ah, got it - https://github.com/ztellman/aleph/commit/7d6f2f5bf743301c5a4ab0705725bf9b50b91896 - thanks! On Friday, September 9, 2016 at 6:22:15 PM UTC-7, Alex Miller wrote: > > The keys of an :or destructuring map should be symbols, not keywords. > > On Sep 9, 2016, at 7:52 PM, Rangel Spasov

Re: [ANN] Clojure 1.9.0-alpha12

2016-09-09 Thread Alex Miller
The keys of an :or destructuring map should be symbols, not keywords. > On Sep 9, 2016, at 7:52 PM, Rangel Spasov wrote: > > Hey guys, > > I'm getting this compilation error with Alpha 12 (use the gist link) > > https://gist.github.com/raspasov/188a8e60f1f6e695b6492cf2d3d19471 > > Rangel >

Re: [ANN] Clojure 1.9.0-alpha12

2016-09-09 Thread Rangel Spasov
Hey guys, I'm getting this compilation error with Alpha 12 (use the gist link) https://gist.github.com/raspasov/188a8e60f1f6e695b6492cf2d3d19471 Rangel On Wednesday, September 7, 2016 at 2:15:25 PM UTC-7, Alex Miller wrote: > > Clojure 1.9.0-alpha12 is now available. > > Try it via > > - Downl

[ANN] Clojure 1.9.0-alpha12

2016-09-09 Thread Alex Miller
Regarding performance, the validation benchmark project has been updated with alpha12: http://muhuk.github.io/validation-benchmark -- 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 tha

Re: [ANN] Clojure 1.9.0-alpha12

2016-09-08 Thread lvh
Thanks for investigating this in-depth, Alex! Very much appreciated :) Sorry about filing the issue in several places; I genuinely wasn’t sure where the problem was :) > On Sep 8, 2016, at 8:20 PM, Alex Miller wrote: > > I've commented on this in multiple other places but for the sake of > co

Re: [ANN] Clojure 1.9.0-alpha12

2016-09-08 Thread Alex Miller
I've commented on this in multiple other places but for the sake of completeness... Datascript is extending some defrecords to the IHashEq protocol to add custom hash caching. In particular, this extension is adding custom fields __hash and __hasheq, which happen to be the (obvious) names of th

Re: [ANN] Clojure 1.9.0-alpha12

2016-09-07 Thread lvh
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;

[ANN] Clojure 1.9.0-alpha12

2016-09-07 Thread Alex Miller
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