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

commits at source.squeak.org commits at source.squeak.org
Fri Apr 17 19:23:39 UTC 2015


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

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

Name: VMMaker.oscog-eem.1207
Author: eem
Time: 17 April 2015, 12:21:48.799 pm
UUID: 4a338677-029f-42ac-b38d-2bc5ecc213f1
Ancestors: VMMaker.oscog-eem.1206

ugh...

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

Item was changed:
  ----- Method: VMMaker class>>generateAllCogConfigurationsUnderVersionControl (in category 'configurations') -----
  generateAllCogConfigurationsUnderVersionControl
+ 	self generateNewspeakSpurCogVM;
+ 		generateSqueakCogVM;
+ 		generateSqueakCogMTVM;
+ 		generateSqueakSpurCogVM;
+ 		generateSqueakSpurCogSistaVM!
- 	self generateAllNewspeakConfigurationsUnderVersionControl;
- 		generateAllSqueakConfigurationsUnderVersionControl!

Item was changed:
  ----- Method: VMMaker class>>generateAllConfigurationsUnderVersionControl (in category 'configurations') -----
  generateAllConfigurationsUnderVersionControl
+ 	self generateAllNewspeakConfigurationsUnderVersionControl;
+ 		generateAllSqueakConfigurationsUnderVersionControl!
- 	self generateAllStackConfigurationsUnderVersionControl;
- 		generateAllCogConfigurationsUnderVersionControl!



More information about the Vm-dev mailing list