David Frank
David Frank
> Alright! We're ready for review. The `interactivetesting` branch was merged here, as requested in the other branch. Could you please still address the remaining comments in that PR so...
> Not sure what that means. That was just a recommendation to call the argument `disable_setup_checks` (as in `disable` is more commonly used than `defeat`).
Depends on having Ubuntu 24.04 in the build container, so the newly added test is currently failing.
I'm concerned that it'd make the API quite convoluted: `iter()` would need `iter_entries()` or `entry_iter()` `range()` would need `entry_range()` `iter_upper_bound()` would need `entry_iter_upper_bound()` Every time we add a new function...