[squeak-dev] The Trunk: Morphic-kfr.1435.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Tue May 22 06:21:23 UTC 2018


Hi Karl,

a call to #releaseParagraph instead of #releaseParagraphReally might be more robust here. Or did you run into other issues there?

Best,
Marcel
Am 21.05.2018 11:48:46 schrieb karl ramberg <karlramberg at gmail.com>:
Hi,
I'm sorry I forgot to mention the context here

Best.
Karl


On Mon, May 21, 2018 at 6:18 AM, H. Hirzel <hannes.hirzel at gmail.com [mailto:hannes.hirzel at gmail.com]> wrote:

Thank you, Karl,  for this important update on the road to make
projects from early Squeak versions load successfully!


A suggestion for the comment:

If it is

  'Really release the chached state of TextMorph objects'

then the log on the Transcript when doing the in-image update is more
instructive.



Currently:

TRANSCRIPT

Flush old cache on loading

========== ReleaseBuilder-mt.181 ==========

Adds the new prefs #haloForAll and #metaMenuForAll to the release builder.

========== HelpSystem-Core-mt.103 ==========

Fixes an endless-loop bug to could occur when fetching swiki subtopics.

==========  Update completed:  17970 -> 17995 ==========

----SNAPSHOT----{18 May 2018 . 11:33:19 pm}
Squeak6.0alpha-17967-32bit.image priorSource: 23618708
----QUIT----{18 May 2018 . 11:40:29 pm}
Squeak6.0alpha-17967-32bit.image priorSource: 23695810
========== Morphic-kfr.1435 ==========

Really release the cached state

========== WebClient-Core-ul.115 ==========

Decrease the priority of connection handler processes from 60 to 30,
to avoid potential image lockups.

==========  Update completed:  17995 -> 17997 ==========


On Sun, 20 May 2018 10:47:31 0000, commits at source.squeak.org [mailto:commits at source.squeak.org]
<commits at source.squeak.org [mailto:commits at source.squeak.org]> wrote:
> Karl Ramberg uploaded a new version of Morphic to project The Trunk:
> http://source.squeak.org/trunk/Morphic-kfr.1435.mcz [http://source.squeak.org/trunk/Morphic-kfr.1435.mcz]
>
> ==================== Summary ====================
>
> Name: Morphic-kfr.1435
> Author: kfr
> Time: 20 May 2018, 12:47:10.545467 pm
> UUID: 6e156072-40fa-d344-815f-76673cd22724
> Ancestors: Morphic-mt.1434
>
> Really release the cached state
>
> =============== Diff against Morphic-mt.1434 ===============
>
> Item was changed:
>   ----- Method: TextMorph>>convertToCurrentVersion:refStream: (in category
> 'objects from disk') -----
>   convertToCurrentVersion: varDict refStream: smartRefStrm
>       
>       self borderWidth ifNil: [
>               self borderWidth: 0.
>               self removeProperty: #fillStyle].
> +     self releaseParagraphReally.
> -     self releaseEditor.
> -     self releaseParagraph.
> -     
>       ^ super convertToCurrentVersion: varDict refStream: smartRefStrm.
>
>   !
>
>
>


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20180522/35e6af0f/attachment.html>


More information about the Squeak-dev mailing list