[Pharo-project] FS Quirks
I noticed a few things about FS, but I don't understand it well enough yet to know if they are bugs: * there are #basicXxx methods scattered around with no corresponding #xxx method. It seems like these should be renamed to #xxx * FSFileSystem has #open:writable which does not call #basicOpen:writable, which exists * FSReference>>rename:as:, but FSFilePluginPrims>>rename:to: (to: sounds better to me) -- View this message in context: http://forum.world.st/FS-Quirks-tp3986296p3986296.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Thanks somebody has to take some times and go over them, write some tests and some fixes. I noticed that the chapter has some code that does not work anymore with the latest version. stef On Nov 3, 2011, at 4:23 PM, Sean P. DeNigris wrote:
I noticed a few things about FS, but I don't understand it well enough yet to know if they are bugs: * there are #basicXxx methods scattered around with no corresponding #xxx method. It seems like these should be renamed to #xxx * FSFileSystem has #open:writable which does not call #basicOpen:writable, which exists * FSReference>>rename:as:, but FSFilePluginPrims>>rename:to: (to: sounds better to me)
-- View this message in context: http://forum.world.st/FS-Quirks-tp3986296p3986296.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
Sean P. DeNigris -
Stéphane Ducasse