[Seaside-dev] should use #keysAndValuesDo: instead of #withIndexDo: ?

Paolo Bonzini bonzini at gnu.org
Thu Feb 21 07:52:42 UTC 2008


The former is in ANSI, the latter is not.

I checked that both Squeak and VW have it.

The methods are:
- WAExternalIDTest>>#fromString: which BTW is not covered by the tests; 
the test could be as simple as

    str := 'abCD12_-'.
    self assert: (WAExternalID fromString: str) printString = str

- Object>>#inspectorFields

- WADateTable>>#renderContentsOn:

- WADateTable>>#renderRowsOn:

Thanks,

Paolo


More information about the seaside-dev mailing list