~bigbes/tarantool-protobuf: a5ba47c7

docs: document int64_as_number flag (5y9)

Adds end-to-end coverage of the int64_as_number plugin option that
landed in 8b5bfc0:

- docs/reference/cli.md: row in the --tarantool_opt table + a dedicated
  subsection with the workload tradeoff table, the runtime-side wire
  helpers it exposes (wire.decode_<type>_n), and the PB_ENABLE_C=1
  no-op note.
- docs/codegen.md: same row in its own CLI-options table + a shorter
  subsection (the deep version lives in reference/cli.md).
- README.md: status row for the feature; paragraph at the end of the
  "Migrating from a Lua proto library that auto-down-casts int64"
  section pitching the flag for callers who want number-on-fits
  semantics with cdata fallback, plus a pointer to the cli.md table.

No code change.

Eugene Blikh <bigbes@gmail.com> — 2026-05-25 04:27:41 UTC

Commit a5ba47c793d7f1177e823122c06ce8c290fa4603view raw patch

Parent(s): 8b5bfc0e

3 changed file(s)

FileStatus+
README.md M +21
docs/codegen.md M +51
docs/reference/cli.md M +48