The documentation states that
"Enumerator constants must be in the range [0, 2147483647]."
But the protoc program allows negative values.
I happened to write my Haskell version according the documentation, and
noticed this when the unittest.proto defined SPARSE constants there were
negative. My code rejected this as invalid.
Should the documentation be changed (and my Haskell code) or the protoc
program?
Thanks,
Chris