Re: Just shoot me...: [ANN] Clojure 1.10.0-alpha5

2018-09-07 Thread Alex Miller
Good to know. :) On Thursday, September 6, 2018 at 11:18:32 PM UTC-5, Sean Corfield wrote: > > Having posted about our success with testing Alpha 7, I need to ‘fess up > about the end result of all this palaver from July: > > > > With a bit of instrumentation in our build pipeline it turned out

Just shoot me...: [ANN] Clojure 1.10.0-alpha5

2018-09-06 Thread Sean Corfield
eally alive." -- Margaret Atwood From: Sean Corfield Sent: Thursday, July 19, 2018 4:55:47 PM To: clojure@googlegroups.com Subject: RE: [ANN] Clojure 1.10.0-alpha5 Progress so far… with Alpha 6. I’ve encountered a number of (random) JVM SEGV fatal errors running our Boot build pipeline a

RE: [ANN] Clojure 1.10.0-alpha5

2018-07-21 Thread Sean Corfield
" -- Margaret Atwood From: Sean Corfield Sent: Thursday, July 19, 2018 4:55:47 PM To: clojure@googlegroups.com Subject: RE: [ANN] Clojure 1.10.0-alpha5 Progress so far… with Alpha 6. I’ve encountered a number of (random) JVM SEGV fatal errors running our Boot build pipeline

RE: [ANN] Clojure 1.10.0-alpha5

2018-07-19 Thread Sean Corfield
-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood From: clojure@googlegroups.com on behalf of Alex Miller Sent: Wednesday, July 18, 2018 10:50:59 AM To: Clojure

Re: [ANN] Clojure 1.10.0-alpha5

2018-07-19 Thread Alex Miller
behalf of Alex > Miller > Sent: Wednesday, July 18, 2018 10:50:59 AM > To: Clojure > Subject: RE: [ANN] Clojure 1.10.0-alpha5 > > The only change in alpha6 was the asm fix (your patch!) :) > > -- > You received this message because you are subscribed to the Googl

RE: [ANN] Clojure 1.10.0-alpha5

2018-07-19 Thread Sean Corfield
http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood From: clojure@googlegroups.com on behalf of Alex Miller Sent: Wednesday, July 18, 2018 10:50:59 AM To: Clojure Subject: RE: [ANN] Clojur

RE: [ANN] Clojure 1.10.0-alpha5

2018-07-18 Thread Alex Miller
The only change in alpha6 was the asm fix (your patch!) :) -- 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

RE: [ANN] Clojure 1.10.0-alpha5

2018-07-18 Thread Sean Corfield
July 4, 2018 10:23:00 AM To: clojure@googlegroups.com Subject: RE: [ANN] Clojure 1.10.0-alpha5 I happened to notice this morning that the patch for CLJ-2367 was merged and Clojure 1.10.0-alpha6 has quietly gone up to Maven Central so we’re running a full pass of our tests at work on the new ASM/J

Re: [ANN] Clojure 1.10.0-alpha5

2018-07-04 Thread Alex Miller
rfield.org/ >> >> "If you're not annoying somebody, you're not really alive." >> -- Margaret Atwood >> >> From: clojure@googlegroups.com on behalf of Alex >> Miller >> Sent: Wednesday, June 27, 2018 12:52:20 PM >> To: Clo

Re: [ANN] Clojure 1.10.0-alpha5

2018-07-04 Thread Alex Miller
ying somebody, you're not really alive." > -- Margaret Atwood > > From: Sean Corfield > Sent: Thursday, June 28, 2018 4:26:36 PM > To: clojure@googlegroups.com > Subject: RE: [ANN] Clojure 1.10.0-alpha5 > > Anyone using taoensso/nippy will encounter a compila

RE: [ANN] Clojure 1.10.0-alpha5

2018-07-04 Thread Sean Corfield
ne 28, 2018 4:26:36 PM To: clojure@googlegroups.com Subject: RE: [ANN] Clojure 1.10.0-alpha5 Anyone using taoensso/nippy will encounter a compilation exception on Clojure 1.10.0 Alpha 5. See https://dev.clojure.org/jira/browse/CLJ-2367 for details (an unexpected – and probably unintende

RE: [ANN] Clojure 1.10.0-alpha5

2018-06-28 Thread Sean Corfield
e 27, 2018 12:52:20 PM To: Clojure Subject: [ANN] Clojure 1.10.0-alpha5 Clojure 1.10.0-alpha5 is now available. 1.10.0-alpha5 includes the following changes since 1.10.0-alpha4: * CLJ-2363<https://dev.clojure.org/jira/browse/CLJ-2363> - make Java 8 the minimum requirement for Clojure (al

[ANN] Clojure 1.10.0-alpha5

2018-06-27 Thread Alex Miller
Clojure 1.10.0-alpha5 is now available. 1.10.0-alpha5 includes the following changes since 1.10.0-alpha4: * CLJ-2363 - make Java 8 the minimum requirement for Clojure (also bumps embedded ASM to latest) - thanks Ghadi Shayban! * CLJ-2284