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

H. Hirzel hannes.hirzel at gmail.com
Mon May 21 04:18:03 UTC 2018


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
<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
>
> ==================== 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.
>
>   !
>
>
>


More information about the Squeak-dev mailing list