[squeak-dev] The Trunk: Files-ct.197.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Sep 8 18:56:00 UTC 2022


Christoph Thiede uploaded a new version of Files to project The Trunk:
http://source.squeak.org/trunk/Files-ct.197.mcz

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

Name: Files-ct.197
Author: ct
Time: 8 September 2022, 8:20:25.707752 pm
UUID: e0f68785-4f52-1842-80d6-ac7746f120a5
Ancestors: Files-cmm.196

Fixes yellow-button menu in ZipViewer by making all file reader services robust against absent/relative file paths.

=============== Diff against Files-cmm.196 ===============

Item was changed:
  ----- Method: FileDirectory class>>fileReaderServicesForFile:suffix: (in category 'file reader services') -----
  fileReaderServicesForFile: fullName suffix: suffix
  
+ 	^ (self default directoryExists: fullName)
- 	^ (self on: fullName) exists
  		ifTrue: [self services]
  		ifFalse: [#()].!



More information about the Squeak-dev mailing list