On Fri, Sep 27, 2024 at 8:57 PM Vincent Fazio <vfazio@xxxxxxxxxxx> wrote: > > Remove `_check_line_name` in favor of a new function, `_line_to_offset`, > that converts a line reference to an offset. > > This new function helps narrow types and simplifies the iteration logic > that is used to build objects to interface with `_ext.Request`. > > Signed-off-by: Vincent Fazio <vfazio@xxxxxxxxxxx> > --- Looks good. Bart