[chuck-users] Fresh bug

Kassen signal.automatique at gmail.com
Sat Feb 7 21:38:33 EST 2009


Get it while it's hot!

int count;

3 %=> count++;
//or
3 %=> ++count;

Whether such constructions should be used at all is of course
debatable and we do have this;

++count%3 => count;

....which does work but the above examples shouldn't lead to
VM-collapses, which they do.

Yours,
Kas.


More information about the chuck-users mailing list