[BUG] ChangeSorter may forget changes

Steve Wessels stephan.wessels at sdrc.com
Tue May 30 17:06:02 UTC 2000


I just checked and this bug does not happen in V2.7

  - Steve

Bob Arning wrote:

> If you have a file containing
>
> 'From Squeak2.8alpha of 13 January 2000 [latest update: #2204] on 29 May 2000 at 7:51:26 pm'!
> Object subclass: #Test1
>         instanceVariableNames: 'var1 var2 var3 '
>         classVariableNames: ''
>         poolDictionaries: ''
>         category: 'Tools-Browser'!
>
> and you
>
> 1. File it into a new change set.
> 2. Delete var2
> 3. File it out
>
> then you get the expected output with only var1 and var3. However, if you
>
> 1. File it into a new change set.
> 2. Make it the current change set
> 3. Delete var2
> 4. File it out
>
> then var2 is still included in the fileout.
>
> Cheers,
> Bob





More information about the Squeak-dev mailing list