<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>By the way: I find it kind of weird that timestamps still are only available as a string, afaik there is no interface to directly get authorInitials, a TimeStamp (magnitude!) or other information. Has this been a conscious design decision or rather evolved
 over time? It would also be great to store an exact timestamp, as this commit shows, we would not even need to display the full accuracy to the user ... :-)</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
<div id="x_Signature">
<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>
<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. November 2019 19:00:17<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Inbox: Tools-ct.916.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">A new version of Tools was added to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/Tools-ct.916.mcz">http://source.squeak.org/inbox/Tools-ct.916.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Tools-ct.916<br>
Author: ct<br>
Time: 15 November 2019, 7:00:12.771005 pm<br>
UUID: 05c08fc9-78c5-ea45-842e-dfc847d32551<br>
Ancestors: Tools-mt.914<br>
<br>
VersionsBrowser>>#selectMethod:: Compare not only timeStamp, but also source, as timeStamp is only minute-precise.<br>
<br>
=============== Diff against Tools-mt.914 ===============<br>
<br>
Item was changed:<br>
  ----- Method: VersionsBrowser>>selectMethod: (in category 'menu') -----<br>
  selectMethod: aCompiledMethod<br>
  <br>
         self toggleListIndex: (self changeList indexOf: (<br>
+                self changeList detect: [:change |<br>
+                        change stamp = aCompiledMethod timeStamp and: [<br>
+                                change string = aCompiledMethod getSource asString]]))!<br>
-                self changeList detect: [:change | change stamp = aCompiledMethod timeStamp]))!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>