Hi Edgar,<br><br><div class="gmail_quote">On Fri, Mar 30, 2012 at 5:51 AM, Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de">bert@freudenbergs.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div></div><div class="h5"><br>
On 30.03.2012, at 13:39, Edgar J. De Cleene wrote:<br>
<br>
&gt;<br>
&gt; ------ Forwarded Message<br>
&gt;&gt; From: &lt;<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>&gt;<br>
&gt;&gt; Reply-To: &lt;<a href="mailto:squeak-dev@lists.squeakfoundation.org">squeak-dev@lists.squeakfoundation.org</a>&gt;<br>
&gt;&gt; Date: Fri, 30 Mar 2012 10:56:29.998 0000<br>
&gt;&gt; To: &lt;<a href="mailto:squeak-dev@lists.squeakfoundation.org">squeak-dev@lists.squeakfoundation.org</a>&gt;,<br>
&gt;&gt; &lt;<a href="mailto:packages@lists.squeakfoundation.org">packages@lists.squeakfoundation.org</a>&gt;<br>
&gt;&gt; Subject: [squeak-dev] The Trunk: System-ul.477.mcz<br>
&gt;&gt;<br>
&gt;&gt; Levente Uzonyi uploaded a new version of System to project The Trunk:<br>
&gt;&gt; <a href="http://source.squeak.org/trunk/System-ul.477.mcz" target="_blank">http://source.squeak.org/trunk/System-ul.477.mcz</a><br>
&gt;&gt;<br>
&gt;&gt; ==================== Summary ====================<br>
&gt;&gt;<br>
&gt;&gt; Name: System-ul.477<br>
&gt;&gt; Author: ul<br>
&gt;&gt; Time: 30 March 2012, 12:27:45.894 pm<br>
&gt;&gt; UUID: fb2ac551-9367-134f-9872-2f65037f69ff<br>
&gt;&gt; Ancestors: System-dtl.476<br>
&gt;&gt;<br>
&gt;&gt; - restored the original behavior of SystemNavigation &gt;&gt; #allCallsOn:from:, so<br>
&gt;&gt; it returns calls in subclasses too<br>
&gt;&gt; - temporarily restored NaturalLanguageTranslator class &gt;&gt; #translationSuffix<br>
&gt;&gt; so FileList can be used again<br>
&gt;&gt;<br>
&gt;&gt; =============== Diff against System-dtl.476 ===============<br>
&gt;&gt;<br>
&gt;&gt; Item was added:<br>
&gt;&gt; + ----- Method: NaturalLanguageTranslator class&gt;&gt;translationSuffix (in<br>
&gt;&gt; category &#39;accessing&#39;) -----<br>
&gt;&gt; + translationSuffix<br>
&gt;&gt; +<br>
&gt;&gt; +  ^&#39;translation&#39;!<br>
&gt;&gt;<br>
&gt;&gt; Item was changed:<br>
&gt;&gt;  ----- Method: SystemNavigation&gt;&gt;allCallsOn:from: (in category &#39;query&#39;) -----<br>
&gt;&gt;  allCallsOn: aSymbol from: aBehavior<br>
&gt;&gt; +  &quot;Answer a sorted collection of all the methods from aBehavior and it&#39;s<br>
&gt;&gt; subclasses that call on aSymbol.&quot;<br>
&gt;&gt; -  &quot;Answer a sorted collection of all the methods from aBehavior that call on<br>
&gt;&gt; aSymbol.&quot;<br>
&gt;&gt;<br>
&gt;&gt; +  ^self allCallsOn: aSymbol fromBehaviors: aBehavior withAllSubclasses<br>
&gt;&gt; sorted: true!<br>
&gt;&gt; -  ^self allCallsOn: aSymbol fromBehaviors: { aBehavior } sorted: true!<br>
&gt;<br>
&gt; ------ End of Forwarded Message<br>
&gt;<br>
&gt;<br>
&gt; I working....<br>
&gt;<br>
&gt; Maybe not enough smart or not enough fast.<br>
&gt;<br>
&gt; But I found the trouble Nicolas report and delete all file-services in<br>
&gt; NaturalLanguageTranslator<br>
&gt; And do FileList initialize<br>
&gt;<br>
&gt; Save the Squeak4.4-11969.image and when restarting no problem.<br>
&gt;<br>
&gt; Figuring how traslate this to trunk as &quot;we don&#39;t like have working .image in<br>
&gt; ftp&quot;<br>
&gt;<br>
&gt; Maybe I should learn to have my mouth closed and do not volunteering.<br>
&gt; But Squeak is in comatose state.<br>
&gt;<br>
&gt; If my mistakes awake some Masters, then so be it<br>
&gt;<br>
&gt; Regards<br>
&gt;<br>
&gt; Edgar<br>
<br>
<br>
<br>
</div></div>Not everyone can download a new image you made by hand. We have our working images with all kinds of stuff in it, and we want to update those images, not switching to new ones. Also, the package history serves as a record of what changed. That&#39;s why it is important to fix the stuff in the Trunk packages, and not fiddle with images. The images on the ftp server are pretty much only for release, and release test candidates.<br>

<font color="#888888"><br>
- Bert -<br>
</font></blockquote></div><br>I just wanted to second what Bert is saying. Images are wonderful because one can tailor them, but they can become a prison from which your code can never escape, and from which you can never move forward, *unless* they can be updated automatically.  Note that the Monticello update process does a merge by default so you can even update modified packages to a certain degree.  So keeping the update process working is *really, really* valuable and hence *really* worth the effort.  <div>
<br></div><div>If (as we should) we all have our own tailored images then we can&#39;t expect anyone else to use our images, because we would be inflicting our tailoring on them and asking them to give up the tailoring they had done.  We all have to be free to tailor in our own way.  So forcing people to download a non-release image to update code is simply unacceptable.</div>
<div><br></div><div>Courage, and thanks so much for your efforts!<br>-- <br>best,<div>Eliot</div><br>
</div>