<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>Download image and changes.<br><br>http://www.mirandabanda.org/files/Cog/SpurImages/<br>trunk50-64-15711.image<br><br>Built my 64 bit VM locally (Thanks Eliot!) <br><br>Cog/build.linux64x64/squeak.cog.spur/build<br><br>~usr/bin/cogspur64linuxht/squeak -version<br><br>5.0-3692&nbsp; Sat May&nbsp; 7 17:32:00 EDT 2016 gcc 4.8.2 [Production Spur 64-bit VM]<br>CoInterpreter VMMaker.oscog-eem.1855 uuid: d8e4a3c2-a3bf-4adc-b224-8012903a1ef4 May&nbsp; 7 2016<br>StackToRegisterMappingCogit VMMaker.oscog-nice.1853 uuid: 3ff63b2d-9dc9-4d6a-b3ff-fb6d37f1085e May&nbsp; 7 2016<br>VM: r3692 http://www.squeakvm.org/svn/squeak/branches/Cog Date: 2016-05-02 01:12:46 -0400<br>Plugins: r3688 http://squeakvm.org/svn/squeak/trunk/platforms/Cross/plugins<br>Linux muriel 3.10.17 #2 SMP Wed Oct 23 16:34:38 CDT 2013 x86_64 AMD Phenom(tm) II X4 965 Processor AuthenticAMD GNU/Linux<br>plugin path: /home/wm/usr/bin/cogspur64linuxht/lib/squeak/5.0-3692 [default: /home/wm/usr/bin/cogspur64linuxht/lib/squeak/5.0-3692/]<br><br><br><br>Launch squeak....<br><br><br>Create project, enter it, exit it.<br><br>Tools-&gt;File List-&gt;projects-refactoring-may.cs<br><br>'From Squeak5.1 of 30 April 2016 [latest update: #15862] on 1 May 2016 at 6:49:39 pm'!<br><br>INSTALL button clicked.<br><br>Mouse click-&gt;World menu-&gt;Save<br><br>Debugger launches with title bar:&nbsp; MessageNotUnderstood: MorphicProject&gt;&gt;isMVC<br><br>I don't know how to print the stack trace for you, but the method that threw&nbsp; DNU is <br><br>CrontrolManager class &gt;&gt;shutDown<br><br>shutDown<br>&nbsp;&nbsp;&nbsp; Project current isMVC<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ifTrue: [Project current invalidate]<br><br><br>Exit the debugger. Attempt to enter the project I created successfully fails and launches a debugger: MessageNotUnderstood: SoundService clas &gt;&gt;stop<br><br><br><br>Let me know if I can be of help.<br><br>cheers.<br><br><br><br><br><br><br><br><br><div class="zmail_extra"><div id="1"><br>---- On Mon, 09 May 2016 10:55:57 -0400 <b>David T. Lewis &lt;lewis@mail.msen.com&gt;</b> wrote ---- <br></div><blockquote style="border-left: 1px solid #0000FF;padding-left: 6px; margin: 0 0 0 5px"><div>I updated my working trunk image, which is 32 bit Spur with lots of other <br>stuff loaded. I had no problems, but it's possible we might need to do <br>something with update maps, so please do report back if you see errors. <br> <br>I would not expect any issues related to 64 bit image, but you never know. <br><br> <br>Dave <br> <br> <br>&gt; Have you tried it on the latest 64 bit Trunk? <br>&gt; <br>&gt; I tried it on my 64 bit boot and got some errors. If you don't have a 64 <br>&gt; bit cogspur running, I will get back to you with the errors later today. <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; ---- On Mon, 09 May 2016 08:20:52 -0400 David T. Lewis <br>&gt; &amp;lt;<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>&amp;gt; wrote ---- <br>&gt; <br>&gt; Marcel, <br>&gt; <br>&gt; This is a great batch of improvements, and I think it will make the <br>&gt; projects <br>&gt; mechanism much easier to work with in the future. <br>&gt; <br>&gt; Thanks! <br>&gt; Dave <br>&gt; <br>&gt; <br>&gt; On Mon, May 09, 2016 at 11:41:08AM +0000, <a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a> wrote: <br>&gt; &amp;gt; Marcel Taeumel uploaded a new version of System to project The Trunk: <br>&gt; &amp;gt; <a href="http://source.squeak.org/trunk/System-mt.827.mcz" target="_blank">http://source.squeak.org/trunk/System-mt.827.mcz</a> <br>&gt; &amp;gt; <br>&gt; &amp;gt; ==================== Summary ==================== <br>&gt; &amp;gt; <br>&gt; &amp;gt; Name: System-mt.827 <br>&gt; &amp;gt; Author: mt <br>&gt; &amp;gt; Time: 9 May 2016, 1:41:03.140729 pm <br>&gt; &amp;gt; UUID: e7d678e1-e245-0a49-b449-faca6c947a76 <br>&gt; &amp;gt; Ancestors: System-mt.826 <br>&gt; &amp;gt; <br>&gt; &amp;gt; REFACTORING THE PROJECTS MECHANISM <br>&gt; &amp;gt; - Reduce and clean-up the footprint of new project kinds: <br>&gt; saveState/loadState, finalEnterActions:/finalExitActions:, <br>&gt; startResourceLoading/abortResourceLoading, <br>&gt; aboutToLeaveWorld/aboutToEnterWorld (object events), <br>&gt; scheduleProcessForEnter/terminateProcessForLeave <br>&gt; &amp;gt; - Reduce full display restoring to #invalidate and #restore, which <br>&gt; gives projects the chance to 1) clear their drawing caches and 2) redraw <br>&gt; all their graphical objects. <br>&gt; &amp;gt; - Clean-up project add/remove wrt. sub-projects and the whole project <br>&gt; hierarchy. See #isTopProject, #beTopProject, #addProject:, <br>&gt; #liftSubProjects, #removeProjectsFromSystem <br>&gt; &amp;gt; - Provide a second way -- in addition to the Emergency Evaluator -- <br>&gt; for recovering from recursive errors by trying a parent project of a <br>&gt; different kind first. See #handlePrimitiveError:. This allows for more <br>&gt; convenient recovery of such errors. <br>&gt; &amp;gt; - For shrinking images, make MVCProject class &amp;gt;&amp;gt; #unloadMVC <br>&gt; work again. This also applies to MorphicProject class &amp;gt;&amp;gt; <br>&gt; #unloadMorphic in the near future. <br>&gt; &amp;gt; <br>&gt; &amp;gt; =============== Diff against System-mt.826 =============== <br>&gt; &amp;gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br> <br> <br> <br></div></blockquote><br></div><br></div></body></html>