<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Hi Eliot,<div><br></div><div>no worries. That send is hidden in a string. :-) We'll use #method instead of #compiledBlock.</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 05.05.2020 20:00:24 schrieb Eliot Miranda <eliot.miranda@gmail.com>:</p><div style="font-family:Arial,Helvetica,sans-serif"><div dir="ltr"><br></div><div dir="ltr"><br><blockquote type="cite">On May 4, 2020, at 2:10 AM, Marcel Taeumel <marcel.taeumel@hpi.de> wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr"><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        ... would "[:arg | arg + 2] method" work instead of #compiledBlock? :-)</div></div></blockquote><div><br></div>It would.  And note that the selector is shared with context<div>    [thisContext method] value</div><div>does what one expects...</div><div><br><blockquote type="cite"><div dir="ltr"><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000"><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 04.05.2020 11:07:02 schrieb Marcel Taeumel <marcel.taeumel@hpi.de>:</p><div style="font-family:Arial,Helvetica,sans-serif"><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Hi Eliot.<div><br></div><div>Now CompiledCodeInspectorTest >> #createObject is not working anymore. It does this:</div><div><br></div><div>[:arg | arg + 2] compiledBlock</div><div><br></div><div>... as a quick way to get a compiled-code object.</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 01.05.2020 19:38:40 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Eliot Miranda uploaded a new version of Kernel to project The Trunk:<br>http://source.squeak.org/trunk/Kernel-eem.1325.mcz<br><br>==================== Summary ====================<br><br>Name: Kernel-eem.1325<br>Author: eem<br>Time: 1 May 2020, 10:38:26.143286 am<br>UUID: fdfc5299-b643-4879-a7ca-716d825f6988<br>Ancestors: Kernel-eem.1324<br><br>Minor clean-up from the last commit.  We don't really need compiledBlock[:], so do without.<br><br>=============== Diff against Kernel-eem.1324 ===============<br><br>Item was changed:<br>  ----- Method: FullBlockClosure>>= (in category 'comparing') -----<br>  = aClosure<br>          self == aClosure ifTrue: [^true].<br>     aClosure class == self class ifFalse: [^false].<br>+  ^startpcOrMethod = aClosure method<br>+        and: [outerContext = aClosure outerContext or: [self isClean]]!<br>-     startpcOrMethod = aClosure compiledBlock ifFalse: [^false].<br>-  ^outerContext = aClosure outerContext or: [self isClean]!<br><br>Item was removed:<br>- ----- Method: FullBlockClosure>>compiledBlock (in category 'accessing') -----<br>- compiledBlock<br>-       "To be able to inherit from BlockClosure"<br>-  ^ startpcOrMethod!<br><br>Item was removed:<br>- ----- Method: FullBlockClosure>>compiledBlock: (in category 'accessing') -----<br>- compiledBlock: aCompiledBlock<br>-     "To be able to inherit from BlockClosure"<br>-  startpcOrMethod := aCompiledBlock!<br><br><br></div></blockquote>
                                        </div></div></blockquote>
                                        </div><span></span><br></div></blockquote></div></div></blockquote>
                                        </div></body>