<div>Open mouth, insert foot!!!</div>
<div>&nbsp;</div>
<div>&gt; subStrings: is available on VA Smalltalk.&nbsp; AFAIK it conforms to the ANSI spec.</div>
<div>&nbsp;</div>
<div>subStrings: in VA Smalltalk takes a single character as an argument, not a collection of characters.&nbsp; I guess I&#39;ll double-check before I open my mouth next time :-)</div>
<div>&nbsp;</div>
<div>I also checked Dolphin and their implementation matches VA Smalltalk -- it takes a single charactor parameter.</div>
<div>&nbsp;</div>
<div>However, having discovered this anomoly, I will change our implementation to take either a single character or a collection of characters to maintain our claim of conforming to the ANSI spec.</div>
<div>&nbsp;</div>
<div>As far as running the ANSI Test Suite, I don&#39;t think such a thing really exists.&nbsp; The one created as a CampSmalltalk project is incomplete and has no home or owner (the SourceForge project that claims to hold the code actually has only the base SUnit code)&nbsp;-- the only way I know to get it is to contact someone who got it from someone else ....&nbsp; The version I have only contains stubs for the&nbsp;subStrings: tests.</div>

<div><br clear="all">John O&#39;Keefe [|], Principal Smalltalk Architect, Instantiations Inc.<br><br><br></div>
<div class="gmail_quote">On Fri, Oct 31, 2008 at 2:51 AM, Gerhard Obermann <span dir="ltr">&lt;<a href="mailto:obi068@gmail.com">obi068@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi!<br><br>I am currently using the method &quot;subStrings:&quot; in Seaside 2.9.<br>This seems to be a little problem,<br>
because the semantics on Squeak and GemStone are different.<br>And AFAIK its not available on other platforms (VW) by default.<br><br>Which are the options:<br><br>- Change Squeak or GemStone semantics<br>&nbsp;&nbsp; =&gt; Probably not !<br>
- Define new Seaside specific subStrings: method<br>- Rewrite those methods to avoid using subStrings:<br>...<br><br>Any other ideas<br><br>Cheers<br><font color="#888888">Gerhard<br><br><br><br><br><br><br><br><br><br><br>
<br></font><br>_______________________________________________<br>seaside-dev mailing list<br><a href="mailto:seaside-dev@lists.squeakfoundation.org">seaside-dev@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev</a><br>
<br></blockquote></div><br>