[Seaside] [DVS] loading new versions doesn't remove old methods

Ned Konz seaside@lists.squeakfoundation.org
Mon, 9 Dec 2002 18:42:35 -0800


--------------Boundary-00=_Z6UVEF50U5T2C59N1918
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

On Monday 09 December 2002 06:21 pm, Ned Konz wrote:
> On Monday 09 December 2002 06:17 pm, Ned Konz wrote:
> > So it seems that we need to get DVS and PackageInfo to agree on
> > what a category chunk looks like.
>
> Perhaps changing SystemCategoryChunk's pattern to:
>
> pattern
>  =09^ 'S*rganization addCategory: *'
>
> would help.

Well, I did that (and changed the parsing method to deal with symbols=20
too) (attached). That almost got it to load.

However...

my Postscript code opens a StarBrowser:

=09StarBrowser open.

which does:
=09self openOn: (ExtentionalClassification root).

But...
=09apparently somehow ExtentionalClassification is now an obsolete class=20
(has it been replaced?). So references to it need to be recompiled as=20
well. But they haven't been.

ExtentionalClassification and StarBrowser are defined in two different=20
DVS packages within my SAR.

How do we fix this?
--=20
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE

--------------Boundary-00=_Z6UVEF50U5T2C59N1918
Content-Type: application/x-gzip;
  name="ChunkLoadFix-nk.1.cs.gz"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="ChunkLoadFix-nk.1.cs.gz"

H4sIAAAAAAAAAKWRT2/TQBDFz0ba7zBpDwuVmtZOihrfqoRcgHIwggMCNPVO4pX3j9kdq6Tqh2ft
FGEQnLjN7pt9836zchu8hepbT9gu5ss7YgS/Aylz2FBN9o4CFJeXhZTwySBTZOg7lYoSTq/yxfVn
8A5Wv/cCMrwsl3m5XEBn5UycrBt0e4KKuMyyddO79o1HtdXfz10rNoNblmV/uIibnhsfBuWWFLz2
7kGIt9hShM2HCnba0Ll2YMhpcgz3mhsIFDuqGdinckeBXJ3a04mSSkGI6hCZ7LuwR6cfkLV3wgdR
WTSG0bTgp4q4b8iBIjTa7Y8Dju/XKfHeh8NIEudCnMyEELO/iGApQai4TSAgMcKB0gJdbTBGvdOk
JERG2yUxNefFxepi3GB+XS6KtLn6yewWLYln2WPkQGjhMdVP5VeIvg81JWBU1Xg3/6X23Xt/Y8ww
W6mfyUo56Yit7irqMCD7EAfhy/PJ41dOvYDad4ePCd/3fDQ7lTJ5zOCf2CPgf8AXqwTfITMFN0QC
WZ1NvgamNHAmxyQ/AI6x+qnLAgAA

--------------Boundary-00=_Z6UVEF50U5T2C59N1918--