RE: [ANN] 1.10.0-beta6

2018-11-16 Thread Sean Corfield
ebody, you're not really alive." -- Margaret Atwood From: clojure@googlegroups.com on behalf of Alex Miller Sent: Friday, November 16, 2018 12:04:00 PM To: Clojure Subject: [ANN] 1.10.0-beta6 1.10.0-beta6 is now available. You can try it with clj using:

Re: [ANN] 1.10.0-beta6

2018-11-16 Thread Alex Miller
> On Nov 16, 2018, at 2:25 PM, Alexander Yakushev wrote: > > Could you please give a brief rationale for why metadata-polymorphism is now > opt-in? I'm wondering what kind of the undesired behavior this is meant to > prevent. Doing the metadata check affects the performance of invocations

Re: [ANN] 1.10.0-beta6

2018-11-16 Thread Alexander Yakushev
Could you please give a brief rationale for why metadata-polymorphism is now opt-in? I'm wondering what kind of the undesired behavior this is meant to prevent. On Friday, November 16, 2018 at 10:04:00 PM UTC+2, Alex Miller wrote: > > 1.10.0-beta6 is now available. > > You can try it with clj

Re: [ANN] 1.10.0-beta6

2018-11-16 Thread Alex Miller
On Friday, November 16, 2018 at 2:17:24 PM UTC-6, Sean Corfield wrote: > > CLJ-2432 - Added > clojure.core/requiring-resolve which is like `resolve` but will `require` > the symbol's namespace if needed. > > > This is not listed in the change log,

Re: [ANN] 1.10.0-beta6

2018-11-16 Thread Sean Corfield
CLJ-2432 - Added clojure.core/requiring-resolve which is like `resolve` but will `require` the symbol's namespace if needed. This is not listed in the change log, just FYI. On Friday, November 16, 2018 at 12:04:00 PM UTC-8, Alex Miller wrote: >

[ANN] 1.10.0-beta6

2018-11-16 Thread Alex Miller
1.10.0-beta6 is now available. You can try it with clj using: clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.10.0-beta6"}}}' Changes in 1.10.0-beta6: - The metadata protocol extension added in 1.10.0-beta5 now requires opt-in when the protocol is defined, using