about summary refs log tree commit diff
path: root/substitute.mk
diff options
context:
space:
mode:
authorBen Webb <benjaminedwardwebb@gmail.com>2024-08-20T22·19-0500
committerbenjaminedwardwebb <benjaminedwardwebb@gmail.com>2024-08-21T22·05+0000
commit565c0fd24c616adce50e940fc33b7bf9137a21cc (patch)
tree7e235c18d78d17b671b1215368b55a70fc0b018d /substitute.mk
parente03ea11badbf40971d6bf87eede33fe3b046c98b (diff)
fix(tvix/castore): u32 -> u64 in DirectoryError::SizeOverflow message HEAD r/8548 canon
Fix a discrepancy in the error message for DirectoryError::SizeOverflow.

The message indicates that the SizeOverflow error occurs when total size
exceeds u32::MAX, but that's not true. All size fields within the
castore's internal Directory ADT are u64, and the SizeOverflow error is
only returned after a call to the checked_add implementation on u64.

See tvix/castore/nodes/directory.rs +111
and tvix/castore/nodes/directory.rs +88
as of this commit.

Change-Id: I74d161ea8927362e1cb601ba163489aa96fb91b1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12259
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'substitute.mk')
0 files changed, 0 insertions, 0 deletions