Translate packet, message, bit-pack, and zero-coding tests exactly #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Translate the wire-format tests covering bit packing, zero coding, packet headers/blocks, generated packets, messages, and event decoding.
Deliverables
Validation
Prerequisite
Milestone 02 must provide the complete callable public API shim. Keep all production behavior standardized as unimplemented.
Project constraints
Implemented in
4e5d79e(Translate wire semantics parity tests).Implementation:
Verification (all green):
Isolation run: wire_semantics compiled and ran all 54 cases. As required for milestone 03, all success paths stopped only at their first exact failure-only production member; malformed-input cases explicitly rejected NotImplemented and demanded the mapped typed error. No generic panic was accepted as success.
Implemented and pushed in
de6e611(Translate wire semantics tests).Implementation:
Review and verification: