[BUG] KCP cs 5220 breaks older packages

Ned Konz ned at bike-nomad.com
Thu Jun 5 16:35:42 UTC 2003


I just went to try out Filtering Celeste, which requires Large Lists, 
in a 3.6a image.

However, I got a walkback on this:

Morph
		subclass: #LazyListMorph
		instanceVariableNames: 'listItems font selectedRow selectedRows 
listSource '
		classVariableNames: ''
		module: #(#Squeak #Morphic #Library #Windows )

This is, of course, the old 3.3a style of class definition. We used to 
have backwards-compatibility code in 3.4 and 3.5 that would translate 
these definitions for use in later images.

However, CS 5220KCP-0028-rmModuleRelated removed all of them.

I wonder whether these methods could be packaged separately and added 
to the 3.6Full load script for those people who want to load the 
older packages.

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list