Issue508111

classification
Title: jythonc generates invalid statements
Type: Severity: normal
Components: Jythonc compiler Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn, pedronis
Priority: normal Keywords:

Created on 2002-01-24.20:03:14 by pedronis, last changed 2002-05-31.12:45:41 by bckfnn.

Messages
msg552 (view) Author: Samuele Pedroni (pedronis) Date: 2002-01-24.20:03:14
bar and foo()

generates an invalid java statement.

We need to use dummy variable assignments for all
expressions or detect the cases when this is needed.
Or drop jythonc ... ok I'm kidding.

Argh.
msg553 (view) Author: Finn Bock (bckfnn) Date: 2002-05-31.12:45:41
Logged In: YES 
user_id=4201

Added as test365.

Fixed in the compiler based in the new AST.
History
Date User Action Args
2002-01-24 20:03:14pedroniscreate