[V3dot9] Re: About condenseChanges and Traits

stéphane ducasse ducasse at iam.unibe.ch
Wed Aug 23 13:58:58 UTC 2006


Pavel

You run condensesChanges on 7053 so this means that it was on the  
image that was already condensed.
I did the following experiment:
I did Smalltalk condenseChanges  on 7053 and

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

breaks

Stef

On 23 août 06, at 14:00, Pavel Krivanek wrote:

> change... I have tried to change the source code of corrupted methods
> (add some space somewhere) and the condenseChanges test is ok now.
> Please, can you do it and make the same test with condenseSources? I
> expect that now it should be OK!
>
> Failed: ClassDescription >> noteRecategorizedSelector:from:to:
> Failed: ClassDescription >> notifyOfRecategorizedSelector:from:to:
> Failed: ClassDescription >> noteRecategorizedSelectors:oldComposition:
> Failed: ClassDescription >>
> addAndClassifySelector:withMethod:inProtocol:notifying:
> Failed: ClassDescription >>  
> updateOrganizationSelector:oldCategory:newCategory:
> Failed: ClassDescription >> addSelector:withMethod:notifying:
> Failed: ClassDescription >> noteAddedSelector:meta:
>
> Failed: TraitDescription >> addSelector:withMethod:notifying:
> Failed: TraitDescription >>  
> updateOrganizationSelector:oldCategory:newCategory:
> Failed: TraitDescription >> noteAddedSelector:meta:
> Failed: TraitDescription >> noteRecategorizedSelectors:oldComposition:
> Failed: TraitDescription >>
> addAndClassifySelector:withMethod:inProtocol:notifying:
> Failed: TraitDescription >> noteRecategorizedSelector:from:to:
>
> - Pavel



More information about the V3dot9 mailing list