[Pharo-project] Missing PluggableTextController and PluggableTextView
I've just update my image to 10041 and tried to generate a pharo-dev from it. However, the process failed while trying to install Shout because it depends on PluggableTextController and PluggableTextView which are not in the image anymore. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
Arg.. These classes were removed by Alain's change. Can you identify which packages requires those classes? Cheers, Alexandre On 17 Jun 2008, at 14:25, Damien Cassou wrote:
I've just update my image to 10041 and tried to generate a pharo-dev from it. However, the process failed while trying to install Shout because it depends on PluggableTextController and PluggableTextView which are not in the image anymore.
-- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Tuesday 17 June 2008 14:25:28 Damien Cassou wrote:
I've just update my image to 10041 and tried to generate a pharo-dev from it. However, the process failed while trying to install Shout because it depends on PluggableTextController and PluggableTextView which are not in the image anymore.
Hi Damien, yes, I guess the problem concerns PluggableShoutView and PluggableShoutViewController. PluggableShoutViewController is the default mvc controller class for PluggableShoutView. (and PluggableShoutView is not referenced anywhere in pharo-dev). I've found another problem related to view instance variable + OB. I will report it tonight. cheers alain
I'll take a look and see if I can create a Pharo compatible Shout, Andy "Damien Cassou" <damien.cassou@gmail.com> wrote in message news:6ac749c10806170525r2da65fbr17a00ce24f0cd041@mail.gmail.com... I've just update my image to 10041 and tried to generate a pharo-dev from it. However, the process failed while trying to install Shout because it depends on PluggableTextController and PluggableTextView which are not in the image anymore. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
On Tue, Jun 17, 2008 at 2:37 PM, Andrew Tween <amtween@hotmail.com> wrote:
I'll take a look and see if I can create a Pharo compatible Shout,
Do you think it can be possible to have Shout compatible with both Pharo and Squeak at the same time? Otherwise, we will have to maintain a separate universe which will complicate my work a lot. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
"Damien Cassou" <damien.cassou@gmail.com> wrote in message news:6ac749c10806170613p3edfb55h3fddcaf61fca4f0c@mail.gmail.com... On Tue, Jun 17, 2008 at 2:37 PM, Andrew Tween <amtween@hotmail.com> wrote:
I'll take a look and see if I can create a Pharo compatible Shout,
Do you think it can be possible to have Shout compatible with both Pharo and Squeak at the same time? Otherwise, we will have to maintain a separate universe which will complicate my work a lot.
I plan to remove MVC from Shout. And create a separate, optional, ShoutMVC package that can be loaded after loading the main Shout package. Will you be able to load ShoutMVC into Squeak images, but not load it into Pharo? If not, then I can create a .sar installer which checks for the existance of MVC before loading ShoutMVC Andy -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
On Tue, Jun 17, 2008 at 3:25 PM, Andrew Tween <amtween@hotmail.com> wrote:
"Damien Cassou" <damien.cassou@gmail.com> wrote in message news:6ac749c10806170613p3edfb55h3fddcaf61fca4f0c@mail.gmail.com... On Tue, Jun 17, 2008 at 2:37 PM, Andrew Tween <amtween@hotmail.com> wrote:
I'll take a look and see if I can create a Pharo compatible Shout,
Do you think it can be possible to have Shout compatible with both Pharo and Squeak at the same time? Otherwise, we will have to maintain a separate universe which will complicate my work a lot.
I plan to remove MVC from Shout. And create a separate, optional, ShoutMVC package that can be loaded after loading the main Shout package.
This is the best solution I think.
Will you be able to load ShoutMVC into Squeak images, but not load it into Pharo?
It is possible yes but no straightforward. The simplest solution is not to support MVC anymore in squeak-dev images. What do you think?
If not, then I can create a .sar installer which checks for the existance of MVC before loading ShoutMVC
It is the simplest solution for me, but not for you :-). Do you think ShoutMVC could be of interest to anyone? -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
I have created the http://www.squeaksource.com/shout/Shout.3.15-tween.71.mcz package which no longer contains MVC stuff. Unfortunately, I can't add it to Universes - the Universe editor tells me it is owned by someone else :( I agree with your suggestion of not supporting MVC in squeak-dev images anymore. "Damien Cassou" <damien.cassou@gmail.com> wrote in message news:6ac749c10806170637t7343f960h7ccb2791b268bf3e@mail.gmail.com... On Tue, Jun 17, 2008 at 3:25 PM, Andrew Tween <amtween@hotmail.com> wrote:
"Damien Cassou" <damien.cassou@gmail.com> wrote in message news:6ac749c10806170613p3edfb55h3fddcaf61fca4f0c@mail.gmail.com... On Tue, Jun 17, 2008 at 2:37 PM, Andrew Tween <amtween@hotmail.com> wrote:
I'll take a look and see if I can create a Pharo compatible Shout,
Do you think it can be possible to have Shout compatible with both Pharo and Squeak at the same time? Otherwise, we will have to maintain a separate universe which will complicate my work a lot.
I plan to remove MVC from Shout. And create a separate, optional, ShoutMVC package that can be loaded after loading the main Shout package.
This is the best solution I think.
Will you be able to load ShoutMVC into Squeak images, but not load it into Pharo?
It is possible yes but no straightforward. The simplest solution is not to support MVC anymore in squeak-dev images. What do you think?
If not, then I can create a .sar installer which checks for the existance of MVC before loading ShoutMVC
It is the simplest solution for me, but not for you :-). Do you think ShoutMVC could be of interest to anyone? -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
On Tue, Jun 17, 2008 at 4:03 PM, Andrew Tween <amtween@hotmail.com> wrote:
I have created the http://www.squeaksource.com/shout/Shout.3.15-tween.71.mcz package which no longer contains MVC stuff.
Thank you very much
Unfortunately, I can't add it to Universes - the Universe editor tells me it is owned by someone else :(
It's probably me :-).
I agree with your suggestion of not supporting MVC in squeak-dev images anymore.
Cool -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
On Tue, Jun 17, 2008 at 4:34 PM, Damien Cassou <damien.cassou@gmail.com> wrote:
Unfortunately, I can't add it to Universes
Done -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
this would be really cool :) Stef On Jun 17, 2008, at 2:37 PM, Andrew Tween wrote:
I'll take a look and see if I can create a Pharo compatible Shout,
Andy
"Damien Cassou" <damien.cassou@gmail.com> wrote in message news:6ac749c10806170525r2da65fbr17a00ce24f0cd041@mail.gmail.com ... I've just update my image to 10041 and tried to generate a pharo-dev from it. However, the process failed while trying to install Shout because it depends on PluggableTextController and PluggableTextView which are not in the image anymore.
-- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Excellent! Excellent! I like this feeling. Soon (more or less) we will be able to focus on the making of new things (versus the cleaning). Please note that I truly respect what was done (even if I can have really harsh statement), I'm not idiot and know that building is far more difficult than removing them. It would be good to think about a first release of pharo the milestone says: - tests green Stef On Jun 17, 2008, at 4:37 PM, Damien Cassou wrote:
On Tue, Jun 17, 2008 at 4:34 PM, Damien Cassou <damien.cassou@gmail.com
wrote:
Unfortunately, I can't add it to Universes
Done
-- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Tuesday 17 June 2008 14:43:29 Alain Plantec wrote:
On Tuesday 17 June 2008 14:25:28 Damien Cassou wrote:
I've found another problem related to view instance variable + OB. I will report it tonight. Hi Damien and Andrew, Controller 'view' instance variable has been removed. In pharo-dev, Undeclared shows a 'view' key which is referenced from OBTextMorphEditor, OBTextMorphEditorWithShout and TextMorphForShoutEditor. I've attached 2 separated fixes (for OB and for shout).
Cheers alain
cheers alain
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Wed, Jun 18, 2008 at 9:32 AM, Alain Plantec <alain.plantec@free.fr> wrote:
On Tuesday 17 June 2008 14:43:29 Alain Plantec wrote:
On Tuesday 17 June 2008 14:25:28 Damien Cassou wrote:
I've found another problem related to view instance variable + OB. I will report it tonight. Hi Damien and Andrew, Controller 'view' instance variable has been removed. In pharo-dev, Undeclared shows a 'view' key which is referenced from OBTextMorphEditor, OBTextMorphEditorWithShout and TextMorphForShoutEditor. I've attached 2 separated fixes (for OB and for shout).
Are these fixes compatible with the new Shout (published yesterday)? Are these fixes compatible with Squeak? If both answers are yes, please commit your fix to OB directly to source.wiresong.ca/ob (no need for a password). And send the Shout fix to Andrew. Bye -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
Hi Alain & Damien, Thanks to both of you. I have merged in the changes... http://source.wiresong.ca/ob/OB-Morphic-tween.48.mcz http://www.squeaksource.com/shout/Shout.3.15-tween.72.mcz Damien, please could you update the Universe Shout entry like you did before? Thanks. Andy "Damien Cassou" <damien.cassou@gmail.com> wrote in message news:6ac749c10806180110p68d6175bh724a814586fe2a46@mail.gmail.com... On Wed, Jun 18, 2008 at 9:32 AM, Alain Plantec <alain.plantec@free.fr> wrote:
On Tuesday 17 June 2008 14:43:29 Alain Plantec wrote:
On Tuesday 17 June 2008 14:25:28 Damien Cassou wrote:
I've found another problem related to view instance variable + OB. I will report it tonight. Hi Damien and Andrew, Controller 'view' instance variable has been removed. In pharo-dev, Undeclared shows a 'view' key which is referenced from OBTextMorphEditor, OBTextMorphEditorWithShout and TextMorphForShoutEditor. I've attached 2 separated fixes (for OB and for shout).
Are these fixes compatible with the new Shout (published yesterday)? Are these fixes compatible with Squeak? If both answers are yes, please commit your fix to OB directly to source.wiresong.ca/ob (no need for a password). And send the Shout fix to Andrew. Bye -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
On Fri, Jun 20, 2008 at 8:49 PM, Andrew Tween <amtween@hotmail.com> wrote:
Hi Alain & Damien, Thanks to both of you.
I have merged in the changes...
http://source.wiresong.ca/ob/OB-Morphic-tween.48.mcz
http://www.squeaksource.com/shout/Shout.3.15-tween.72.mcz
Damien, please could you update the Universe Shout entry like you did before? Thanks.
Done. Thank you for the fixes. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)
participants (5)
-
Alain Plantec -
Alexandre Bergel -
Andrew Tween -
Damien Cassou -
Stéphane Ducasse