Hello,
Commit f775ab3654357fcaad294b95efb0b1c16de1eda8 (“guile-snarf: skip -g*
arguments to avoid build failure”) broke guile-snarf when passed
arguments with whitespace, as in:
guile-snarf -o auth.x auth.c -DPACKAGE_STRING=\"Guile-SSH\ 0.10.2\" …
The breakage comes from the fact that argument
On Thu 20 Apr 2017 22:52, l...@gnu.org (Ludovic Courtès) writes:
> The “new” syntax objects in 2.2.1 cannot be compared with ‘equal?’,
> unlike the “old” ones, which were just vectors.
I think this is a bug. We can roll another release today.
Andy