The Trunk: Files-dtl.157.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Files-dtl.157.mcz

commits-2
David T. Lewis uploaded a new version of Files to project The Trunk:
http://source.squeak.org/trunk/Files-dtl.157.mcz

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

Name: Files-dtl.157
Author: dtl
Time: 3 June 2016, 11:15:12.62641 pm
UUID: 66c41d04-aff3-414b-8e48-8db1829db0f6
Ancestors: Files-tpr.156

Flush before sync, unsure streams are flushed before sync to disk.

=============== Diff against Files-tpr.156 ===============

Item was changed:
  ----- Method: StandardFileStream>>sync (in category 'read, write, position') -----
  sync
  "Really, really, flush pending changes"
+ ^self flush; primSync: fileID!
- ^self primSync: fileID!