On Tue, Jul 28, 2009 at 2:24 AM, Erik Huelsmann<
[hidden email]> wrote:
> Hi Alan,
>
> On Mon, Jul 27, 2009 at 2:08 AM, Alan
> Ruttenberg<
[hidden email]> wrote:
>> (defun bar () (values 1 2))
>> (bar) =>
>> 1
>> 2
>> (defun foo () (unwind-protect (return-from foo (bar)) 2))
>> (foo) =>
>> 1
>> (defun foo () (unwind-protect (return-from foo (values 1 2) 2)))
>> (foo) =>
>> 1
>> 2
>>
>> I noticed this in an early version of abcl, but just downloaded and
>> built from subversion and it's still there.
>> Doesn't seem to matter whether it is interpreted or evaluated.
>
> It didn't matter whether interpreter or compiled, because both had the
> same issue.
>
> Anyway, thanks for the report! It's fixed now.
Excellent :)
Thanks for the quick response!
-Alan
>
> Bye,
>
> Erik.
>
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.
http://p.sf.net/sfu/bobj-july_______________________________________________
armedbear-j-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/armedbear-j-devel