Hi Henry,

On Mon, Jun 21, 2010 at 10:22 AM, Henrik Johansen <henrik.s.johansen@veloxit.no> wrote:


On Jun 20, 2010, at 11:47 45PM, Eliot Miranda wrote:

>
> � I expect the next few weeks to involve some bug fixing as it is used in a much broader context (no pun intended). �Y'all can help by giving me reproducible test cases.

I made the Float/LargeInt and special object array changes, not sure if it 's just my derived images missing more or an actual bug, but...

[|b| 5] value, and [: a | |b| 5 ] value: 1 crashes in both Squeak and Pharo.

Crashes my VM too :) �Thanks!!
Compiler evaluate: '[ :a | | t | ] value: 1' crashes the VM in Pharo 1.1, but not in Squeak.

This doesn't crash for me. �So this is likely a closure compiler issue. �Someone might want to compare the closure compiler in Squeak trunk against Pharo and move the updates across. �I'll happily review.�

It returns 1 rather than nil though, as is expected in Pharo at least.



Cheers,
Henry