problem in porting from smalltalk

nelson - nelson1977 at gmail.com
Wed Feb 22 15:00:10 UTC 2006


2006/2/19, Peter Crowther <Peter at ozzard.org>:
>
> > 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
>
>
Dear Peter,
   the problem is that i HAVE to impelement and: .... I have a fuzzyAnd:
method, but i want to be able to mix crisp and fuzzy value, so redefining
and: definition would be the best choice... can I disable this code
inlining?

thanks,
  nelson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20060222/d212b097/attachment.htm


More information about the Squeak-dev mailing list