CompiledMethod
s are fully serialized by default.Date
& DateAndTime
(thanks Cami and Marcus) (already included in 1.8.1 and 1.8.2).#fuelNew
and #fuelNew:
for custom instantiation (see "Hooking instance creation" in Customizing the Graph).#globalEnvironment:
to specify where the globals are looked-up. (see "Changing the environment" in Managing Globals)Smalltalk globals
" changed to "self class environment
".SystemDictionary
instance is not treated as global when it is not "Smalltalk globals
".FLSerializer>>on:
.SmallInteger
.FLPluggableSubstitutionTest>>testPrivateExcluded
).FLWellKnownObjectsCluster
.We are happy to announce Fuel 1.9.
The default set of packages of this version already comes in Pharo 2.0, so you it's not necessary to install it there. However, Fuel also works out-of-the-box in Pharo from 1.1 up to 2.0, as well as in Squeak 4.1 up to 4.4. You can see our documentation for complete installation and use guides.
Changes:
CompiledMethod
s are fully serialized by default.Date
& DateAndTime
(thanks Cami and Marcus) (already included in 1.8.1 and 1.8.2).#fuelNew
and #fuelNew:
for custom instantiation (see "Hooking instance creation" in Customizing the Graph).#globalEnvironment:
to specify where the globals are looked-up. (see "Changing the environment" in Managing Globals)Smalltalk globals
" changed to "self class environment
".SystemDictionary
instance is not treated as global when it is not "Smalltalk globals
".FLSerializer>>on:
.SmallInteger
.FLPluggableSubstitutionTest>>testPrivateExcluded
).FLWellKnownObjectsCluster
.We want to thank developers of the community that enrich the project with code, issue reports and ideas.
Have fun!
Martin (on behalf of Mariano and Max, who worked a lot on this version!)