Re: Hoplites: Watch for "each"

2003-11-01 Thread Andy Lester
Anything that uses the C operator is a prime candidate for bugginess. Please keep an eye out for them as you do your testing. Any function that contains C oughta be heavily checked. Ditto anything that uses C or C without a sort. Elaborating: Code that uses C, C or C may have worked in the past

Re: Hoplites: Watch for "each"

2003-11-01 Thread Michael G Schwern
On Fri, Oct 31, 2003 at 05:01:32PM -0600, Andy Lester wrote: > Anything that uses the C operator is a prime candidate for > bugginess. Please keep an eye out for them as you do your testing. > Any function that contains C oughta be heavily checked. > > Ditto anything that uses C or C without a