FS Quirks

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

FS Quirks

Sean P. DeNigris
Administrator
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)
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: FS Quirks

Stéphane Ducasse
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.
>