On Tue, May 06, 2025 at 09:12:34PM -0400, Derrick Stolee wrote: > On 5/6/25 7:09 AM, Patrick Steinhardt wrote: > > Get rid of our dependency on `the_repository` in `assert_oid_type()` by > > passing in the object database as a parameter and adjusting all callers. > > Oops! This patch has the same message as patch 6 but is actually a > different change, removing the_repository from odb_mkstemp(): Good catch. Repetetive changes invite copy & paste invite errors. Patrick