Can I use stateful Traits in Pharo 6.1?
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
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 <hernan.morales@gmail.com> wrote:
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
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" <hernan.morales@gmail.com> An: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> Betreff: [Pharo-users] Can I use stateful Traits in Pharo 6.1?
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
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 <astares@gmx.de>:
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" <hernan.morales@gmail.com> An: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> Betreff: [Pharo-users] Can I use stateful Traits in Pharo 6.1?
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
And these are not the same stateful traits. On Sat, Mar 24, 2018 at 10:22 AM, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
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
participants (4)
-
Esteban Lorenzano -
Hernán Morales Durand -
Stephane Ducasse -
Torsten Bergmann