Re: [bug #34140] gc not run correctly when allocating threads

2011-09-05 Thread Andy Wingo
On Sun 04 Sep 2011 18:36, Stefan Israelsson Tampe  
writes:

> Andy! test.c is a misstake from my side. It should not be attatched. It is the
> scheme programs without explicit gc that causes trouble.

I wrote test.c, at least the one that I attached.  I was trying to write
an equivalent C program that would trigger the bug, but obviously
didn't.  I can confirm your bug report regarding the Scheme program.

Andy
-- 
http://wingolog.org/



bug in read syntax for arrays

2011-09-05 Thread Daniel Llorens

In the latest git,

scheme@(guile-user)> #0(1)
While executing meta-command:
ERROR: Wrong type argument in position 1: #0(1)

The trivial patch attached fixes this problem. However make check passes 
without the patch, even though arrays.test contains the offending syntax #2((1 
2) (3 4) (5 6)). I haven't looked into that.

Regards,

Daniel.



0001-Fix-compilation-of-untyped-arrays-of-rank-not-1.patch
Description: Binary data


[bug #25525] Segfault using goops

2011-09-05 Thread Stefan Israelsson Tampe
Follow-up Comment #7, bug #25525 (project guile):

added goops4.diff, a git diff that fixes c stylish errors and use
scm_is_eq in stead of a direct comparision.

/Stefan

(file #23943)
___

Additional Item Attachment:

File name: goops4.diffSize:3 KB


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/




[bug #31691] Ellipsis not supported in nested `sxml-match' forms [1.9.13]

2011-09-05 Thread Stefan Israelsson Tampe
Follow-up Comment #5, bug #31691 (project guile):

Ok here is a patch if it encounters a form like
 x ... in the output part of sxml-match it will check if there exists an
ellipsis variable inside x. If there doesn't exist any it will not try to
expand the ellipsis, but instead keep it verbatrim.

So the subsequent matches must not use previous pattern 
variables inside their patterns for this to work.

/Stefan

(file #23945)
___

Additional Item Attachment:

File name: sxml-match.ss.diff Size:1 KB


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/