bug#26013: (srfi srfi-37) chokes on empty string parameter

2017-03-07 Thread Thomas Danckaert
Hello Guilers, It looks like Guile's srfi-37 implementation doesn't process empty string arguments correctly. For example, here's a stacktrace I get when executing guix system list-generations "": $ guix system list-generations "" Backtrace: In ice-9/boot-9.scm: 160: 15 [catch #t # ...] In

bug#26013: (srfi srfi-37) chokes on empty string parameter

2017-04-19 Thread Thomas Danckaert
From: Andy Wingo Subject: Re: bug#26013: (srfi srfi-37) chokes on empty string parameter Date: Wed, 19 Apr 2017 17:13:25 +0200 On Tue 07 Mar 2017 16:34, Thomas Danckaert writes: It looks like Guile's srfi-37 implementation doesn't process empty string arguments correctly. [..