[Seaside-dev] Issue with subStrings:

Dale Henrichs dale.henrichs at gemstone.com
Fri Oct 31 16:50:19 UTC 2008


----- "Gerhard Obermann" <obi068 at gmail.com> wrote:

| Hi!
| 
| I am currently using the method "subStrings:" in Seaside 2.9.
| This seems to be a little problem,
| because the semantics on Squeak and GemStone are different.
| And AFAIK its not available on other platforms (VW) by default.
| 
| Which are the options:
| 
| - Change Squeak or GemStone semantics
| => Probably not !
| - Define new Seaside specific subStrings: method
| - Rewrite those methods to avoid using subStrings:
| ...
| 
| Any other ideas
| 
| Cheers
| Gerhard

GemStone/S currently shares the VA semantics. #subStrings: isn't used within the base image, so it would be straightforward to fix subStrings: in GLASS to conform to the ANSI standard ... 

Dale


More information about the seaside-dev mailing list