<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Hi Marcel,</p>
<p><br>
</p>
<p>these are reasonable follow-ups, though I think they would be part of another big project, decoupling various packages in Squeak and cleaning up their dependencies.</p>
<p><br>
</p>
<p>However, your list looks like a good guide for developers that do not know the differences between these variants. Shall we copy your text somewhere into the wiki?</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
<div id="x_Signature">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<div name="x_divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div>
<div class="x__rp_T4" id="x_Item.MessagePartBody">
<div class="x__rp_U4 x_ms-font-weight-regular x_ms-font-color-neutralDark x_rpHighlightAllClass x_rpHighlightBodyClass" id="x_Item.MessageUniqueBody" style="font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif,serif,EmojiFont">
<div dir="ltr">
<div id="x_divtagdefaultwrapper"><font face="Calibri,Helvetica,sans-serif,EmojiFont,Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols">
<div id="x_Signature">
<div style="margin:0px"><font style="font-family:Calibri,Arial,Helvetica,sans-serif,serif,EmojiFont">
<div><font size="3" color="black"><span style="font-size:12pt"><a href="http://www.hpi.de/" target="_blank" rel="noopener noreferrer" id="LPNoLP"><font size="2"><span id="LPlnk909538"><font color="#757B80"></font></span></font></a></span></font></div>
</font></div>
</div>
</font></div>
</div>
</div>
</div>
</div>
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Taeumel, Marcel<br>
<b>Gesendet:</b> Sonntag, 11. Oktober 2020 13:54:23<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org<br>
<b>Betreff:</b> Re: [squeak-dev] Changeset: Eliminating global state from Morphic</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hi Christoph.<br>
<br>
It's all in Trunk now. ;-) Here are possible next steps:<br>
<br>
1. "Project current world" vs. "self currentWorld"<br>
<br>
In all packages that should not be dependent from Morphic, use "Project<br>
current world". Otherwise, use "self currentWorld".<br>
<br>
2. "self currentWorld" vs. "self world"<br>
<br>
In morphs, try to use "self world" whenever possible. Only class-side<br>
methods should use "self currentWorld". Well, if you have code that should<br>
work with morphs not being installed in any world, use "self currentWorld"<br>
because it will fall back to "Project current world".<br>
<br>
3. "self currentHand" in non-Morphic packages (ST80, Tools, etc.)<br>
<br>
Well, there are some cases where the use of "self currentHand" adds a<br>
dependency to the Morphic package. Not sure whether we can fix this now or<br>
whether we want to extract object-oriented event handling out of Morphic<br>
first to be used in other graphics frameworks such as ST80, SqueakShell,<br>
etc. :-)<br>
<br>
Best,<br>
Marcel<br>
<br>
<br>
<br>
Christoph Thiede wrote<br>
> Hi Marcel,<br>
> <br>
> <br>
> thanks for reviewing and splitting up the changes! I confirm that two<br>
> members of my image farm survived the recent patches without any problem.<br>
> :D<br>
> <br>
> <br>
> Best,<br>
> <br>
> Christoph<br>
> <br>
> &lt;http://www.hpi.de/&gt;<br>
> ________________________________<br>
> Von: Squeak-dev &lt;<br>
<br>
> squeak-dev-bounces@.squeakfoundation<br>
<br>
> &gt; im Auftrag von Taeumel, Marcel<br>
> Gesendet: Donnerstag, 8. Oktober 2020 17:20:26<br>
> An: squeak-dev<br>
> Betreff: Re: [squeak-dev] Changeset: Eliminating global state from Morphic<br>
> <br>
> Hi Christoph, hi all!<br>
> <br>
> The first part of this refactoring is in the Trunk. Please try updating<br>
> your images and report back!<br>
> <a href="http://forum.world.st/The-Trunk-Morphic-mt-1697-mcz-td5123173.html">http://forum.world.st/The-Trunk-Morphic-mt-1697-mcz-td5123173.html</a><br>
> <br>
> If all went well, I will commit the second part, too, which will remove<br>
> all remaining references to ActiveWorld etc.<br>
> <br>
> Best,<br>
> Marcel<br>
> <br>
> Am 30.09.2020 18:22:43 schrieb Thiede, Christoph &lt;<br>
<br>
> christoph.thiede@.uni-potsdam<br>
<br>
> &gt;:<br>
> <br>
> This version includes a test method, #testActiveVariablesObsoletion, that<br>
> makes sure that no one will try to reference one of the deprecated<br>
> ActiveVariable bindings again in the future. Thanks to Marcel for the tip!<br>
> <br>
> <br>
> Best,<br>
> <br>
> Christoph<br>
> <br>
> ________________________________<br>
> Von: Squeak-dev &lt;<br>
<br>
> squeak-dev-bounces@.squeakfoundation<br>
<br>
> &gt; im Auftrag von Thiede, Christoph<br>
> Gesendet: Mittwoch, 30. September 2020 17:50:43<br>
> An: The general-purpose Squeak developers list<br>
> Betreff: Re: [squeak-dev] Changeset: Eliminating global state from Morphic<br>
> <br>
> <br>
> Here is another version of the changeset that does not even longer raise a<br>
> debugger when removing the current hand.<br>
> <br>
> <br>
> Best,<br>
> <br>
> Christoph<br>
> <br>
> ________________________________<br>
> Von: Squeak-dev &lt;<br>
<br>
> squeak-dev-bounces@.squeakfoundation<br>
<br>
> &gt; im Auftrag von Thiede, Christoph<br>
> Gesendet: Mittwoch, 30. September 2020 11:40:05<br>
> An: The general-purpose Squeak developers list<br>
> Betreff: Re: [squeak-dev] Changeset: Eliminating global state from Morphic<br>
> <br>
> <br>
> Hm, probably we should integrate the "filein without UI updates" option<br>
> into the FileList menu, too ...?<br>
> <br>
> <br>
> Best,<br>
> <br>
> Christoph<br>
> <br>
> &lt;http://www.hpi.de/&gt;<br>
> ________________________________<br>
> Von: Squeak-dev &lt;<br>
<br>
> squeak-dev-bounces@.squeakfoundation<br>
<br>
> &gt; im Auftrag von David T. Lewis &lt;<br>
<br>
> lewis@.msen<br>
<br>
> &gt;<br>
> Gesendet: Mittwoch, 30. September 2020 02:22:06<br>
> An: The general-purpose Squeak developers list<br>
> Betreff: Re: [squeak-dev] Changeset: Eliminating global state from Morphic<br>
> <br>
> On Mon, Sep 28, 2020 at 10:55:45AM +0000, Thiede, Christoph wrote:<br>
>> Hi all,<br>
>><br>
>><br>
>> Dave, I double-checked it. When loading the second changeset, can you<br>
>> confirm that you used the new option in the drop handler dialog?<br>
>><br>
>><br>
>> [cid:3848a1c6-d67f-4999-a714-ffafff2b4a22]<br>
>><br>
> <br>
> No, I did definitely not do that. I opened a FileList and selected the<br>
> change sets one at a time, and clicked install for each. Installing the<br>
> second change set locked the image.<br>
> <br>
> After reading your email, I did this:<br>
> <br>
> 1) Forwarded your email to my <br>
<br>
> dtlewis290@<br>
<br>
>  (spam oriented) account<br>
> so I could view the graphic attachment, which showed that you are using<br>
> drag and drop when you load the change sets.<br>
> <br>
> 2) Opened a GUI file browser on my Ubuntu laptop, and used drag and drop<br>
> to copy the two change sets to my image.<br>
> <br>
> 3) On dropping the second change set into the image, I selected the<br>
> "... without updating UI" option.<br>
> <br>
> That worked.<br>
> <br>
> Dave<br>
<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://forum.world.st/Squeak-Dev-f45488.html">http://forum.world.st/Squeak-Dev-f45488.html</a><br>
<br>
</div>
</span></font>
</body>
</html>