This is the mail archive of the
kawa@sourceware.org
mailing list for the Kawa project.
Re: let-values in r7rs library causes error
- From: Per Bothner <per at bothner dot com>
- To: kawa at sourceware dot org
- Date: Mon, 24 Nov 2014 17:37:58 -0800
- Subject: Re: let-values in r7rs library causes error
- Authentication-results: sourceware.org; auth=none
- References: <5473D073 dot 1020704 at hungry dot com>
On 11/24/2014 04:42 PM, Seth Alves wrote:
Use of let-values in an r7rs library causes something to go wrong.
$ ./test-kawa-okay.scm
(0 1 2 3)
$ ./test-kawa-fails.scm
.../testlib.sld:12:9: warning - void-valued expression where value is needed
...
Checked in a fix for this.
Also added the testcase to testsuite/lib-exports.scm. Thanks.
--
--Per Bothner
per@bothner.com http://per.bothner.com/