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. Also note that these methods are not in sync with their comments. Btw it's a bit strange (but acceptable) that Traits are not Behaviors. Levente
Reproduction steps at: http://screencast.com/t/yyjLLm0S
Mailing list thread: http://forum.world.st/First-commit-to-Pharoinbox-Need-advice-tp3237535p32415...