Dave Lewis uploaded a new version of VMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker-dtl.251.mcz==================== Summary ====================
Name: VMMaker-dtl.251
Author: dtl
Time: 25 August 2011, 10:57:54 am
UUID: 68ce54b1-a53b-40b2-aea9-870f62357f87
Ancestors: VMMaker-dtl.250
VMMaker 4.7.8
Abstract methods should not be translated, so treat methods with #subclassResponsibility just like #doNotTranslate or <doNotTranslate>. Add SlangTest tests to verify.
Fix cut and paste errors in SlangTest from prior update.
Note to self: Consider refactoring NewObjectMemory/ObjectMemory to eliminate overrides, marking abstract methods with #subclassResponsibility.