[Pharo-project] MNU: TempVariableNode>>remoteTemps
April 22, 2009
10:09 a.m.
| x y | [:a :b | x := a. y := b] decompile Doing it (not removing unused temps) raises exception (see subject) -- Dennis Schetinin
April 22, 2009
11:47 a.m.
Good find, I opened http://code.google.com/p/pharo/issues/detail?id=767 Nicolas 2009/4/22 Dennis Schetinin <chaetal@gmail.com>:
| x y | [:a :b | x := a. y := b] decompile
Doing it (not removing unused temps) raises exception (see subject)
-- Dennis Schetinin
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
6309
Age (days ago)
6309
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dennis Schetinin -
Nicolas Cellier