Is it me or examples of the Polymorph usage are broken?
For example exampleOtherControls break Hilaire _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Regards, Gary ----- Original Message ----- From: "Hilaire Fernandes" <[hidden email]> To: <[hidden email]> Sent: Saturday, February 06, 2010 5:04 PM Subject: [Pharo-project] broken polymorph example in 1.1? > Is it me or examples of the Polymorph usage are broken? > > For example exampleOtherControls break > > Hilaire > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Hilaire Fernandes-4
Looks like PluggableDialogWindow has had its superclass changed (was
DialogWindow)... Regards, Gary ----- Original Message ----- From: "Hilaire Fernandes" <[hidden email]> To: <[hidden email]> Sent: Saturday, February 06, 2010 5:04 PM Subject: [Pharo-project] broken polymorph example in 1.1? > Is it me or examples of the Polymorph usage are broken? > > For example exampleOtherControls break > > Hilaire > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Really may be one of my mistakes.
stef On Feb 8, 2010, at 12:30 PM, Gary Chambers wrote: > Looks like PluggableDialogWindow has had its superclass changed (was > DialogWindow)... > > Regards, Gary > > ----- Original Message ----- > From: "Hilaire Fernandes" <[hidden email]> > To: <[hidden email]> > Sent: Saturday, February 06, 2010 5:04 PM > Subject: [Pharo-project] broken polymorph example in 1.1? > > >> Is it me or examples of the Polymorph usage are broken? >> >> For example exampleOtherControls break >> >> Hilaire >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Hilaire Fernandes-4
hilaire
can you open an entry? On Feb 6, 2010, at 6:04 PM, Hilaire Fernandes wrote: > Is it me or examples of the Polymorph usage are broken? > > For example exampleOtherControls break > > Hilaire > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Stéphane Ducasse
I couldn't help noticing there are also a few Undefined entries
resulting from the Squeak-ToolBuilder merge, should also be looked into :) Cheers, Henry Den 09.02.2010 08:22, skrev Stéphane Ducasse: > Really may be one of my mistakes. > > stef > > On Feb 8, 2010, at 12:30 PM, Gary Chambers wrote: > > >> Looks like PluggableDialogWindow has had its superclass changed (was >> DialogWindow)... >> >> Regards, Gary >> >> ----- Original Message ----- >> From: "Hilaire Fernandes" <[hidden email]> >> To: <[hidden email]> >> Sent: Saturday, February 06, 2010 5:04 PM >> Subject: [Pharo-project] broken polymorph example in 1.1? >> >> >> >>> Is it me or examples of the Polymorph usage are broken? >>> >>> For example exampleOtherControls break >>> >>> Hilaire >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
thanks for spotting that.
Doing is more difficult than doing nothing :( Stef On Feb 9, 2010, at 9:40 AM, Henrik Johansen wrote: > I couldn't help noticing there are also a few Undefined entries > resulting from the Squeak-ToolBuilder merge, should also be looked into :) > > Cheers, > Henry > > Den 09.02.2010 08:22, skrev Stéphane Ducasse: >> Really may be one of my mistakes. >> >> stef >> >> On Feb 8, 2010, at 12:30 PM, Gary Chambers wrote: >> >> >>> Looks like PluggableDialogWindow has had its superclass changed (was >>> DialogWindow)... >>> >>> Regards, Gary >>> >>> ----- Original Message ----- >>> From: "Hilaire Fernandes" <[hidden email]> >>> To: <[hidden email]> >>> Sent: Saturday, February 06, 2010 5:04 PM >>> Subject: [Pharo-project] broken polymorph example in 1.1? >>> >>> >>> >>>> Is it me or examples of the Polymorph usage are broken? >>>> >>>> For example exampleOtherControls break >>>> >>>> Hilaire >>>> >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Gary Chambers-4
http://code.google.com/p/pharo/issues/detail?id=1950
Stef On Feb 8, 2010, at 12:30 PM, Gary Chambers wrote: > Looks like PluggableDialogWindow has had its superclass changed (was > DialogWindow)... > > Regards, Gary > > ----- Original Message ----- > From: "Hilaire Fernandes" <[hidden email]> > To: <[hidden email]> > Sent: Saturday, February 06, 2010 5:04 PM > Subject: [Pharo-project] broken polymorph example in 1.1? > > >> Is it me or examples of the Polymorph usage are broken? >> >> For example exampleOtherControls break >> >> Hilaire >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |