[V3dot9] Re: About condenseChanges and Traits

Stéphane Ducasse stephane.ducasse at univ-savoie.fr
Thu Aug 24 13:06:32 UTC 2006


On 24 août 06, at 14:31, Marcus Denker wrote:

>
> On 24.08.2006, at 13:40, Marcus Denker wrote:
>
>>
>> Then we are sure what we need to discuss... is
>> condense*Changes* or  condense*Sources* broken
>> or both?
>>
>>> On 24 août 06, at 07:16, Philippe Marschall wrote:
>>>
>>>> problems := Dictionary new.
>>>> Smalltalk allClassesAndTraitsDo: [:class |
>>>> {class. class class} do: [:behavior |
>>>> behavior selectorsDo: [:selector |
>>>> (behavior sourceCodeAt: selector) ifNil: [
>>>> problems add: behavior -> selector ] ] ] ].
>>>> ^problems
>
> Curiously, executing this in 3.9#7054 shows no problems
> at all.
>

did you try my test:

> VersionsBrowser new
> 	scanVersionsOf: 		 
> (TraitDescription>>#noteRecategorizedSelectors:oldComposition:) 	 
> class: TraitDescription
> 	meta: false
> 	category: nil
> 	selector: #noteRecategorizedSelectors:oldComposition:.

may be it is wrong but it works in 7053 before a condenseChanges
and works in 7052

> So... I'm now confused.
>
>     Marcus



More information about the V3dot9 mailing list