[Vm-dev] VM Maker: VMMaker-dtl.417.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jul 26 23:55:27 UTC 2020


David T. Lewis uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker-dtl.417.mcz

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

Name: VMMaker-dtl.417
Author: dtl
Time: 26 July 2020, 7:55:15.52 pm
UUID: 14446c08-7d2a-41a6-9370-2f5eba5ac1e8
Ancestors: VMMaker-dtl.416

Update to remove call to deprecated method in ImageFormat.

=============== Diff against VMMaker-dtl.416 ===============

Item was changed:
  ----- Method: VMMaker>>generateUtilityPrograms (in category 'generate sources') -----
  generateUtilityPrograms
  	"Any additional sources not directly part of the VM may be generated here"
  
  	Smalltalk
  		at: #ImageFormat
  		ifPresent: [:cls |  "generate ckformat utility program"
+ 			cls storeCkFormatOnFile: (self sourceDirectory fullNameFor: 'ckformat.c')]!
- 			cls storeCkstatusOnFile: (self sourceDirectory fullNameFor: 'ckformat.c')]!



More information about the Vm-dev mailing list