On 13/06/11 6:00 PM, Mariano Martinez Peck wrote:
Esteban Lorenzano wanted also to use Colin's FileSystem in Fuel instead of the regular streams and that's why we have created the package FuelFileSystem. So you can add all the methods you want to FSWriteStream under a category *FuelFileSystem. I can give you commit access to Fuel repo if you want.
Since FileSystem is still under development, I'd hope that FuelFileSystem would be unnecessary - useful protocol would be added to FileSystem directly (or its usage would be avoided by Fuel). The only issue I've had so far is the #isBinary call.
I still don't understand why you cannot directly serialize/materialize the PRKernel instance.
That does work, so I'm surprised about the test case too. One test case does a single snapshot, which works. The other test case does three snapshots, and fails when trying to do the second snapshot (due to the KeyNotFound error described in the other post). I'm almost done, so I'll push the code somewhere soon.