bug#25803: guile-snarf now fails when passed arguments contains whitespace

2017-04-21 Thread Ludovic Courtès
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

bug#26583: 2.2.1 syntax objects are not comparable

2017-04-21 Thread Andy Wingo
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