Oddballs and clonability

Brian Rice water at tunes.org
Wed Oct 6 17:41:11 PDT 2004


On Oct 6, 2004, at 3:37 PM, Pupeno wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I'm reading the section in 'Oddballs' in the tutorial at
> http://perso.wanadoo.fr/kodama/x361.html
> So... Oddballs are objects that are not clonable (or shouldn't be at 
> least).
> The tutorial says it as 'The objects that cannot be cloned are called
> oddballs, after the name of the prototype which implements the 
> impossibility
> to clone.'.
> But at the end of that same section, another fact is explained: The 
> clone
> messages is available and it makes a clone that "doesn't work as 
> expected".
> So, are oddballs clonable or not ?

This was already covered in a previous email to Nicolas - the traits 
hierarchy leads to Root traits via Traits traits, and slot-based 
inheritance (delegation) is not sufficient to distinguish that that 
clone method does not apply to the oddball.

The fix for this is to fix inheritance. We'll let you know when that 
happens.

--
Brian T. Rice
LOGOS Research and Development
http://tunes.org/~water/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1119 bytes
Desc: not available
Url : /archives/slate/attachments/20041006/09d7cb62/attachment.bin


More information about the Slate mailing list