Re: message overriding bug

Steve Dekorte <[email protected]>
Newsgroups gmane.comp.lang.io
Message-ID <[email protected]>
I think "message" is a slot defined on locals so the lookup doesn't continue to the object.

On 2011-07-09 Sat, at 12:17 PM, Jan-Paul Bultmann wrote:

> Seems like inheritance and message lookup are broken in this case.
> 
> Cheers Jan
> 
> Io> A message := 5
> ==> 5
> Io> A message
> ==> 5
> Io> A m := method(message + 5)
> ==> method(
>    message + 5
> )
> Io> A m
> 
>  Exception: nil does not respond to '+'
>  ---------
>  nil +                                Command Line 1
>  A m                                  Command Line 1
> 
> Io> 
> 
> 
> 
> ------------------------------------
> 
> Yahoo! Groups Links
> 
> 
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.