discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gorm file version update - Warning reiterated.


From: Gregory John Casamento
Subject: Re: Gorm file version update - Warning reiterated.
Date: Wed, 30 Jun 2004 16:08:36 -0700 (PDT)

Fred,

--- Fred Kiefer <fredkiefer@gmx.de> wrote:
> Hi Gregory,
> 
> even after updating to the newest Gorm release some of the global 
> objects of my Gorm files seem to be missing. Mostly it is the controller 
> used as teh application delegate that has gone astray. As I cannot 
> imagine a live without Gorm I want to ask you to bring back these 
> objects. If you need any example Grom files to reproduce this problem 
> just let me know.
> 
> Fred

I fixed a problem related to this in Gorm last night.  It had to do with
updating older files.   I committed the fix at around 2:30AM EST (I considered
it an emergency fix).  I suggest that you reload the original files again into
Gorm.  You should see the controller/delegate and other objects just fine.

The problem was that, for version 0 files, there was some logic to put those
objects into the objectsView based on class type.  I took that out, since all
"top level objects" should show up in the objects view automatically. 
GormObjectProxy, however, overrides initWithCoder of GSNibItem in such a way
that the object to properly populate the topLevelObjects array was not being
invoked.  So I had to make a change to make sure that, for version 0 files,
those objects are being added to the topLevelObject array correctly.

You will need to reload the files you started with into the new Gorm.  If you
saved them using last night's CVS (prior to my change) they could be corrupted.
 Please note that version 1 .gorm files were unaffected by this issue and the
issue for version 0 files should now be corrected.

Please let me know if you have any other issues.

Thanks for the bug report, GJC

=====
Gregory John Casamento -- CEO/President Open Logic Corp.
#### Maintainer of Gorm for GNUstep.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]