bug#20423: goops - inheritance of slot options

2016-07-12 Thread David Pirotte
Hi Andy, > > It actually is my intention, it has been for years, to study, dig into and > > work > > on our GOOPS implementation and start to help maintain it ... if I only had > > more > > time, I would have done it already. > > Till then we rely on you > I don't have any time to devote to

bug#17485: Ugh, well...

2016-07-12 Thread Andy Wingo
On Tue 12 Jul 2016 09:43, David Kastrup writes: > Sorry, I really should have checked the whole bug report before agreeing > with the resolution. The actual problem triggering the stack overflow > problem in the original report was not even in reduce-right but rather > in drop-right. > > drop-ri

bug#17485: Ugh, well...

2016-07-12 Thread David Kastrup
Sorry, I really should have checked the whole bug report before agreeing with the resolution. The actual problem triggering the stack overflow problem in the original report was not even in reduce-right but rather in drop-right. drop-right is still defective im the original manner. So this is "

bug#23943: Guile loads "init.scm" from the current directory

2016-07-12 Thread Alex Kost
Andy Wingo (2016-07-11 19:07 +0300) wrote: > On Mon 11 Jul 2016 09:44, Alex Kost writes: > >> cd /tmp >> echo foo > init.scm >> GUILE_LOAD_COMPILED_PATH= GUILE_LOAD_PATH= guile -q >> >> And it fails with this error: >> >> guile: uncaught throw to unbound-variable: (#f Unbound variable: ~S (foo)

bug#19180: guile bug#19180: vacuum_weak_hash_table error

2016-07-12 Thread Andy Wingo
Hi, On Wed 22 Jun 2016 16:55, Andy Wingo writes: > On Mon 15 Dec 2014 07:36, Anand Mohanadoss writes: > >> Vacuum weak hash table assert Table=0x9bdb840 len=0 removed=1 >> orig_len=2321 n_items=2321 > > I guess printing a warning is not worse than crashing. I was unable to > make this table wo

bug#18914: 2.0.11 REPL server listens on 127.0.0.1 but not "localhost"

2016-07-12 Thread Andy Wingo
On Wed 22 Jun 2016 10:32, Andy Wingo writes: > Works for me, with Guile 2.0.11 also. Could it be that "nc" is trying > to connect to an IPv6 address? Pretty sure that's what's going on here. When Guile makes server sockets, it assumes it should listen on a single family/address/port triple. S

bug#17485: (srfi srfi-1) reduce-right does not scale, version 2.0.9

2016-07-12 Thread Andy Wingo
On Tue 21 Jun 2016 17:31, David Kastrup writes: > Andy Wingo writes: > >> I think on 2.0 that this might be an OK workaround: >> >> (define (reduce-right f ridentity lst) >>(reduce f ridentity (reverse lst))) > > So if we don't store the inverse list in-space, it needs to be either a > copy