[V3dot9] Re: About condenseChanges and Traits

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


Hi philippe

are you telling to me that if I use that script in 7053
I can get the problems we have with condenseChanges?

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

What I'm looking for is a way to avoid to do a condenseChanges to be  
able to test
what is breaking the condenseChanges.

Stef


More information about the V3dot9 mailing list