Again I think you should push the asSet into selectors.<br><br><div class="gmail_quote">On Tue, Oct 20, 2009 at 5:55 PM,  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Nicolas Cellier uploaded a new version of Traits to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Traits-nice.239.mcz" target="_blank">http://source.squeak.org/trunk/Traits-nice.239.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Traits-nice.239<br>
Author: nice<br>
Time: 21 October 2009, 2:55 am<br>
UUID: da00b4a5-33ee-4d7e-bdf5-41e2d7ff90ae<br>
Ancestors: Traits-nice.238<br>
<br>
correct a missing #asSet after #keys refactoring<br>
<br>
=============== Diff against Traits-nice.238 ===============<br>
<br>
Item was changed:<br>
  ----- Method: TraitBehavior&gt;&gt;allSelectors (in category &#39;accessing method dictionary&#39;) -----<br>
  allSelectors<br>
+       ^ self selectors asSet!<br>
-       ^ self selectors!<br>
<br>
<br>
</blockquote></div><br>