Bug#397529: slib 3a4-3 broken under Scheme implemenations other than SCM

2006-11-08 Thread Thomas Bushnell BSG
On Tue, 2006-11-07 at 15:12 -0800, Steve VanDevender wrote: > There's really no way this can work in general. Even if it were to be > written as something like > > (if ... > (begin > (define ...))) > > to make it valid Scheme, it would produce a definition local to the > scope of the

Bug#397529: slib 3a4-3 broken under Scheme implemenations other than SCM

2006-11-07 Thread Steve VanDevender
Package: slib Version: 3a4-3 Example: $ mzscheme Welcome to MzScheme version 352, Copyright (c) 2004-2006 PLT Scheme Inc. > (load "/usr/share/slib/init/DrScheme.init") /usr/share/slib/require.scm:27:4: define: not allowed in an expression context in: (define slib:features *features*) === conte