Classboxes

Gilrandir gilrandir at centrum.cz
Sat Feb 10 22:21:27 UTC 2007


Hi all,
i'm looking for a decent module system for Squeak and i'm playing with 
Classboxes - they seem to be ideal - it's still pure Smalltalk, they 
work together with Traits, but there seems to be something broken: in 
Classbox>>scope is an attempt to instantiate a class named Environment, 
which is nowhere to be found - the base environment seems to be the 
Smalltalk system dictionary itself, but i have no idea, which class 
should replace it in the Classboxes. The full method source is:
Classbox>>scope
	^ scope ifNil: [ scope _ Environment new]
...is there a definition of this class somewhere? Or how should it look 
like, if it should "replace" the system dictionary for the different 
classboxes?
Thanks for any help.
Viktor Svub



More information about the Squeak-dev mailing list