[Seaside-dev] Seaside-Core-dkh.72

Philippe Marschall philippe.marschall at gmail.com
Mon Mar 10 05:38:24 UTC 2008


2008/3/9, Dale Henrichs <dale.henrichs at gemstone.com>:
> Philippe Marschall wrote:
>  > This version contains two "change sets"
>  >
>  > WAUrl >> #toString
>  > -> ok with me
>  >
>
> Seaside-Core-dkh.73
>
> > SeasidePlatformSupport class >> #sourceCodeLineSeparatorCharacter
>  > -> sorry but no
>  > SeasidePlatformSupport should get smaller, not bigger. If that
>  > requires more code, so be it.
>  >
>
> No problem with that...
>
> > I see two options:
>  > - use #findTokens: (String with: Character cr with: Character lr)
>  > - do the parsing in the #compileCountryList and #compileLangageLi
>
> > methods which are not ported
>  >
>
> Not sure what you mean by this. Do you mean that each platform
>  implements its own version of each of the methods?

No, #compileCountryList and #compileLangageList are only supposed to
be implemented in Squeak. For other platforms it is enough if they
heave #languageList and #countryList. These methods are generated by
#compileCountryList and #compileLangageList.

Cheers
Philippe


More information about the seaside-dev mailing list