Browse Source
Go's CompactMap.Delete checks !IsDeleted() not IsValid(), so needles with size==0 (live but anomalous) can still be deleted. The Rust code was using is_valid() which returns false for size==0, preventing deletion of such needles.rust-volume-server
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue