[Pkg] Rio: File-Kernel-test.10.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Dec 22 04:00:40 UTC 2008


A new version of File-Kernel was added to project Rio:
http://www.squeaksource.com/Rio/File-Kernel-test.10.mcz

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

Name: File-Kernel-test.10
Author: test
Time: 22 December 2008, 4:00:38 am
UUID: d1bfb4f0-1185-4ea0-a26b-83ed9efb0482
Ancestors: File-Kernel-kph.9

All Tests Pass

=============== Diff against File-Kernel-kph.9 ===============

Item was added:
+ ----- Method: SocketStream>>wantsLineEndConversion: (in category '*file-kernel') -----
+ wantsLineEndConversion: aBooleanOrLineEndConvention
+ 	"dummy for compat with MultiByteCharacterStream"!

Item was added:
+ ----- Method: SocketStream>>use: (in category '*file-kernel') -----
+ use: aBlock
+ 	"just like #in: except the stream will be closed"
+ 	| ret | 
+ 
+ 	[ ret := aBlock value: self] ensure: [ self close].
+ 
+ 	^ ret
+  !



More information about the Packages mailing list