Re: Question on file GSString.m

2011-08-15 Thread Richard Frith-Macdonald
On 14 Aug 2011, at 22:09, Fred Kiefer wrote: > On 14.08.2011 22:57, Richard Frith-Macdonald wrote: >> >> On 14 Aug 2011, at 21:20, Fred Kiefer wrote: >> >>> I just noticed that we have lots of reimplementation of NSString >>> methods in the sub classes in GSString.m. Some of these are >>> actua

Re: Question on file GSString.m

2011-08-14 Thread Fred Kiefer
On 14.08.2011 22:57, Richard Frith-Macdonald wrote: On 14 Aug 2011, at 21:20, Fred Kiefer wrote: I just noticed that we have lots of reimplementation of NSString methods in the sub classes in GSString.m. Some of these are actually needed like implementing -initWithBytesNoCopy:length:encoding:f

Re: Question on file GSString.m

2011-08-14 Thread Richard Frith-Macdonald
On 14 Aug 2011, at 21:20, Fred Kiefer wrote: > I just noticed that we have lots of reimplementation of NSString methods in > the sub classes in GSString.m. Some of these are actually needed like > implementing -initWithBytesNoCopy:length:encoding:freeWhenDone:, many others > look plain wrong.

Question on file GSString.m

2011-08-14 Thread Fred Kiefer
I just noticed that we have lots of reimplementation of NSString methods in the sub classes in GSString.m. Some of these are actually needed like implementing -initWithBytesNoCopy:length:encoding:freeWhenDone:, many others look plain wrong. Why would we duplicate code here, in some cases even i