Andy Ruder wrote: > > I'm guessing this is an NSArray bug > I've attached a small program (5 lines) > that bombs with the exception > : Uncaught exception NSGenericException, > reason: subclass GSString(instance) should override > length > > Please look at it as it kills my most recent TalkSoup > (which I was about to make a release of)
GSMutableString's -makeImmutableCopyOnFail: was setting the class to GSString. I fixed it to set it to one of the concrete sub-classes (GSCString or GSUnicodeString, depending on _flags.wide). - Alexander Malmberg _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
