aboutsummaryrefslogtreecommitdiffstats
path: root/executor/_include/flatbuffers/buffer_ref.h
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2026-03-10 11:54:01 +0100
committerAlexander Potapenko <glider@google.com>2026-03-10 14:52:26 +0000
commit9eee85817edcc7ad7e20ffadf0e43e1ba748cb35 (patch)
treed32dc6df8eb02f955741b1005da95558bac33a21 /executor/_include/flatbuffers/buffer_ref.h
parentfeb3353f0d285ba3b66261f9ec7abf2334008822 (diff)
prog: add support for decimal/octal arguments in text format
Previously, the parser only expected the '0' character to begin an integer argument, which effectively meant it only handled hexadecimal formatting (e.g., `0x...`) when parsing arguments. This change modifies parseArgImpl() to route any starting digit ('0'-'9') to the integer parsing logic. Since `strconv.ParseUint` already handles base-10 parsing using the "0" base flag, this cleanly enables the parser to natively deserialize decimal and octal arguments.
Diffstat (limited to 'executor/_include/flatbuffers/buffer_ref.h')
0 files changed, 0 insertions, 0 deletions