Hi All,<div><br></div><div>    in creating the Cog VMMaker image from Squeak 4.1 that is in the svn tree for Cog (<a href="http://www.squeakvm.org/svn/squeak/branches/Cog">http://www.squeakvm.org/svn/squeak/branches/Cog</a>) I had to revert a change made to Integer&gt;&gt;hex.  I don&#39;t want to point fingers but it was IMO an unnecessary change; one can always add a new selector if one wants new behaviour and existing code (in this case VMMaker) depended on the old behaviour.  BTW, the difference is that originally Integer&gt;&gt;hex (&amp; Integer&gt;&gt;hex8) prefixed their hex output with the base so that 123 hex is &#39;16r7B&#39; and 123 hex8 &#39;16r0000007B&#39;, whereas the new semantics omits the prefix so that 123 hex is &#39;7B&#39;.  The old semantics is depended on by various tests as well it providing the convenience of being able to select and print the result.  I would like to revert the behavior, essentially because a) one should not unnecessarily break backwards-compatibility and b) Cog is potentially useful to a lot of the community.  So views for or against?  Or should I make it, gack, a VMMaker override (gack, please nooooo)?</div>
<div><br></div><div>best</div><div>Eliot</div>