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

commits at source.squeak.org commits at source.squeak.org
Sat Nov 11 02:38:31 UTC 2017


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

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

Name: VMMaker.oscog-eem.2277
Author: eem
Time: 10 November 2017, 6:37:45.984021 pm
UUID: e6b348b5-2875-4643-99ef-316ababea0f2
Ancestors: VMMaker.oscog-eem.2276

Oops.  Revert an inadvertent change to flushLog.

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

Item was changed:
  ----- Method: VMClass>>flushLog (in category 'printf logging') -----
  flushLog
  	"Log via printf-style format strings.  Subclasses must implement logStream to answer their log stream/file."
  	<inline: #always>
  	self logStream ifNotNil:
+ 		[self logStream fflush]!
- 		[:s| s fflush]!



More information about the Vm-dev mailing list