Re: What's cooking in git.git (Jan 2025, #06; Wed, 22)
From: Junio C Hamano <hidden>
Date: 2025-01-23 01:53:33
Eric Sunshine [off-list ref] writes:
On Wed, Jan 22, 2025 at 5:49 PM Junio C Hamano [off-list ref] wrote:quoted
* ps/reftable-sign-compare (2025-01-21) 10 commits (merged to 'next' on 2025-01-22 at a5ae1ce801) + reftable: address trivial -Wsign-compare warnings + reftable/blocksource: adjust `read_block()` to return `ssize_t` + reftable/blocksource: adjust type of the block length + reftable/block: adjust type of the restart length + reftable/block: adapt header and footer size to return a `size_t` + reftable/basics: adjust `hash_size()` to return `uint32_t` + reftable/basics: adjust `common_prefix_size()` to return `size_t` + reftable/record: handle overflows when decoding varints + reftable/record: drop unused `print` function pointer + meson: stop disabling -Wsign-compare THe reftable/ library code has been made -Wsign-compare clean.s/THe/The/
Thanks.
quoted
Will merge to 'master'. source: [ref]