[bug #36706] performSelector: not working with message fowarding

2012-07-06 Thread Michael Johnston
Follow-up Comment #8, bug #36706 (project gnustep): After some investigation the main problem occurs when sending an unknown method i.e. that has no implementation locally, to an object, which you want to redirect to some other implemented method. In this case you would have methodSignatureForSel

[bug #36726] dataWithContentsOfURL: and file-URLs - method returns nil once the file has been modified

2012-06-25 Thread Michael Johnston
URL: Summary: dataWithContentsOfURL: and file-URLs - method returns nil once the file has been modified Project: GNUstep Submitted by: mjohnston Submitted on: Mon 25 Jun 2012 02:26:07 PM GMT

[bug #36706] performSelector: not working with message fowarding

2012-06-25 Thread Michael Johnston
Follow-up Comment #3, bug #36706 (project gnustep): Here is the relevant part of the traceback (obtained with base-1.24): You can see that the class passed to class_getMethodImplementation is the value of the receiver parameter passed to gs_objc_msg_forward2. #2 0x005babe3 in +[NSException raise

[bug #36706] performSelector: not working with message fowarding

2012-06-22 Thread Michael Johnston
Follow-up Comment #2, bug #36706 (project gnustep): libobjc2 from gcc4.5.3 - from the Ubuntu 11.10 libobjc package. ___ Reply to this item at: ___ Messa

[bug #36706] performSelector: not working with message fowarding

2012-06-22 Thread Michael Johnston
URL: Summary: performSelector: not working with message fowarding Project: GNUstep Submitted by: mjohnston Submitted on: Fri 22 Jun 2012 03:28:47 PM GMT Category: Base/Foundation

[bug #27128] rootProxy cannot be called twice on an NSConnection

2009-08-05 Thread Michael Johnston
Follow-up Comment #2, bug #27128 (project gnustep): Unfortunately I don't have any easy to run test case at the moment, but I think my problem may be explained by your second point. I don't explicitly release the proxy when I first call rootProxy. I assume the method returns an autoreleased obje

[bug #27128] rootProxy cannot be called twice on an NSConnection

2009-07-28 Thread Michael Johnston
URL: Summary: rootProxy cannot be called twice on an NSConnection Project: GNUstep Submitted by: mjohnston Submitted on: Tue 28 Jul 2009 03:27:16 PM GMT Category: Base/Foundation

[bug #25720] validateValue:forKey:error broken in base-1.18

2009-02-27 Thread Michael Johnston
Follow-up Comment #2, bug #25720 (project gnustep): Do unto others ... ;-) ___ Reply to this item at: ___ Message sent via/by Savannah http://savan

[bug #25720] validateValue:forKey:error broken in base-1.18

2009-02-27 Thread Michael Johnston
URL: Summary: validateValue:forKey:error broken in base-1.18 Project: GNUstep Submitted by: mjohnston Submitted on: Fri 27 Feb 2009 11:51:56 AM GMT Category: Base/Foundation

[bug #24613] make overwrites bundles Info-gnustep.plist

2008-10-21 Thread Michael Johnston
Follow-up Comment #4, bug #24613 (project gnustep): Suddenly everything becomes clear ;-). I was using Info-gnustep.plist since thats what NSBundles infoDictionary method reads - I had no idea about the official method. I guess I should have paid more attention to those 'DO NOT EDIT' messages ;-)

[bug #24613] make overwrites bundles Info-gnustep.plist

2008-10-20 Thread Michael Johnston
Follow-up Comment #2, bug #24613 (project gnustep): Here you go. (file #16709, file #16710) ___ Additional Item Attachment: File name: GNUmakefileSize:0 KB File name: Info-gnustep.plist Size:0 KB

[bug #24613] make overwrites bundles Info-gnustep.plist

2008-10-20 Thread Michael Johnston
URL: Summary: make overwrites bundles Info-gnustep.plist Project: GNUstep Submitted by: mjohnston Submitted on: Mon 20 Oct 2008 10:44:02 AM GMT Category: Makefiles Sev

[bug #17097] Possible NSKeyedArchiver Bug

2006-07-25 Thread Michael Johnston
Follow-up Comment #3, bug #17097 (project gnustep): I just checked out the latest source and it seems as though the change hasn't been commited. ___ Reply to this item at: _

[bug #17097] Possible NSKeyedArchiver Bug

2006-07-14 Thread Michael Johnston
Follow-up Comment #1, bug #17097 (project gnustep): Sorry meant NSKeyedUnarchiver. ___ Reply to this item at: ___ Message sent

[bug #17097] Possible NSKeyedArchiver Bug

2006-07-13 Thread Michael Johnston
URL: Summary: Possible NSKeyedArchiver Bug Project: GNUstep Submitted by: mjohnston Submitted on: Thursday 07/13/2006 at 18:03 Category: Base/Foundation

[bug #16218] Problem with NSKeyedArchiver

2006-04-05 Thread Michael Johnston
Follow-up Comment #5, bug #16218 (project gnustep): Unarchiving the binary coded form of the attached object raises the following exception when initForReadingWithData: is called - NSRangeException, reason: in subdataWithRange:, range { 308, 45144 } extends beyond size (23225)

[bug #16218] Problem with NSKeyedArchiver

2006-03-30 Thread Michael Johnston
Follow-up Comment #3, bug #16218 (project gnustep): I've been investigating this further I'm pretty sure there's something wrong with the new binary encoding. After changing all archiving operations to explicitly use NSPropertyListXMLFormat_v1_0 and reinstalling gnustep-startup-0.15 everything is

[bug #16218] Problem with NSKeyedArchiver

2006-03-29 Thread Michael Johnston
Follow-up Comment #2, bug #16218 (project gnustep): My original thought was that it was a binary file and the default encoding had changed but I could find no mention of any change in the docs. However I came to think it was a bug because most of the objects in my program when coded using the new

[bug #16218] Problem with NSKeyedArchiver

2006-03-29 Thread Michael Johnston
URL: Summary: Problem with NSKeyedArchiver Project: GNUstep Submitted by: mjohnston Submitted on: Wed 03/29/06 at 17:38 Category: Libraries Sev