snix/tvix/nix-compat/src
Florian Klink d6cadee941 fix(tvix/nix-compat): fix writing padding partially
We forgot to only write the part of the padding that has not been
written already.

Unfortunately it seems the tokio mocking thing does buffer small writes,
so the tests succeeds even with the bug :-/

Change-Id: I5a6cf04212d559728639427c57207094d507ec75
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11384
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Reviewed-by: Brian Olsen <me@griff.name>
Autosubmit: flokli <flokli@flokli.de>
2024-04-09 19:18:09 +00:00
..
aterm docs(nix-compat/aterm/parser): fix docstring 2023-12-21 16:43:44 +00:00
bin docs(nix-compat/drvfmt): fix reference 2023-12-21 16:39:07 +00:00
derivation refactor(nix-compat/derivation): emphasize aterm_bytes 2024-03-14 23:10:54 +00:00
nar chore(3p/sources): Bump channels & overlays 2024-01-19 21:47:32 +00:00
narinfo docs(nix-compat/narinfo): fix reference 2023-12-21 16:36:34 +00:00
nixhash fix(nix-compat/nixhash): fix SRI string parsing with superfluous suffix 2024-03-23 14:37:55 +00:00
store_path fix(nix-compat/store_path): fix Deserialize with borrow 2024-04-07 21:21:09 +00:00
wire fix(tvix/nix-compat): fix writing padding partially 2024-04-09 19:18:09 +00:00
lib.rs feat(tvix/nix-compat): introduce magic hello/response 2024-03-19 16:51:12 +00:00
nixbase32.rs refactor(nix-compat/nixbase32): address clippy 2023-12-09 12:58:39 +00:00