Re: GNU Guile 2.2.0 released

2017-03-17 Thread Matt Wette
> On Mar 17, 2017, at 7:19 AM, Matt Wette wrote: > > FYI, 2.2.0 has already been placed into MacPorts distribution (though still > some minor hiccups wrt macport checksums.) > > root# port upgrade outdated > ... > ---> Computing dependencies for guile > ---> Fetching distfiles for guile > --

Re: GNU Guile 2.2.0 released

2017-03-17 Thread Jan Wedekind
Many thanks! Just did some benchmarks and it looks like there are decent performance improvements :) Regards Jan # Guile 2.0.11 make[1]: Entering directory '/home/jan/test/aiscm/bench' LD_LIBRARY_PATH=./.libs:/usr/local/lib GC_INITIAL_HEAP_SIZE=1G GC_USE_ENTIRE_HEAP=Y /usr/bin/guile bench.sc

Re: GNU Guile 2.2.0 released

2017-03-17 Thread Matt Wette
FYI, 2.2.0 has already been placed into MacPorts distribution (though still some minor hiccups wrt macport checksums.) root# port upgrade outdated ... ---> Computing dependencies for guile ---> Fetching distfiles for guile ---> Attempting to fetch guile-2.2.0.tar.gz from https://distfiles.mac

Re: Guile-2.2 - goops setters should be inherited, no matter what :)

2017-03-17 Thread David Pirotte
Le Fri, 17 Mar 2017 05:46:47 -0300, David Pirotte a écrit : > Hello Andy, > ... Sorry for the duplicate email, my bad! David pgpE53bLGUriH.pgp Description: OpenPGP digital signature

Re: Guile-2.2 - goops setters should be inherited, no matter what :)

2017-03-17 Thread David Pirotte
Hello Andy, > > 1- setters, as in (define-method ((setter ...) (self <...>) ...) ...) > > should (also :)) be inherited > As you mention this is https://debbugs.gnu.org/cgi/bugreport.cgi?bug=19770. Yep, but after carefully (re)reading your answer and the manual, doing some more tests, I cam