[Pharo-project] Another O2 deprecation warning
Right-click on a protocol -> The method Boolean and:and: has been deprecated. use and: Culprits: - O2CmdExcludeClass>>isActive - O2CmdTestPackage>>isActive - O2CmdTestClass>>isActive - O2CmdExcludeMethod>>isActive I fixed them in my image. Do I publish a new O2-Enhancements package on SqueakSource or do you want to reapply the fixes i.e. simply put () where necesarry. -- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
On Thu, Jul 22, 2010 at 9:25 PM, Johan Fabry <jfabry@dcc.uchile.cl> wrote:
Right-click on a protocol -> The method Boolean and:and: has been deprecated. use and:
Culprits: - O2CmdExcludeClass>>isActive - O2CmdTestPackage>>isActive - O2CmdTestClass>>isActive - O2CmdExcludeMethod>>isActive
I fixed them in my image. Do I publish a new O2-Enhancements package on SqueakSource or do you want to reapply the fixes i.e. simply put () where necesarry.
Commit the fixes!!! :) After, when everything is working perfect, you can update the metacello conf a release a new version :)
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry<http://dcc.uchile.cl/%7Ejfabry> PLEIAD Lab - Computer Science Department (DCC) - University of Chile
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
yes? On Jul 22, 2010, at 9:25 PM, Johan Fabry wrote:
Right-click on a protocol -> The method Boolean and:and: has been deprecated. use and:
Culprits: - O2CmdExcludeClass>>isActive - O2CmdTestPackage>>isActive - O2CmdTestClass>>isActive - O2CmdExcludeMethod>>isActive
I fixed them in my image. Do I publish a new O2-Enhancements package on SqueakSource or do you want to reapply the fixes i.e. simply put () where necesarry.
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
The repository of O2 is open. Please commit Cheers, Alexandre On 22 Jul 2010, at 21:25, Johan Fabry wrote:
Right-click on a protocol -> The method Boolean and:and: has been deprecated. use and:
Culprits: - O2CmdExcludeClass>>isActive - O2CmdTestPackage>>isActive - O2CmdTestClass>>isActive - O2CmdExcludeMethod>>isActive
I fixed them in my image. Do I publish a new O2-Enhancements package on SqueakSource or do you want to reapply the fixes i.e. simply put () where necesarry.
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Done. Thanks all for the encouragement ;-) On 22 Jul 2010, at 15:35, Alexandre Bergel wrote:
The repository of O2 is open. Please commit
Cheers, Alexandre
On 22 Jul 2010, at 21:25, Johan Fabry wrote:
Right-click on a protocol -> The method Boolean and:and: has been deprecated. use and:
Culprits: - O2CmdExcludeClass>>isActive - O2CmdTestPackage>>isActive - O2CmdTestClass>>isActive - O2CmdExcludeMethod>>isActive
I fixed them in my image. Do I publish a new O2-Enhancements package on SqueakSource or do you want to reapply the fixes i.e. simply put () where necesarry.
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
participants (4)
-
Alexandre Bergel -
Johan Fabry -
Mariano Martinez Peck -
Stéphane Ducasse