[Pharo-project] dnu - isScarySelector not found
Had the same problem in one of the latest dev images as soon as one implements a class side method in one of the browsers. Easy to fix: Just hitting "create" and implementing the method in Metaclass with ^false solved the problem. Bye T. -- Neu: GMX Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate für nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02
On Tue, Sep 8, 2009 at 8:24 AM, Torsten Bergmann<astares@gmx.de> wrote:
Had the same problem in one of the latest dev images as soon as one implements a class side method in one of the browsers.
Can't reproduce in 09.09.1. Please try again there. Thank you -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
I imagine that this is because lukas use the new OB code released which still contains old squeak warning. stef On Sep 8, 2009, at 8:24 AM, Torsten Bergmann wrote:
Had the same problem in one of the latest dev images as soon as one implements a class side method in one of the browsers. Easy to fix:
Just hitting "create" and implementing the method in Metaclass with ^false solved the problem.
Bye T.
-- Neu: GMX Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate für nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I am using the code of Colin and there are no senders to #isScarySelector, so I don't understand why there is a problem? Lukas 2009/9/8 Stéphane Ducasse <stephane.ducasse@inria.fr>:
I imagine that this is because lukas use the new OB code released which still contains old squeak warning.
stef
On Sep 8, 2009, at 8:24 AM, Torsten Bergmann wrote:
Had the same problem in one of the latest dev images as soon as one implements a class side method in one of the browsers. Easy to fix:
Just hitting "create" and implementing the method in Metaclass with ^false solved the problem.
Bye T.
-- Neu: GMX Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate für nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
Did he remove that from his OB version?
I think so. As far as I can tell he merged all my changes. Lukas -- Lukas Renggli http://www.lukas-renggli.ch
participants (4)
-
Damien Cassou -
Lukas Renggli -
Stéphane Ducasse -
Torsten Bergmann