[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-kawa] [bug #4423] not causes ClassCastException inside lambda
From: |
nobody |
Subject: |
[Bug-kawa] [bug #4423] not causes ClassCastException inside lambda |
Date: |
Tue, 22 Jul 2003 19:43:55 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6 |
=================== BUG #4423: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4423&group_id=145
Submitted by: ctdean Project: Kawa
Submitted on: Tue 07/22/2003 at 16:43
Category: None Severity: 5 - Major
Bug Group: None Resolution: None
Assigned to: None Status: Open
Summary: not causes ClassCastException inside lambda
Original Submission: Using "not" inside a closure causes a ClassCastException.
For example, run the code below dor a stack trace:
(define (foo) ((lambda (x) (not x)) 'a))
(foo)
No Followups Have Been Posted
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4423&group_id=145
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Bug-kawa] [bug #4423] not causes ClassCastException inside lambda,
nobody <=