Seems like the simple evaluation of an undefined symbol may trigger strange behavior. Well, at least it was already reported, so I won't bother. :)
On Mon, May 4, 2009 at 2:08 AM, leppie <[email protected]> wrote: > ----- Original Message ----- From: "namekuseijin" <[email protected]> > To: <[email protected]> > Sent: Monday, May 04, 2009 6:31 AM > Subject: [ikarus-users] minor gripe > > >> Should this behavior be reported as a bug? >> >> namekusei...@nameku:~$ ikarus >> Ikarus Scheme version 0.0.3 >> Copyright (c) 2006-2008 Abdulaziz Ghuloum >> >>> (import (match)) >>> 'ok >> >> ok >>> >> namekusei...@nameku:~$ ikarus >> Ikarus Scheme version 0.0.3 >> Copyright (c) 2006-2008 Abdulaziz Ghuloum >> >>> match >> >> Unhandled exception >> Condition components: >> 1. &assertion >> 2. &who: eval >> 3. &message: "unbound variable" >> 4. &irritants: (match) >>> >>> (import (match)) >> >> Unhandled exception >> Condition components: >> 1. &who: import >> 2. &message: "identifier conflict" >> 3. &syntax: >> form: (import (match)) >> subform: match > > > Ha! > > I just reported this behavior to Aziz last week[1], but did not have a > 'nice' sample. > > This is nice :) > > Cheers > > leppie > > [1] https://bugs.launchpad.net/bugs/367851 > >
