[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-kawa] [bugs #10613] closure with keyword generates bad .class file
From: |
Chris Dean |
Subject: |
[Bug-kawa] [bugs #10613] closure with keyword generates bad .class file |
Date: |
Fri, 08 Oct 2004 05:31:46 -0400 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10 |
This mail is an automated notification from the bugs tracker
of the project: Kawa.
/**************************************************************************/
[bugs #10613] Latest Modifications:
Changes by:
Chris Dean <address@hidden>
'Date:
Fri 10/08/2004 at 09:24 (US/Pacific)
------------------ Additional Follow-up Comments ----------------------------
I should have mentioned, Kawa is confused when a closure var and keyword have
the same name. Or, as in the example, when the keyword refers to itself.
/**************************************************************************/
[bugs #10613] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10613>
Project: Kawa
Submitted by: Chris Dean
On: Fri 10/08/2004 at 09:04
Category: Scheme language
Severity: 5 - Average
Item Group: Unexpected result
Resolution: None
Privacy: Public
Assigned to: None
Status: Open
Summary: closure with keyword generates bad .class file
Original Submission: The code below generates a Foo$frame.class that throws a
Verifier error when loaded.
(module-name <Foo>)
(module-static #t)
(define (make-replacing-biffer component)
(lambda (msg #!key (level level))
(format #t "log-mode: ~A" component)
level))
Follow-up Comments
------------------
-------------------------------------------------------
Date: Fri 10/08/2004 at 09:24 By: Chris Dean <ctdean>
I should have mentioned, Kawa is confused when a closure var and keyword have
the same name. Or, as in the example, when the keyword refers to itself.
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10613>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/