Gofer>>#directory: ... Smalltalk globals at: #MCSubDirectoryRepository ifAbsent: [ self error: aDirectoryOrString printString , ' is an unsupported repository type' ] Why wouldn't MCSubDirectoryRepository be present? Are we staying compatible with other platforms? Or another reason? If it's unnecessary I will gut... err, I mean simplify, hehe... ----- Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-s-Gofer-tp4723799.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
There's also: Sean P. DeNigris wrote
Gofer>>#directory: ... repository := (aDirectoryOrString isString and: [ aDirectoryOrString endsWith: '*' ])
I don't like the double-duty of appending $* to the string argument to indicate a subdirectory repository. How about adding to the API, like directoriesIn: or similar... ----- Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-s-Gofer-tp4723799p4723804.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (1)
-
Sean P. DeNigris