[Seaside] VW port

Avi Bryant avi at beta4.com
Fri May 28 21:39:15 CEST 2004


On May 25, 2004, at 1:17 AM, Bany, Michel wrote:

> Hello Avi,
> This does not port to VW (the period at the end of the method prototype
> is not allowed by the VW compiler) :
> WAPrettyPrintedDocument>>initializeWithRenderer: aRenderer.
>         html := aRenderer.
>         indentCloseTags := OrderedCollection with: false.
>         indentLevel := 0.

Ah, that's interesting, I'll fix that and try to avoid it in the future.

> A Squeak feature or a bug ?

A VW bug, I'd think - I recognize that a period is a statement 
separator, not a terminator, but what's wrong with having an empty 
statement at the end of a method?

Avi


More information about the Seaside mailing list