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

commits at source.squeak.org commits at source.squeak.org
Sun Dec 2 18:09:26 UTC 2018


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

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

Name: VMMaker.oscog-eem.2489
Author: eem
Time: 2 December 2018, 10:09:10.670296 am
UUID: bb2e13a9-7687-4c72-830d-3f928b6e9f0c
Ancestors: VMMaker.oscog-eem.2488, VMMaker.oscog-Richo.2487

Merge with VMMaker.oscog-Richo.2487

Added missing primitive SerialPlugin>>#primitiveSerialPortCloseByName:

This fixes a bug with named serial ports in windows that were not being closed properly.

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

Item was added:
+ ----- Method: SerialPlugin>>primitiveSerialPortCloseByName: (in category 'primitives') -----
+ primitiveSerialPortCloseByName: portName
+ 
+ 	self primitive: 'primitiveSerialPortCloseByName'
+ 		parameters: #(String).
+ 	self serialPortCloseByName: portName!



More information about the Vm-dev mailing list