Updates:
Labels: bugid-38359
Comment #1 on issue 225 by
[hidden email]: WALotsaLinksFunctionalTest
still failing in GemStone 3.x
http://code.google.com/p/glassdb/issues/detail?id=225WALotsaLinksFunctionalTest has exposed a bug in the GemStone3.0 nested
block handling...the following test case with one more level of nesting
behaves incorrectly:
testClosureParameters
| closures |
closures := OrderedCollection new.
1 to: 5 do: [:val |
[ closures add: [val]] value ].
closures do: [:aClosure |
Transcript show: aClosure value asString; cr ]
Keep this bug separate from Issue 219, since Issue 219 will be kept open
for GemStone2.x and this bug marked as fixed when 3.x is fixed