tvl-depot/tvix/nix-compat/src
edef 06f94a21bd fix(tvix/nix-compat/wire): RangeInclusive<usize> for memory size bounds
u64 is an inappropriate type for something memory-sized, and most
callers end up with off-by-ones when using `..` rather than `..=`,
including the tests for the module itself.

Change-Id: If3b7bea27eb0a6c01e0a5d7e64966acbbb664268
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11550
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
2024-04-30 09:55:51 +00:00
..
aterm chore(nix-compat/aterm): migrate from test_case to rstest 2024-04-19 19:22:10 +00:00
bin docs(nix-compat/drvfmt): fix reference 2023-12-21 16:39:07 +00:00
derivation chore(nix-compat/drv): migrate from test_{case,resources} to rstest 2024-04-19 19:22:10 +00:00
nar refactor(nix-compat/nar/reader): always enable poisoning *API* 2024-04-29 13:32:46 +00:00
narinfo chore(nix-compat/narinfo): migrate from test_case to rstest 2024-04-19 19:22:10 +00:00
nix_daemon fix(tvix/nix-compat/wire): RangeInclusive<usize> for memory size bounds 2024-04-30 09:55:51 +00:00
nixhash chore(nix-compat/nixhash): migrate from test_case to rstest 2024-04-19 19:22:10 +00:00
store_path chore(tvix/nix-compat/store_path): migrate from test_case to rstest 2024-04-19 19:22:10 +00:00
wire fix(tvix/nix-compat/wire): RangeInclusive<usize> for memory size bounds 2024-04-30 09:55:51 +00:00
lib.rs feat(tvix/nix-compat/nix_daemon/version): add ProtocolVersion 2024-04-18 12:22:08 +00:00
nixbase32.rs chore(nix-compat/nixbase32): migrate from test_case to rstest 2024-04-19 19:22:10 +00:00
path_info.rs feat(tvix/nix-compat/path_info): derive Hash for ExportedPathInfo 2024-04-13 21:41:47 +00:00