|
From: | Fred Kiefer |
Subject: | [bug #34454] gnustep fails to load real world XIB files |
Date: | Mon, 03 Oct 2011 13:33:30 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20100101 Firefox/7.0 |
Update of bug #34454 (project gnustep): Status: Confirmed => Ready For Test Open/Closed: Open => In Test _______________________________________________________ Follow-up Comment #6: I think I fixed most of the issues found by your test XIB files. The main problem was that when I introduced the decoding of references I did not add a test whether an object had already been decoded. It could happen that the reference was decoded before the real object and then the object would be decoded a second time, resulting in duplicated objects. Per chance your test XIB files stumbled over this issue as the same view would be used twice as the subview of each of the duplicated objects. Luckily we had the assert in place to detect this problem. I also added the decoding of IBBindingConnection and fixed an issue with keyed coding in NSData. The last means that you will have to update base as well. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?34454> _______________________________________________ Nachricht geschickt von/durch Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |