This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: let-values in r7rs library causes error




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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]