problem in porting from smalltalk

nicolas cellier ncellier at ifrance.com
Sun Feb 19 13:13:53 UTC 2006


Le Dimanche 19 Février 2006 14:08, Peter Crowther a écrit :
> > From: [...] nelson
> > argument of or: must be a block or variable
> > (or: is the method i'm implementing)
>
> You've just been hit by the Compiler trying to compile inline code for
> 'and:' and 'or:', I suspect.  If you reimplement them as fuzzyAnd: and
> fuzzyOr:, the problem will probably go away.
>
>   - Peter

browse class MessageNode and classVar MacroTransformers to see a list of 
messages that are compiled inline and cannot be redefined in Squeak.

(I think they can be in VW).

Nicolas




More information about the Squeak-dev mailing list