[Pharo-project] #traits
Hi adrian I wanted to know if we could not have traits defined in Behavior and whose behavior would be self traitComposition allTraits BTW will you have some time to look at my improvements? Stef
On Mon, Jan 5, 2009 at 1:45 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
I wanted to know if we could not have traits defined in Behavior and whose behavior would be
self traitComposition allTraits
BTW will you have some time to look at my improvements?
http://code.google.com/p/pharo/issues/detail?id=433 I propose to send #traits instead of #allTraits. #traits returns the collection of traits used in a behavior whereas #allTraits also returns the traits that are used by those traits. -- Damien Cassou http://damiencassou.seasidehosting.st
Damien, thanks for implementing this. I checked your submission, however, the last version, Traits-damiencassou.254, deletes classes like Trait from the system. Something went wrong there. Could you check again? Cheers, Adrian On Jan 5, 2009, at 16:57 , Damien Cassou wrote:
On Mon, Jan 5, 2009 at 1:45 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
I wanted to know if we could not have traits defined in Behavior and whose behavior would be
self traitComposition allTraits
BTW will you have some time to look at my improvements?
http://code.google.com/p/pharo/issues/detail?id=433
I propose to send #traits instead of #allTraits. #traits returns the collection of traits used in a behavior whereas #allTraits also returns the traits that are used by those traits.
-- Damien Cassou http://damiencassou.seasidehosting.st
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Jan 5, 2009, at 13:45 , Stéphane Ducasse wrote:
Hi adrian
I wanted to know if we could not have traits defined in Behavior and whose behavior would be
self traitComposition allTraits
sure, seems like a useful shortcut.
BTW will you have some time to look at my improvements?
Which ones are you referring to? Adrian
On Jan 5, 2009, at 9:51 PM, Adrian Lienhard wrote:
On Jan 5, 2009, at 13:45 , Stéphane Ducasse wrote:
Hi adrian
I wanted to know if we could not have traits defined in Behavior and whose behavior would be
self traitComposition allTraits
sure, seems like a useful shortcut.
Damien told me that it should be traits ^ self traitsComposition traits allTraits ^ self traitsComposition allTraits
BTW will you have some time to look at my improvements?
Which ones are you referring to?
The ones fixing the sharing of compiled methods.
Adrian _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Mon, Jan 5, 2009 at 9:50 PM, Adrian Lienhard <adi@netstyle.ch> wrote:
Damien, thanks for implementing this. I checked your submission, however, the last version, Traits-damiencassou.254, deletes classes like Trait from the system. Something went wrong there. Could you check again?
Done. See the issue tracker. Bye -- Damien Cassou http://damiencassou.seasidehosting.st
Thanks, Damien, looks good. Adrian On Jan 6, 2009, at 11:28 , Damien Cassou wrote:
On Mon, Jan 5, 2009 at 9:50 PM, Adrian Lienhard <adi@netstyle.ch> wrote:
Damien, thanks for implementing this. I checked your submission, however, the last version, Traits-damiencassou.254, deletes classes like Trait from the system. Something went wrong there. Could you check again?
Done. See the issue tracker.
Bye
-- Damien Cassou http://damiencassou.seasidehosting.st
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Adrian Lienhard -
Damien Cassou -
Stéphane Ducasse