Comment # 10
on bug 8313
from Evan Huus
Hi Alex, it's looking really good. Just one minor thing (which is mostly my
fault for not explaining well).
The ENC_ values should be one of ENC_LITTLE_ENDIAN or ENC_BIG_ENDIAN for any
field that is more than one byte in length (and thus has an endianness to worry
about). ENC_NA is available for single-byte values (that don't have an
endianness) and for fields like FT_BYTES which designate an arbitrary-length
array of bytes with no particular interpretation (and thus no particular
endianness). There are also other encoding values for strings (ASCII vs UTF-8
etc) and other specific types, but I don't think any of them apply to SML. For
more details see doc/README.developer around line 2357.
Other than this I believe it's ready to check in.
Cheers,
Evan
You are receiving this mail because:
- You are watching all bug changes.