Issue1443873

classification
Title: Generator Expressions
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: fwierzbicki, jiwon, kzuberi
Priority: low Keywords: patch

Created on 2006-03-06.04:37:15 by jiwon, last changed 2008-11-03.20:04:22 by fwierzbicki.

Files
File name Uploaded Description Edit Remove
patch.diff jiwon, 2006-04-03.03:52:23 incomplete patch for generator expressions
Messages
msg2477 (view) Author: Jiwon Seo (jiwon) Date: 2006-03-06.04:37:15
This is a patch for generator expressions. It should 
work, but there is some problem related to parsing 
part;  Running it under eclipse gave me 
underteministic behaviour, so I gave up debugging. 
However, it worked at some point, so someone who 
knows JavaCC and eclipse better can easily fix it and 
make proper patch.
msg2478 (view) Author: Khalid Zuberi (kzuberi) Date: 2006-04-03.00:04:22
Logged In: YES 
user_id=18288


The patch doesn't appear to be attached.

- kz
msg2479 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2006-05-24.18:05:26
Logged In: YES 
user_id=193969

I think we can look again at this when we start on Jython
2.3, when generators don't need to be activated with "from
__future__"
msg3735 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2008-11-03.20:04:22
Since this patch is against javacc, and we have moved to antlr, the
patch can't be used.
History
Date User Action Args
2008-11-03 20:04:22fwierzbickisetstatus: open -> closed
resolution: out of date
messages: + msg3735
2006-03-06 04:37:15jiwoncreate