On 2012-08-10, at 00:15, "Sean P. DeNigris" <sean@clipperadams.com> wrote:
Camillo Bruni-3 wrote
FileSystem compat
Is the FS 2.0 API backward-compatible with the current 1.4 FS? If not, (and I /really/ want to have the latest FS in 1.4), I think it should be loadable via Metacello as not to create a mess for our users... maybe ConfigurationOfFilesystem20.
most of the interface is more or less the same, with a bit less love in 1.4 and certainly partly broken file streams... so I think we should update it in 1.4
Camillo Bruni-3 wrote
- some Tests related to DateAndTime fail!
How does FS effect DateAndTime, or is that a separate issue? It's the other way round :), some FS test fail due to the timezone bug
Camillo Bruni-3 wrote
Furthermore I created a dumb FileDirectory interface for 2.0
Cool! As much as I dislike FileDir, that will be helpful to people porting. Will the compatibility methods raise deprecation warnings?
I didn't add that so far, but I guess we should, or provide a simple package to manually load the the compat package, so it's a bit of a step :P