Re: GNU Guile 3.0.3 released

2020-06-24 Thread Ludovic Courtès
Hello, Andy Wingo skribis: > On Tue 23 Jun 2020 11:36, Chris Vine writes: [...] >>> I was hesitant about the SONAME: the ABI jump was unnecessary unless in >>> ‘--disable-deprecated’ builds. I erred on the side of cautiousness: >>> >>> >>> https://git.savannah.gnu.org/cgit/guile.git/comm

Re: GNU Guile 3.0.3 released

2020-06-24 Thread Andy Wingo
On Tue 23 Jun 2020 11:36, Chris Vine writes: > On Tue, 23 Jun 2020 10:05:51 +0200 > Ludovic Courtès wrote: >> Hi Chris, >> >> Chris Vine skribis: >> >> > On Sun, 21 Jun 2020 23:04:03 +0200 >> > Ludovic Courtès wrote: >> >> We are delighted to announce GNU Guile release 3.0.3, the third bug-f

Re: GNU Guile 3.0.3 released

2020-06-23 Thread Chris Vine
On Tue, 23 Jun 2020 10:05:51 +0200 Ludovic Courtès wrote: > Hi Chris, > > Chris Vine skribis: > > > On Sun, 21 Jun 2020 23:04:03 +0200 > > Ludovic Courtès wrote: > >> We are delighted to announce GNU Guile release 3.0.3, the third bug-fix > >> release of the new 3.0 stable series. This releas

Re: GNU Guile 3.0.3 released

2020-06-22 Thread Chris Vine
On Sun, 21 Jun 2020 23:04:03 +0200 Ludovic Courtès wrote: > We are delighted to announce GNU Guile release 3.0.3, the third bug-fix > release of the new 3.0 stable series. This release represents 170 > commits by 17 people since version 3.0.2. See the NEWS excerpt that > follows for full details

Re: GNU Guile 3.0.3 released

2020-06-22 Thread Dr. Arne Babenhauserheide
Ludovic Courtès writes: > Changes in 3.0.3 (since 3.0.2) > > * New interfaces and functionality > > ** New baseline compiler > > Guile's CPS-based compiler generates good code, but it takes time and > memory to do so. For users that prioritize speed of compilation over > speed of generated code,

Re: GNU Guile 3.0.3 released

2020-06-22 Thread Jérémy Korwin-Zmijowski
Hey, Thank you to all contributors behind the work ! Jérémy