[patch #7557] patch for bug #33568 gnustep does not implement the -URLBy* methods introduced in Mac OS X 10.6

2011-06-17 Thread julian
URL: Summary: patch for bug #33568 gnustep does not implement the -URLBy* methods introduced in Mac OS X 10.6 Project: GNUstep Submitted by: julian_ Submitted on: Fr 17 Jun 2011 08:34:11 GMT

[patch #7557] patch for bug #33568 gnustep does not implement the -URLBy* methods introduced in Mac OS X 10.6

2011-06-17 Thread julian
Additional Item Attachment, patch #7557 (project gnustep): File name: NSURLHeaderPatch.diff Size:0 KB ___ Reply to this item at: ___ Nachricht

[patch #7557] patch for bug #33568 gnustep does not implement the -URLBy* methods introduced in Mac OS X 10.6

2011-06-17 Thread Sebastian Reitenbach
Follow-up Comment #1, patch #7557 (project gnustep): Hi, adding this to the planned 1.22.1 of gnustep-base would be great and help SOPE/SGOo. They are using StringByDeletingLastPathComponent or the like from NSString, which, now it made more compatible with gnustep-base-1.22.1, breaks SOPE/SOGo.

[patch #7557] patch for bug #33568 gnustep does not implement the -URLBy* methods introduced in Mac OS X 10.6

2011-06-18 Thread Fred Kiefer
Update of patch #7557 (project gnustep): Category:None => Foundation Status:None => Ready For Test Assigned to:None => CaS Open/Closed:

[patch #7557] patch for bug #33568 gnustep does not implement the -URLBy* methods introduced in Mac OS X 10.6

2011-06-18 Thread Sebastian Reitenbach
Follow-up Comment #3, patch #7557 (project gnustep): The NSString StringBy* method used would need to be replaced by a NSURL URLBy* method where they are used. As far as I can see, it seems they plan to add the NSURL patches/methods to SOPE in a catagegory, and then check for the version of gnust

[patch #7557] patch for bug #33568 gnustep does not implement the -URLBy* methods introduced in Mac OS X 10.6

2011-06-18 Thread Richard Frith-Macdonald
Follow-up Comment #4, patch #7557 (project gnustep): Ah ... I did implement these methods (among others) ... though I'm not sure my implementations are completely correct. I think this patch looks OK for file URLS (should give the same result as the stuff I wrote), but not for other URLs (since i