~bigbes/tarantool-protobuf: 39233ed5

text: wire pb.text into conformance runner TEXT_FORMAT output

The runner short-circuited every TEXT_FORMAT request to `skipped`, even
though pb.text.encode has been encode-capable since M7. Plug it into
cmd/conformance/core.lua so protobuf/JSON input → text output exercises
the existing encoder end-to-end. Text-format input remains deferred
(pb.text is encode-only).

Text-format suite: 0 ✓ / 430 skipped / 4 expected fails →
                   2 ✓ / 426 skipped / 6 expected fails (Scalar/Message
*_Print added — unknown-field rendering still missing).

Eugene Blikh <bigbes@gmail.com> — 2026-05-16 06:43:22 UTC

Commit 39233ed5be83b65ef40ec2a275e85a01ab7fa284view raw patch

Parent(s): 19c8560e

4 changed file(s)

FileStatus+
PLAN.md M +12 -7
cmd/conformance/core.lua M +14 -4
test/conformance/known_failures_text.txt M +20 -5
test/conformance_test.lua M +62 -3