[MLton] Patch ready
Wesley W. Terpstra
wesley at terpstra.ca
Sun Feb 11 14:16:03 PST 2007
On Feb 11, 2007, at 10:37 PM, Matthew Fluet wrote:
> I've checked in the fix, which ensures that WordXVector.equals
> returns true only if the two vectors have the same elementSize and
> the same elements.
Thanks! Now that regression/widechar.sml compiles, I had a look over it.
The two 'WRONG' cases are actually fine. They come from parsing \256
and \777 respectively. This wouldn't work for a Char (where I got the
code from), but it works just fine for a WideChar.
More worrying, however, is that the executable is bugged! It runs
three times in a row on my system. All three runs are successful, and
terminate at test43, but it should only be running once!
More information about the MLton
mailing list