<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>> <span>Maybe #compiledCode would be a better accessor for BlockClosure?</span></p>
<p><span><br>
</span></p>
<p><span>+1 :-)</span></p>
<p><span>#method is really confusing if we expect a CompiledBlock.</span></p>
<p><span><br>
</span></p>
<p><span>Best,</span></p>
<p><span>Christoph</span></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><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 commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Freitag, 15. Mai 2020 10:17:13<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: ToolsTests-mt.96.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Marcel Taeumel uploaded a new version of ToolsTests to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/ToolsTests-mt.96.mcz">http://source.squeak.org/trunk/ToolsTests-mt.96.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: ToolsTests-mt.96<br>
Author: mt<br>
Time: 15 May 2020, 10:17:11.552447 am<br>
UUID: 60cf49eb-5d79-5244-8b92-930d37256988<br>
Ancestors: ToolsTests-mt.95<br>
<br>
Fixes tests for CompiledCodeInspector.<br>
<br>
Hmm... Maybe #compiledCode would be a better accessor for BlockClosure? Comparing with #sourceCode?<br>
<br>
=============== Diff against ToolsTests-mt.95 ===============<br>
<br>
Item was changed:<br>
  ----- Method: CompiledCodeInspectorTest>>createObject (in category 'running') -----<br>
  createObject<br>
         "Note that we cannot return the block directly but require the indirection of #evaluate: because the resulting block will be modified during the tests. A block directly embedded in this #createObject method, however, would be re-used across test runs."<br>
         <br>
         InnerTestObject := super createObject.<br>
         ^ Compiler new<br>
+                evaluate: '[String withAll: #[67 97 114 112 101] "Carpe", #Squeak, InnerTestObject printString] method'<br>
-                evaluate: '[String withAll: #[67 97 114 112 101] "Carpe", #Squeak, InnerTestObject printString] compiledBlock'<br>
                 in: nil<br>
                 to: self "Required for access to InnerTestObject"!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>