[Pharo-project] may be a fix for OB
Hi lukas toon is telling to me that these two methods could fix some trouble in OB so I pass you the info. OBMethodDefinition>>shouldBeStyledBy: aPluggableShoutMorph aPluggableShoutMorph classOrMetaClass: self theClass. ^ true OBMethodDefinition>>theClass ^ theClass traitOrClassOfSelector: self selector Stef
What kind of troubles? Changing the result of #theClass is quite a subtle change. Can he write some tests showing the problem? Can he create a bug report? Lukas On 29 June 2011 14:19, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi lukas
toon is telling to me that these two methods could fix some trouble in OB so I pass you the info.
    OBMethodDefinition>>shouldBeStyledBy: aPluggableShoutMorph         aPluggableShoutMorph classOrMetaClass: self theClass.         ^ true
    OBMethodDefinition>>theClass         ^ theClass traitOrClassOfSelector: self selector
Stef
-- Lukas Renggli www.lukas-renggli.ch
participants (2)
-
Lukas Renggli -
Stéphane Ducasse