On 27.01.2011 19:53, Levente Uzonyi wrote:
On Thu, 27 Jan 2011, pharo@googlecode.com wrote:
Status: Accepted Owner: ryd...@gmail.com CC: romain.r...@gmail.com Labels: Milestone-1.2-DevImage Milestone-1.3-DevImage OCompletion
New issue 3603 by ryd...@gmail.com: O/ECompletion failure in Trait methods http://code.google.com/p/pharo/issues/detail?id=3603
A debugger pops up when typing in after super in a trait method, since traits do not implement superclass.
The bug is not related to OCompletion. Traits implement (via TPureBehavior) #allSuperclasses, #withAllSuperclasses, etc., but lack #superclass. So which implementation of #superclass would you recommend for Trait, which would keep O/ECompletion working without modification? I can't think of any which makes sense really.
IMO, if code in the component eventually needs to be changed to not raise a debugger, it's related. Cheers, Henry