Re: [Pharo-users] Can I use stateful Traits in Pharo 6.1?

2018-03-24 Thread Hernán Morales Durand
Thank you both Esteban and Torsten. I will check in 7 then. Cheers, Hernán 2018-03-24 11:14 GMT-03:00 Torsten Bergmann : > It is not in Pharo 6/6.1 but in recent Pharo 7. > > Integrated using PR871 > > https://github.com/pharo-project/pharo/pull/871 > https://github.com/pharo-project/pharo/pull/

Re: [Pharo-users] Can I use stateful Traits in Pharo 6.1?

2018-03-24 Thread Torsten Bergmann
It is not in Pharo 6/6.1 but in recent Pharo 7. Integrated using PR871 https://github.com/pharo-project/pharo/pull/871 https://github.com/pharo-project/pharo/pull/871/files Have fun T. > Gesendet: Samstag, 24. März 2018 um 10:22 Uhr > Von: "Hernán Morales Durand" > An: "Any question about pha

Re: [Pharo-users] Can I use stateful Traits in Pharo 6.1?

2018-03-24 Thread Esteban Lorenzano
not in 6.1 (and they will not be available ever, since is not a backportable thing). but you can use them in 7.0a :) Esteban > On 24 Mar 2018, at 10:22, Hernán Morales Durand > wrote: > > Suddenly I need a stateful trait and had a quick look at this paper : > http://scg.unibe.ch/archive/pape

[Pharo-users] Can I use stateful Traits in Pharo 6.1?

2018-03-24 Thread Hernán Morales Durand
Suddenly I need a stateful trait and had a quick look at this paper : http://scg.unibe.ch/archive/papers/Verw11bFlexibleObjectLayouts.pdf Is this supported right now? Any code example out there? Cheers, Hernán