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
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
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.diff
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.