bug-gnustep
[Top][All Lists]
Advanced

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

[bug #29015] Unable to load nib file containing a window (on Windows)


From: Richard Frith-Macdonald
Subject: [bug #29015] Unable to load nib file containing a window (on Windows)
Date: Sat, 27 Feb 2010 06:41:07 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10

Update of bug #29015 (project gnustep):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => In Test                

    _______________________________________________________

Follow-up Comment #1:

I think this is due to an incorrect check in methodSignatureForSelector:
This code was testing that, if the selector provided was typed, the type
information in the generated method signature matches the type information in
the selector.

The problem is that it's quite legitimate for it not to be ... if, for
instance, the selector was obtained using sel_get_uid() by the KVC system when
looking for an accessor method, the runtime might have returned the selector
for accessing a variable of the same name (but different type) in another
class.

The check has been in the code for quite some while, so it's not clear why
the problem has just started happening, but it could be something as simple as
a change in the order in which code executes, such that selectors are
generated in a different order and the runtime happens to return a differently
typed selector.

Anyway, I removed the check in svn trunk and this should fix things.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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