Closed GoogleCodeExporter closed 9 years ago
Yes, this should work and needs to be fixed.
Original comment by mhahn...@gmail.com
on 1 Jun 2010 at 2:44
Original comment by manuelmohr@gmail.com
on 1 Jun 2010 at 2:48
Should be fixed. By the way, the IDList container has the strangest semantics
ever
because add() does not change the current container but just returns a new
IDList
with the new element added at the end of the list. Maybe we should change that
;)
Original comment by manuelmohr@gmail.com
on 1 Jun 2010 at 9:50
Writing to non-existent global variables still generates wrong Java code
because we
don't check if the variable in question really exists at the moment. I'll just
reopen this issue and take a look at it.
Original comment by manuelmohr@gmail.com
on 2 Jun 2010 at 1:52
Original comment by manuelmohr@gmail.com
on 2 Jun 2010 at 3:21
New scoping system fixed this.
Original comment by manuelmohr@gmail.com
on 10 Jun 2010 at 7:05
Original issue reported on code.google.com by
manuelmohr@gmail.com
on 31 May 2010 at 11:48