<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 Jakob,</p>
<p><br>
</p>
<p>by contract, I think #contents:notifying: should return true. Shall I add this for you and merge it? :-)</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</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> Mittwoch, 15. Dezember 2021 22:05:38<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Inbox: SMLoader-jr.95.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">A new version of SMLoader was added to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/SMLoader-jr.95.mcz">http://source.squeak.org/inbox/SMLoader-jr.95.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: SMLoader-jr.95<br>
Author: jr<br>
Time: 15 December 2021, 10:05:37.777858 pm<br>
UUID: 167a84f9-4d21-e946-b599-8c44add0fe06<br>
Ancestors: SMLoader-mt.94<br>
<br>
Fix error when attempting to save a release in the SqueakMap Package Loader.<br>
<br>
The code pane is nowadays built to send contents:notifying:. The SMReleaseBrowser did not implement this, so the method in CodeHolder was executed, which attempts to compile the code. But compiling the code in the SMReleaseBrowser does not make sense; one must
 set the loadScript instead. The contents: method of SMReleaseBrowser already does this.<br>
<br>
=============== Diff against SMLoader-mt.94 ===============<br>
<br>
Item was added:<br>
+ ----- Method: SMReleaseBrowser>>contents:notifying: (in category 'model access') -----<br>
+ contents: aText notifying: aController<br>
+        ^ self contents: aText!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>