diff options
| author | Alexander Potapenko <glider@google.com> | 2026-03-10 11:54:01 +0100 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2026-03-10 14:52:26 +0000 |
| commit | 9eee85817edcc7ad7e20ffadf0e43e1ba748cb35 (patch) | |
| tree | d32dc6df8eb02f955741b1005da95558bac33a21 /executor/_include/flatbuffers/allocator.h | |
| parent | feb3353f0d285ba3b66261f9ec7abf2334008822 (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/allocator.h')
0 files changed, 0 insertions, 0 deletions
