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

commits at source.squeak.org commits at source.squeak.org
Thu Jul 3 02:09:43 UTC 2014


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

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

Name: VMMaker.oscog-eem.796
Author: eem
Time: 2 July 2014, 7:07:10.109 pm
UUID: 037e61a6-d81c-42e5-bbcb-62adbd938f38
Ancestors: VMMaker.oscog-eem.795

And make sure isSmartSyntaxPluginSimulator is marked as
a simulation-only method.  Sigh...

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

Item was changed:
  ----- Method: InterpreterPlugin>>isSmartSyntaxPluginSimulator (in category 'accessing') -----
  isSmartSyntaxPluginSimulator
+ 	<doNotGenerate>
  	^false!

Item was changed:
  ----- Method: SmartSyntaxPluginSimulator>>isSmartSyntaxPluginSimulator (in category 'accessing') -----
  isSmartSyntaxPluginSimulator
+ 	<doNotGenerate>
  	^true!



More information about the Vm-dev mailing list