Hi, I tried to install Rubrik in 3alpha (yes, yes, I know... is development, etc., etc., but I wanted to test precisely how it is behaving a text package with the changes we are introducing :) ) Well... configuration fails because there is a "repeated slot", enabledHolder. This is because RubTextModel is shadowing a property that already exists on AbstractBasicWidget (and that's not allowed with new opal compiler). Now... I just removed it on RubTextModel and everything is working so... I wonder if this change could be introduced so I can continue playing without need to hack it each time? ;) cheers, Esteban
Just make sure it still works on Pharo 2.0 for a little while. Doru On Thu, Aug 15, 2013 at 12:08 PM, Esteban Lorenzano <estebanlm@gmail.com>wrote:
Hi,
I tried to install Rubrik in 3alpha (yes, yes, I know... is development, etc., etc., but I wanted to test precisely how it is behaving a text package with the changes we are introducing :) ) Well... configuration fails because there is a "repeated slot", enabledHolder.
This is because RubTextModel is shadowing a property that already exists on AbstractBasicWidget (and that's not allowed with new opal compiler).
Now... I just removed it on RubTextModel and everything is working so... I wonder if this change could be introduced so I can continue playing without need to hack it each time? ;)
cheers, Esteban
-- www.tudorgirba.com "Every thing has its own flow"
yes, it still works :) On Aug 15, 2013, at 1:49 PM, Tudor Girba <tudor@tudorgirba.com> wrote:
Just make sure it still works on Pharo 2.0 for a little while.
Doru
On Thu, Aug 15, 2013 at 12:08 PM, Esteban Lorenzano <estebanlm@gmail.com> wrote: Hi,
I tried to install Rubrik in 3alpha (yes, yes, I know... is development, etc., etc., but I wanted to test precisely how it is behaving a text package with the changes we are introducing :) ) Well... configuration fails because there is a "repeated slot", enabledHolder.
This is because RubTextModel is shadowing a property that already exists on AbstractBasicWidget (and that's not allowed with new opal compiler).
Now... I just removed it on RubTextModel and everything is working so... I wonder if this change could be introduced so I can continue playing without need to hack it each time? ;)
cheers, Esteban
-- www.tudorgirba.com
"Every thing has its own flow"
Hi Esteban, RubTextModel does not work. It was for Spec but I don't have enough time to dig more and make it work. So, I will remove this class. Cheers Alain Le 15 août 2013 à 12:08, Esteban Lorenzano <estebanlm@gmail.com> a écrit :
Hi,
I tried to install Rubrik in 3alpha (yes, yes, I know... is development, etc., etc., but I wanted to test precisely how it is behaving a text package with the changes we are introducing :) ) Well... configuration fails because there is a "repeated slot", enabledHolder.
This is because RubTextModel is shadowing a property that already exists on AbstractBasicWidget (and that's not allowed with new opal compiler).
Now... I just removed it on RubTextModel and everything is working so... I wonder if this change could be introduced so I can continue playing without need to hack it each time? ;)
cheers, Esteban
participants (3)
-
Esteban Lorenzano -
plantec -
Tudor Girba