[SLOP(gpt-5)] fix(rivetkit): normalize protocol args source-side#5251
Conversation
Code ReviewOverviewThis PR normalizes RivetKit action and event Correctness concernsBreaking wire format without a backward-compat path The old encoding for a named struct
In .map_err(|error| anyhow::anyhow!(error.to_string()))
When Inspector In Code qualityDuplication of The normalization logic (array → itself, null → empty, other → wrap) is now duplicated between Rust (
The
Bare encoding path in The diff shows the JSON and CBOR paths gain TestsMissing unit test for The Rust helper No test for backward-compat decoding Given the wire format change (old Test update in The update to DocsThe docs changes are an improvement:
Summary
|
No description provided.