[squeak-dev] Re: Pragmas for Controlling Compiler

Martin Beck martin.beck at hpi.uni-potsdam.de
Mon Nov 17 11:40:38 UTC 2008


Hi,

Klaus D. Witzel wrote:
> Sure,
> 
>  OnOff
>    ifTrue: [TestClass new doSomething]
>    ifFalse: [TestClass new doSomething muchBetter]

Ok, my fault. A simple (Smalltalk at: #TestClass) removes the direct
class dependency from the source code and my compiler won't choke about
it anymore.

Thx,
Martin



More information about the Squeak-dev mailing list