<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<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>this reminds me I think we also need something that answers an actual TimeStamp or DateAndTime instance for a CompiledMethod.</span></p>
<p><span><br>
</span></p>
<p>+1 for doing this. The current timeStamp string might be necessary from an implementation view, but from an object model view it is a shame that such an important object commits such primitive obsession. It would be so nice if you could do something like</p>
<p><br>
</p>
<p><span>CompiledMethod allInstances sorted: #dateTimeStamp asSortFunction</span><br>
</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 Eliot Miranda <eliot.miranda@gmail.com><br>
<b>Gesendet:</b> Dienstag, 18. August 2020 17:13:53<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org<br>
<b>Betreff:</b> Re: [squeak-dev] The Trunk: System-mt.1169.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hi Marcel, hi all,<br>
<br>
     this reminds me I think we also need something that answers an actual TimeStamp or DateAndTime instance for a CompiledMethod.  Unfortunately timeStamp is already in use as the selector for a method’s change stamp string.  In an ideal world CompiledMethod>>#timeStamp
 would be renamed to CompiledMethod>>#changeStamp and CompiledMethod>>#timeStamp would answer a DateAndTime of either the method’s changeStamp time or the epoch, if it had none.<br>
<br>
_,,,^..^,,,_ (phone)<br>
<br>
> On Aug 17, 2020, at 3:54 AM, commits@source.squeak.org wrote:<br>
> <br>
> Marcel Taeumel uploaded a new version of System to project The Trunk:<br>
> <a href="http://source.squeak.org/trunk/System-mt.1169.mcz">http://source.squeak.org/trunk/System-mt.1169.mcz</a><br>
> <br>
> ==================== Summary ====================<br>
> <br>
> Name: System-mt.1169<br>
> Author: mt<br>
> Time: 17 August 2020, 12:54:05.667289 pm<br>
> UUID: dfd26c6f-79f7-f146-95c1-78751d5f8f13<br>
> Ancestors: System-eem.1168<br>
> <br>
> Clarify implementation of method timestamps.<br>
> <br>
> Note that #hhmm24 cannot be used here, because it has no colon separator.<br>
> <br>
> =============== Diff against System-eem.1168 ===============<br>
> <br>
> Item was changed:<br>
>  ----- Method: Utilities class>>changeStamp (in category 'identification') -----<br>
>  changeStamp <br>
>      "Answer a string to be pasted into source code to mark who changed it and when."<br>
>      ^ self authorInitials , ' ' , Date today mmddyyyy, ' ',<br>
> +        (String streamContents: [:s | Time now print24: true showSeconds: false on: s])!<br>
> -        ((String streamContents: [:s | Time now print24: true on: s]) copyFrom: 1 to: 5)!<br>
> <br>
> <br>
<br>
</div>
</span></font>
</body>
</html>