[squeak-dev] The Trunk: Compiler-ul.191.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Feb 19 21:13:04 UTC 2011


Levente Uzonyi uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-ul.191.mcz

==================== Summary ====================

Name: Compiler-ul.191
Author: ul
Time: 19 February 2011, 10:02:37.736 pm
UUID: a7628e80-ae41-e348-b9b0-6b5f475cd90b
Ancestors: Compiler-ul.190

Restored VariableNode >> #canBeSpecialArgument, which got lost with Compiler-nice.188 for some unknown reason. It is required to compile #caseOf: with non-brace array arguments.

=============== Diff against Compiler-ul.190 ===============

Item was added:
+ ----- Method: VariableNode>>canBeSpecialArgument (in category 'testing') -----
+ canBeSpecialArgument
+ 	"Can I be an argument of (e.g.) ifTrue:?"
+ 
+ 	^code < LdNil!




More information about the Squeak-dev mailing list