RE: [ANN] 1.10.0-beta6

2018-11-16 Thread Sean Corfield
All our tests pass at World Singles Networks with Beta 6 – and we’re already started using `symbol` on keywords and the new `requiring-resolve` (thank you for that!). Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody,

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