[squeak-dev] fonts, characterscanners and dead primitive 103

tim Rowledge tim at rowledge.org
Tue Sep 24 18:18:53 UTC 2013


On 23-09-2013, at 6:12 PM, tim Rowledge <tim at rowledge.org> wrote:

> Good news is that getting rid of all references to MultiNewParagraph doesn't seem to break anything and all the tests that used to refer to it still work when referring to plain old NewParagraph instead.

More good news; a nice simple and obvious 
MultiNewParagraph allInstancesDo:[:mnp|
	mnp become: (mnp as: NewParagraph)]
followed by a gc is enough to get rid of all instances without so far as I can tell causing any issues. So the obvious question is how to make a package with that and the class deletion; never done any sort of preamble script for MC stuff before so all advice welcomed.

tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Oxymorons: Living dead




More information about the Squeak-dev mailing list