> > Thanks! > > #ifNotNilDo: was deprecated in Pharo 6, and the method was removed > completely in Pharo 7. > > The easiest thing to do is to port #ifNotNilDo: forward to Pharo 7 so > that the methods are automatically re-written. >
Yes, this would be best. we never deprecated ifNotNilDo: because it was too intrusive. With the retwriting deprecation it is possible, but then to not be intrusive, we need to keep the deprecated methods longer. Of course in the end, people only act if they are forced, so the question is if it would help that much. Marcus