Update of bug #33042 (project gnustep):

                  Status:                    None => Confirmed              
             Assigned to:                    None => FredKiefer             

    _______________________________________________________

Follow-up Comment #1:

Thank you for this bug report. It revealed a deep bug in our current XIB
loading code. When parseing the <data> entry of the XIB file we loop over the
elements of this entry after storing them in a dictionary. This leads tot he
elements being processed in random order. But for the id and ref mechanism to
work correctly these elements need to be processed in the order found in the
file.
Looks like we need a rewrite of this whole mechanism. I will start working on
this after the next gui release.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33042>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/


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

Reply via email to