Update of bug #24939 (project gnustep):
Status: None => Fixed
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #2:
Interesting ... thanks to David Chisnall I had added code to raise an
exception when an attempt was made to forward an invocation and the types of
the method in the invocation didn't match those of the method to be used.
This was catching an error in the distributed notification code where one
part of the code thought the argument was an integer and the other part
thought it was a long.
Harmless on systems where sizeof(int) = sizeof(long), but a nasty bug when we
port to other architectures.
Anyway, the raising of an exception when trying to post the notification in
your application meant that your part of the code was never receiving the
notification.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?24939>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep