[BUG?] Conversion methods at file out

Bert Freudenberg bert at isgnw.CS.Uni-Magdeburg.De
Fri May 5 14:19:11 UTC 2000


On Fri, 5 May 2000, Bob Arning wrote:

> My test was:
> 
> 1. Add an instvar to some class.
> 2. Create a new change set.
> 3. Remove the instvar added in 1.
> 4. Fileout the change set.
> 
> How did your test differ?

As I wrote, it had to do with changing the superclass:

1. Object subclass: #Bla instVars: 'a b'
2. Bla subclass: #Blabla instVars: 'c'
3. New Changeset
4. Object subclass: #Blabla instVars: 'c'
5. File out. 

Although I'm beeing asked, no conversion method prototype is
actually generated.

-- Bert





More information about the Squeak-dev mailing list