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
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
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 "
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)
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
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
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