<div dir="ltr"><div>David,<br><br>I&#39;m in California on business this week, but I&#39;ll be flying back home tomorrow. I&#39;ll have a closer look at this stuff in detail next week.<br><br></div>Thanks,<br>Jon<br><br></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 25, 2013 at 8:44 AM, David Corking <span dir="ltr">&lt;<a href="mailto:lists@dcorking.com" target="_blank">lists@dcorking.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, Jan 22, 2013 at 7:57 PM, Jon Hylands wrote:<br>
&gt; I&#39;ve definitely made changes since then. My current implementation of #date:<br>
&gt; looks like this:<br>
&gt;<br>
&gt; date: aDate<br>
</div>&lt;snip&gt;<br>
<div class="im">&gt;     self triggerEvent: #dateChanged.<br>
&gt;     self changed: #dateChanged<br>
&gt;<br>
&gt; So the event stuff got added after I posted that to the list.<br>
&gt;<br>
&gt; If someone can walk me through it or point me to a page that describes how<br>
&gt; to do it, I can update the inbox with my current code.<br>
<br>
</div>I pushed a test for that event into the inbox:<br>
<a href="http://source.squeak.org/inbox/MorphicTests-dcorking.21.mcz" target="_blank">http://source.squeak.org/inbox/MorphicTests-dcorking.21.mcz</a><br>
<br>
#testShouldSendDateChangedEvent should fail until you (Jon) push your<br>
code. There is no hurry for that. (I have committed your change<br>
locally, and I could push that if you wish.)<br>
<br>
Have fun! David<br>
<br>
p.s. My commit includes an empty test:<br>
#testShouldNotSendDateChangedWhenUnchanged as an &#39;expectedFailure&#39;<br>
(green) to document that the event is sent whenever #date: is sent,<br>
even when the date remains the same.<br>
<br>
</blockquote></div><br></div>