jbrophy60
Results
2
issues of
jbrophy60
int32.proto: message TestInt32 { optional int32 int32_ = 1; } The following test fails when value is a negative number: local pb = require"pb" local value = -1 local integer32...