<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>Thank you, Eliot!</p>
</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> Dienstag, 2. November 2021 16:11:52<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: Kernel-eem.1420.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Eliot Miranda uploaded a new version of Kernel to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Kernel-eem.1420.mcz">http://source.squeak.org/trunk/Kernel-eem.1420.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Kernel-eem.1420<br>
Author: eem<br>
Time: 2 November 2021, 8:11:49.057099 am<br>
UUID: 3b580b38-8061-4dd8-9485-3fec3dd2c04a<br>
Ancestors: Kernel-eem.1419<br>
<br>
Merge Kernel-ct.1407<br>
<br>
Fixes #isPrimFailToken: for objects that do not implement #isArray in a conventional way, or that do not implement it all. The following should be debuggable without any problems, but currently is not due to a regression in Kernel-eem.1366.<br>
<br>
Fur more information, see: <a href="http://forum.world.st/The-Trunk-Kernel-eem-1366-mcz-td5126558.html">
http://forum.world.st/The-Trunk-Kernel-eem-1366-mcz-td5126558.html</a><br>
<br>
=============== Diff against Kernel-eem.1419 ===============<br>
<br>
Item was changed:<br>
  ----- Method: Context>>isPrimFailToken: (in category 'private') -----<br>
  isPrimFailToken: contextOrPrimFailToken<br>
         "Answer if contextOrPrimFailToken, which will either be a Context object or<br>
          a primitive fail token (a tuple of the PrimitiveFailToken unique object and<br>
          a primitive failure code), is the latter. This should only be used with the<br>
          (possibly indirect) results of Context>>doPrimitive:method:receiver:args:"<br>
+        ^ (self objectClass: contextOrPrimFailToken) == Array<br>
-        ^contextOrPrimFailToken isArray<br>
           and: [contextOrPrimFailToken size = 2<br>
           and: [(contextOrPrimFailToken at: 1) == PrimitiveFailToken]]!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>