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/


_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to