[squeak-dev] The Trunk: Collections-cmm.981.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jan 29 01:28:19 UTC 2022


Chris Muller uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-cmm.981.mcz

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

Name: Collections-cmm.981
Author: cmm
Time: 28 January 2022, 7:28:17.843333 pm
UUID: f7d931d8-11ea-4e5e-bb7d-6e4f5b46f4b8
Ancestors: Collections-ct.980

Better API compatibility between file-based and non file-based streams.

=============== Diff against Collections-ct.980 ===============

Item was added:
+ ----- Method: Stream>>ensureOpen (in category 'file open/close') -----
+ ensureOpen
+ 	"API compatibility with FileBased streams."!

Item was added:
+ ----- Method: Stream>>open (in category 'file open/close') -----
+ open
+ 	"API compatibility with FileBased streaams."
+ 	^ self!

Item was changed:
+ ----- Method: Stream>>openReadOnly (in category 'file open/close') -----
- ----- Method: Stream>>openReadOnly (in category 'accessing') -----
  openReadOnly
  	^self!



More information about the Squeak-dev mailing list