[squeak-dev] Recent MC doesn't support loading classes with nil superclass?

Igor Stasenko siguctua at gmail.com
Fri Sep 25 04:19:35 UTC 2009


Tested both in Pharo-Core & Squeak trunk image.

The class i defined is:

ProtoObject subclass: #BBBNameOfSubclass
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: 'NILSuperClass'.
BBBNameOfSubclass superclass: nil

In attachment you can fin the fileout of it.
And MC package, saved with it.

If you try load the package, MC will display warning that you should
resolve dependencies 'nil' before loading the class ;)

Background:
I wanted to migrate to newer image and saved my package, im working
on, which i didn't touched for 3-4 months,
and found that it can't be loaded :(

-- 
Best regards,
Igor Stasenko AKA sig.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: NILSuperClass.st
Type: application/octet-stream
Size: 177 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20090925/6a64b6a5/NILSuperClass.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: NILSuperClass-IgorStasenko.1.mcz
Type: application/octet-stream
Size: 859 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20090925/6a64b6a5/NILSuperClass-IgorStasenko.1.obj


More information about the Squeak-dev mailing list