<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>This changeset sounds well, thanks for the link. However, am I wrong or does this changeset *<i>not</i>* provide a way to convert a setter back to a getter, as I proposed?</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Taeumel, Marcel<br>
<b>Gesendet:</b> Montag, 23. September 2019 11:31:54<br>
<b>An:</b> Alan Grimes via Squeak-dev<br>
<b>Betreff:</b> Re: [squeak-dev] The Inbox: Collections-ct.853.mcz</font>
<div> </div>
</div>
<div>
<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
I think we should file-in Patrick's change set about that matter instead:
<div><a href="http://forum.world.st/The-Trunk-Collections-pre-822-mcz-td5097223.html">http://forum.world.st/The-Trunk-Collections-pre-822-mcz-td5097223.html</a></div>
<div><br>
</div>
<div>Best,</div>
<div>Marcel</div>
<div class="mb_sig"></div>
<blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
<p style="color: #AAAAAA; margin-top: 10px;">Am 22.09.2019 01:52:34 schrieb Levente Uzonyi <leves@caesar.elte.hu>:</p>
<div style="font-family:Arial,Helvetica,sans-serif">On Sat, 21 Sep 2019, Thiede, Christoph wrote:
<br>
<br>
> <br>
> By the way, when moving methods from package A to B, does the order of involved commits matter to you?
<br>
<br>
The updater should handle that once both versions are in the Trunk, but <br>
I'd upload the package with the addition first. <br>
<br>
Levente <br>
<br>
> <br>
> __________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
<br>
> Von: Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org>im Auftrag von commits@source.squeak.org
<commits@source.squeak.org><br>
> Gesendet: Samstag, 21. September 2019 19:36:47 <br>
> An: squeak-dev@lists.squeakfoundation.org <br>
> Betreff: [squeak-dev] The Inbox: Collections-ct.853.mcz   <br>
> A new version of Collections was added to project The Inbox: <br>
> http://source.squeak.org/inbox/Collections-ct.853.mcz <br>
> <br>
> ==================== Summary ==================== <br>
> <br>
> Name: Collections-ct.853 <br>
> Author: ct <br>
> Time: 21 September 2019, 7:36:40.443935 pm <br>
> UUID: 627a4e03-54a2-9245-899e-62e983669d25 <br>
> Ancestors: Collections-mt.851 <br>
> <br>
> Move #asSimpleSetter from MorphicExtras to Collections (step 2/2) and supplement it by #asSimpleGetter
<br>
> <br>
> Complements MorphicExtras-ct.261 <br>
> <br>
> =============== Diff against Collections-mt.851 =============== <br>
> <br>
> Item was added: <br>
> + ----- Method: Symbol>>asSimpleGetter (in category 'converting') ----- <br>
> + asSimpleGetter <br>
> + <br>
> +        self numArgs isZero ifTrue: [^ self]. <br>
> +        self numArgs > 1 ifTrue: [self error: 'Cannot convert complex selector to getter'].
<br>
> +        ^ self allButLast asSymbol! <br>
> <br>
> Item was added: <br>
> + ----- Method: Symbol>>asSimpleSetter (in category 'converting') ----- <br>
> + asSimpleSetter <br>
> +        ^ (self, ':') asSymbol! <br>
> <br>
> <br>
> <br>
><br>
</commits@source.squeak.org></squeak-dev-bounces@lists.squeakfoundation.org></div>
</blockquote>
</div>
</div>
</body>
</html>