[squeak-dev] Compiler pedantic about ifNotNil: argument

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Sun Oct 10 12:39:53 UTC 2010


The compiler uselessly insist on #ifNotNil: argument being a zero/one arg block.
Thus we cannot write this xtream sentence

    process ifNotNil: #terminate.

When the argument is not a block, Compiler should avoid inlining and
just send a normal message.

cheers

Nicolas



More information about the Squeak-dev mailing list