<div>&gt; Amos, can you please clarify if further development of the Scratch<br>&gt; image is planned? </div><div><br></div><div>No further development is planned by us. </div><div><br></div><div>However, John and I spent a little time looking into this today to see about an easy fix. I&#39;ll pass on my impressions, and let him correct / make additional suggestions as necessary.</div>
<div><br></div><div>There seem to be (at least) two issues preventing the current version of Scratch from working with later VMs.</div><div><br></div><div>1. The sound primitive changes David mentioned above (thanks for tracking this down, David!)</div>
<div><span style> Mantis 0007454: Removal of obsolete prim support for closures is a problem for Scratch images</span><br style><span style> </span><a href="http://bugs.squeak.org/view.php?id=7454" target="_blank" style>http://bugs.squeak.org/view.php?id=7454</a></div>
<div><br></div><div>John felt he could manage fixing this, but not soon. It&#39;s probably a couple hours of work. </div><div><br></div><div>2. However, even using an extremely simple image that just writes to a file, we get errors with later versions of the VM.</div>
<div>Using this image: <a href="http://dl.dropbox.com/u/1979035/msqueak.image">http://dl.dropbox.com/u/1979035/msqueak.image</a></div><div>on 32 bit Lucid, running Squeak 4.4.7.2357 from Squeakvm.org,</div><div>we get the following error:</div>
<div><br></div><div><div>lightnin@386-lucid:~/Dropbox/MicroSqueak for Elliot$ squeak msqueak.image </div><div>Exit to debugger at user request</div><div><br></div><div>2004272328 Object&gt;handleExceptionName:context:</div>
<div>2004272236 Object&gt;error:</div><div>2004272084 Object&gt;primitiveFailed</div><div>2004271940 File&gt;primOpen:writable:</div><div>2004271848 File&gt;openReadWrite:</div><div>2004271308 &gt;append:toFile:</div><div>
2004271216 &gt;log:</div><div>2004271124 &gt;start</div><div>2004260548 [] in ProcessorScheduler&gt;installStartProcess</div><div><br></div><div>So there&#39;s seems to be an issue with file io that could be causing problems. It&#39;s difficult to know how hard this would be to fix in the Scratch image, and if there are other issues that would need to be addressed. If there is a squeak dev with time and interest who could look around and share their impressions, that would really help get a better grip on the scale of the problem(s).</div>
<div><br></div><div>So it seems like there are a few ways forward:</div><div>1. Make a Scratch compatible VM, as David has suggested.</div><div>2. Ask heroic, generous, kind Squeak developers to help change the Scratch.image to make it compatible with later VMs. They can then re-release it under the GPL, or give it to us to release as an update to the source package.</div>
<div><br></div><div>One problem with 1.) is that we won&#39;t be able to benefit from further development of a true 64 bit VM. (Still a possibility in the future I hope?)  If we fork an earlier VM just for Scratch, we can have a working, easily installable 32 bit package, but all 64 bit users will need to go to the command line to force the installation of the 32 bit package on their 64 machines. This seems like a significant hurdle for many end users - especially the kind who would be interested in Scratch. Ideally, we want them to be able to install Scratch from their normal package manager on whatever distro they use. But perhaps 1.) is still the best / only solution, if 2.) isn&#39;t feasible.</div>
<div><br></div><div>Best,</div><div>-Amos</div><div><br><div class="gmail_quote">On Thu, May 10, 2012 at 3:49 AM, Miriam Ruiz <span dir="ltr">&lt;<a href="mailto:miriam@debian.org" target="_blank">miriam@debian.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2012/5/10 David T. Lewis &lt;<a href="mailto:lewis@mail.msen.com">lewis@mail.msen.com</a>&gt;:<br>
<div class="im"><br>
&gt; Amos, can you please clarify if further development of the Scratch<br>
&gt; image is planned? If yes, then updating the Scratch image may be<br>
&gt; the right thing to do. If no, then we can take a harder look at<br>
&gt; coming up with a way to produce a backward compatible VM. If neither<br>
&gt; of these is feasible, then it will probably be necessary to arrange<br>
&gt; a separate source distribution for a Scratch VM.<br>
<br>
</div>Hi!<br>
<br>
Sorry for the delay in answering to this thread. I think that it is a<br>
very sensible suggestion you&#39;re making. There is one thing I&#39;m<br>
concerned about, though: if it is finally necessary to include an<br>
aditional older version of the VM in Debian to be able to run Scratch,<br>
as other people have suggested earliuer,¿who will maintain this VM?<br>
<br>
I mean, I can manage the packaging and some shallow patches if it is<br>
necessary, as I do with all my packages, but as I&#39;m not especially<br>
proficient with the VM&#39;s code not I ever worked with it at a serious<br>
level, so there&#39;s limits in what I can do. I suppose that Squeak<br>
developers won&#39;t like to have to maintain two versions of the VM, and<br>
the will probably just keep supporting, evolving and solving bugs from<br>
the latest. I don&#39;t know if Scratch developers are willing or have<br>
resources to solve big problems in the VM in case they appear, so that<br>
leaves me probably close to being alone in fixing stuff in the VM if<br>
something serious appear. I must confess that this perspective kind of<br>
scares me.<br>
<br>
To sum up, if we finally have to keep a separate version of the VM for<br>
running Scratch (and BYOB and other derivatives), we have to also find<br>
out how to handle bugs and improvements in the VM in case that they&#39;re<br>
needed.<br>
<br>
Greetings,<br>
Miry<br>
</blockquote></div><br></div></div>