<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 29, 2013 at 2:26 AM, David T. Lewis <span dir="ltr">&lt;<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im">...
</div>Fuel is a very nice piece of work and I appreciate the effort to support Squeak.<br>
Good design, good implementation, good documentation, what&#39;s not to like :-)<br></blockquote><div><br></div><div style>wow, thank you Dave!</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<br>
One issue in loading from Metacello #stable, FLBenchmarks class&gt;&gt;generateMiniSerializationVersionsComparison has this:<br>
<br>
        Array with: 1 with: #1 with: &#39;1&#39;.<br>
<br>
But for Squeak in needs to be:<br>
<br>
        Array with: 1 with: #&#39;1&#39; with: &#39;1&#39;.<br></blockquote><div><br></div><div style>thanks for the report.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<br>
I can&#39;t run the tests in Squeak, but the Fuel package itself seems fine.<br>
<br>
For RemoteTask (in package CommandShell) I can do &quot;RemoteTask useFuelSerializer&quot;<br>
and all works as expected, with cooperating images exchanging serialized objects<br>
with Fuel.<br></blockquote><div><br></div><div style>RemoteTask sounds great. I&#39;ve never tried it yet. I&#39;d like to add a brief reference to it in the website of Fuel. Is this the right url to point? <a href="http://wiki.squeak.org:8080/squeak/6176">http://wiki.squeak.org:8080/squeak/6176</a></div>

<div style><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
Thanks,<br>
<br>
Dave<br>
<br>
<br>
</blockquote></div><br></div></div>