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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Mar 2 21:19:10 UTC 2009


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

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

Name: File-Kernel-test.17
Author: test
Time: 2 March 2009, 9:18:04 pm
UUID: 28e3d5e0-8417-cf45-85f9-c453793fb444
Ancestors: File-Kernel-kph.16

all but one of the non ftp tests working on windows.


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

Item was changed:
  ----- Method: FileExecutive>>touch: (in category 'as yet unclassified') -----
  touch: aRio
  
+ 	aRio writer use: [:r | ]!
- 	aRio writer close!

Item was changed:
  ----- Method: FileKernel>>pathJoin: (in category 'private') -----
  pathJoin: morePath
  
+ 	value := executive importValue: (
+ 		 (executive isRoot: value) 
+ 			ifTrue: [ value , morePath asString ]
+ 			ifFalse: [ value isEmpty 
+ 						ifTrue: [ morePath asString ]
+ 						ifFalse: [ self value, executive class pathDelimiter, morePath asString ]])
- 	value := (executive isRoot: value) 
- 		ifTrue: [ value , morePath asString ]
- 		ifFalse: [ value isEmpty 
- 					ifTrue: [ morePath asString ]
- 					ifFalse: [ self value, executive class pathDelimiter, morePath asString ]]
  !



More information about the Packages mailing list