On Fri, Mar 29, 2013 at 2:26 AM, David T. Lewis <lewis@mail.msen.com> wrote:
...
Fuel is a very nice piece of work and I appreciate the effort to support Squeak.
Good design, good implementation, good documentation, what's not to like :-)

wow, thank you Dave!
 

One issue in loading from Metacello #stable, FLBenchmarks class>>generateMiniSerializationVersionsComparison has this:

        Array with: 1 with: #1 with: '1'.

But for Squeak in needs to be:

        Array with: 1 with: #'1' with: '1'.

thanks for the report.
 

I can't run the tests in Squeak, but the Fuel package itself seems fine.

For RemoteTask (in package CommandShell) I can do "RemoteTask useFuelSerializer"
and all works as expected, with cooperating images exchanging serialized objects
with Fuel.

RemoteTask sounds great. I've never tried it yet. I'd like to add a brief reference to it in the website of Fuel. Is this the right url to point? http://wiki.squeak.org:8080/squeak/6176

 

Thanks,

Dave