[Pharo-project] Apparently composed trait methods loses their categories...
Hi guys In 20, which T1>>m1 is defined under cat1 when we do T3 uses: T1 T3>>m1 is 'as yet unclassified' and this breaks several tests. Any idea of a change that could have modified the system? Stef
I'm sorry to tell that even if you - create T1 with #m1 under cat1 - create class C1 - make C1 use T1 does not work either On Sun, Jun 3, 2012 at 11:56 PM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
Hi guys
In 20, which T1>>m1 is defined under cat1 when we do T3 uses: T1 T3>>m1 is 'as yet unclassified' and this breaks several tests.
Any idea of a change that could have modified the system?
Stef
The change is in TPureBehavior>>#addTraitSelector: aSymbol withMethod: aCompiledMethod Now I'm going to sleep :) On Mon, Jun 4, 2012 at 12:20 AM, Guillermo Polito <guillermopolito@gmail.com
wrote:
I'm sorry to tell that even if you
- create T1 with #m1 under cat1 - create class C1 - make C1 use T1
does not work either
On Sun, Jun 3, 2012 at 11:56 PM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
Hi guys
In 20, which T1>>m1 is defined under cat1 when we do T3 uses: T1 T3>>m1 is 'as yet unclassified' and this breaks several tests.
Any idea of a change that could have modified the system?
Stef
participants (2)
-
Guillermo Polito -
Stéphane Ducasse