[Vm-dev] VM Maker: VMMaker-bf.353.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Oct 10 12:46:39 UTC 2014


Bert Freudenberg uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker-bf.353.mcz

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

Name: VMMaker-bf.353
Author: bf
Time: 10 October 2014, 2:44:53.102 pm
UUID: 8ae25e7e-8d2c-451e-8277-598b30e9c002
Ancestors: VMMaker-bf.352

Use '.js' as moduleExtension if JSCodeGenerator is present and active. This is to avoid the need for an override in the VMMakerJS package..

=============== Diff against VMMaker-bf.352 ===============

Item was changed:
  ----- Method: InterpreterPlugin class>>moduleExtension (in category 'accessing') -----
  moduleExtension
+ 	Smalltalk at: #JSCodeGenerator ifPresent: [:js | js isActive ifTrue: [^'.js']].
  	^ self isCPP ifTrue: ['.cpp'] ifFalse: ['.c']!



More information about the Vm-dev mailing list