[Vm-dev] VM Maker: VMMaker.oscog-eem.1709.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Mar 4 18:08:10 UTC 2016


Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.1709.mcz

==================== Summary ====================

Name: VMMaker.oscog-eem.1709
Author: eem
Time: 4 March 2016, 10:05:56.554554 am
UUID: 10ded6ee-4717-4e34-84d0-9c501aed252b
Ancestors: VMMaker.oscog-eem.1708

Make sure that VMClass's brood update tehir timeStamps on mehtod removes.

=============== Diff against VMMaker.oscog-eem.1708 ===============

Item was added:
+ ----- Method: VMClass class>>basicRemoveSelector: (in category 'adding/removing methods') -----
+ basicRemoveSelector: aSelector
+ 	"Override to update the timeStamp"
+ 	^(super basicRemoveSelector: aSelector) ifNotNil:
+ 		[:oldMethod| self touch. oldMethod]!



More information about the Vm-dev mailing list