tvl-depot/tvix/nix-compat/src/wire
Florian Klink 35d70f94b7 fix(tvix/nix-compat/wire): fix BytesWriter test payloads
We actually did construct other payload sizes than the test function was
intended to, because I'm too stupid to count. Fix that, and also update
a leftover _debug in a test name.

Change-Id: I1bff8551f2078afe82f789646b851f2fcff3e82c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11381
Reviewed-by: picnoir picnoir <picnoir@alternativebit.fr>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2024-04-08 16:26:12 +00:00
..
bytes.rs feat(tvix/nix-compat/wire): have write_bytes accept AsRef<[u8]> payloads 2024-04-08 07:02:10 +00:00
bytes_writer.rs fix(tvix/nix-compat/wire): fix BytesWriter test payloads 2024-04-08 16:26:12 +00:00
mod.rs feat(tvix/nix-compat/wire): introduce BytesWriter 2024-04-06 14:12:05 +00:00
primitive.rs refactor(tvix/nix-compat/wire): move magic bytes to worker_protocol 2024-04-08 07:02:10 +00:00
worker_protocol.rs refactor(tvix/nix-compat): move handshake function to nix-compat 2024-04-08 12:32:19 +00:00