Hi guys. In Fuel, we need to identity which globals present in Smalltalk
globals are NOT classes or traits, because we need to manage them as
globals. So far we have a hardcoded list:
defaultGlobalSymbols
^ #(#Smalltalk #SourceFiles #Transcript #Undeclared #Display
#TextConstants #ActiveWorld #ActiveHand #ActiveEvent #Sensor #Processor
#ImageImports #SystemOrganization #World)
So...as every hardcoded stuff, this is not nice because as soon as globals
change, we need to fix this. So it would be nice if the system (pharo) can
provide us this information.
What do you think?
--
Mariano
http://marianopeck.wordpress.com