On Sun, Feb 23, 2020 at 11:27:37PM -0500, Jeff King wrote: > Since we are changing the interface in a subtle way that the compiler > wouldn't catch, let's also change the name to catch any topics in > flight. We can drop the 'o' and make it nth_packed_object_id(). That's > slightly shorter, but also less redundant since the 'o' stands for > "object" already. Note that this does catch one topic that's in next: jk/object-filter-with-bitmap. Since the newly added call there doesn't check the return value, it just needs s/oid/id/ in the function name. -Peff