<div dir="ltr"><div>+1<br></div>I&#39;m pretty sure I loaded these in one image and prepared to commit...<br>Then I forgot... (my image probably had many changes pending).<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/5/3 Frank Shearar <span dir="ltr">&lt;<a href="mailto:frank.shearar@gmail.com" target="_blank">frank.shearar@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 3 May 2013 17:44, Nicolas Cellier &lt;<a href="mailto:nicolas.cellier.aka.nice@gmail.com">nicolas.cellier.aka.nice@gmail.com</a>&gt; wrote:<br>
&gt; Then we should close<br>
&gt; <a href="http://bugs.squeak.org/bug_view_advanced_page.php?bug_id=7255" target="_blank">http://bugs.squeak.org/bug_view_advanced_page.php?bug_id=7255</a><br>
&gt; See also the link to<br>
&gt; <a href="http://english.stackexchange.com/questions/24457/general-purpose-antonym-for-ago" target="_blank">http://english.stackexchange.com/questions/24457/general-purpose-antonym-for-ago</a><br>
<br>
Really, this should have been done about 5 years ago: it&#39;s a nice<br>
feature, and M8R provided tests.<br>
<br>
What else might be lurking in there?<br>
<br>
frank<br>
<br>
&gt; 2013/5/3 &lt;<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>&gt;<br>
&gt;<br>
&gt;&gt; Chris Muller uploaded a new version of Kernel to project The Trunk:<br>
&gt;&gt; <a href="http://source.squeak.org/trunk/Kernel-cmm.757.mcz" target="_blank">http://source.squeak.org/trunk/Kernel-cmm.757.mcz</a><br>
&gt;&gt;<br>
&gt;&gt; ==================== Summary ====================<br>
&gt;&gt;<br>
&gt;&gt; Name: Kernel-cmm.757<br>
&gt;&gt; Author: cmm<br>
&gt;&gt; Time: 3 May 2013, 11:37:02.186 am<br>
&gt;&gt; UUID: 655c18f5-1a73-4fae-bd0d-0e2bb4bb06d7<br>
&gt;&gt; Ancestors: Kernel-dtl.756<br>
&gt;&gt;<br>
&gt;&gt; - Added convenience methods for creating DateAndTimes relative to now.<br>
&gt;&gt; - When materializing Floats via fromIEEE32Bit:, use the canonicalized 0.0.<br>
&gt;&gt;<br>
&gt;&gt; =============== Diff against Kernel-dtl.756 ===============<br>
&gt;&gt;<br>
&gt;&gt; Item was added:<br>
&gt;&gt; + ----- Method: Duration&gt;&gt;ago (in category &#39;squeak protocol&#39;) -----<br>
&gt;&gt; + ago<br>
&gt;&gt; +       &quot;Answer the DateAndTime which was the receiver&#39;s duration ago.<br>
&gt;&gt; +       e.g., 5 minutes ago.  2 days ago.&quot;<br>
&gt;&gt; +       ^ DateAndTime now - self!<br>
&gt;&gt;<br>
&gt;&gt; Item was added:<br>
&gt;&gt; + ----- Method: Duration&gt;&gt;fromNow (in category &#39;squeak protocol&#39;) -----<br>
&gt;&gt; + fromNow<br>
&gt;&gt; +       &quot;Answer the DateAndTime which which occurs the receiver&#39;s duration<br>
&gt;&gt; from now.<br>
&gt;&gt; +       e.g., 5 minutes fromNow.  2 days fromNow.&quot;<br>
&gt;&gt; +       ^ DateAndTime now + self!<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
</blockquote></div><br></div>