Stéphane Ducasse <[EMAIL PROTECTED]> writes: > > Tx. > We should use more often deprecate: because this is a cheap way to > support evolution without impacting directly clients. > Stef > > On Oct 13, 2008, at 9:01 PM, Damien Pollet wrote: > > > In my image the problems are that OB-Enhancements and OB-Standard each > > have a sender of #startsWith: > > OBEnrichedMercuryQuery class>>selectClassForQuery: > > OBCodeBrowser class>>defaultBrowserClass > > > > Replacing them with #beginsWith: fixes the problem. > >
Please note that original Collections-nice.111 has the deprecated method (at least my local copy of it). SequenceableCollection>>startsWith: aCollection self deprecated: 'Use beginsWith:.'. ^self beginsWith: aCollection Since I replaced two sole senders in Base image (Service-Base-nice.38), maybe Stef was overzealous ? PS: Sorry if I repost, but first attempt did not reach the list... _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
