[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-kawa] [bug #18105] with-syntax causes NullPointerException during c
From: |
Chris Wegrzyn |
Subject: |
[Bug-kawa] [bug #18105] with-syntax causes NullPointerException during compilation but not in repl |
Date: |
Wed, 25 Oct 2006 14:00:00 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7 |
URL:
<http://savannah.gnu.org/bugs/?18105>
Summary: with-syntax causes NullPointerException during
compilation but not in repl
Project: Kawa
Submitted by: cwegrzyn
Submitted on: Wednesday 10/25/2006 at 13:59
Category: Scheme language
Severity: 3 - Normal
Item Group: Compile-time exception
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
Details:
A simple syntax-case expression involving a trivial with-syntax causes the
compiler (kawa.repl -C) to raise a NullPointerException. However, when the
same code is executed with kawa.repl -f, it behaves as expected (and verified
in mzscheme).
An example case is attached to the report. When executed with -f, it should
display 33. When executed with -C, it will cause a NullPointerException
during compilation.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Wednesday 10/25/2006 at 13:59 Name: syntax-case-crash.scm Size: 424B
By: cwegrzyn
test case
<http://savannah.gnu.org/bugs/download.php?file_id=11062>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?18105>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Bug-kawa] [bug #18105] with-syntax causes NullPointerException during compilation but not in repl,
Chris Wegrzyn <=