On Wed, May 22, 2024 at 9:53 AM Patrick Robb <pr...@iol.unh.edu> wrote: > > Reviewed-by: Patrick Robb <pr...@iol.unh.edu> > > I don't have any comments beyond Luca's suggestions, but saw the typo below. > > On Tue, May 14, 2024 at 4:15 PM <jspew...@iol.unh.edu> wrote: > > + def __exit__(self, type: BaseException, value: BaseException, > > traceback: TracebackType) -> None: > > + """Exit the context block. > > + > > + Upon exiting a context block with this class, we want to ensure > > that the instance of the > > + application is explicitly closed and properly cleaned up using > > it's close method. Note that > > it's -> its > Ahh, this typo plagues me all over the place, I always add the apostrophe without thinking. Good catch.
- [PATCH v1 0/4] Add second scatter test case jspewock
- [PATCH v1 1/4] dts: improve starting and stopping inte... jspewock
- Re: [PATCH v1 1/4] dts: improve starting and stopp... Luca Vizzarro
- Re: [PATCH v1 1/4] dts: improve starting and stopp... Patrick Robb
- [PATCH v1 2/4] dts: add context manager for interactiv... jspewock
- Re: [PATCH v1 2/4] dts: add context manager for in... Luca Vizzarro
- Re: [PATCH v1 2/4] dts: add context manager fo... Jeremy Spewock
- Re: [PATCH v1 2/4] dts: add context manager for in... Patrick Robb
- Re: [PATCH v1 2/4] dts: add context manager fo... Jeremy Spewock
- [PATCH v1 3/4] dts: add methods for modifying MTU to t... jspewock
- Re: [PATCH v1 3/4] dts: add methods for modifying ... Luca Vizzarro
- Re: [PATCH v1 3/4] dts: add methods for modify... Jeremy Spewock
- Re: [PATCH v1 3/4] dts: add methods for modifying ... Patrick Robb
- [PATCH v1 4/4] dts: add test case that utilizes offloa... jspewock
- Re: [PATCH v1 4/4] dts: add test case that utilize... Luca Vizzarro
- Re: [PATCH v1 4/4] dts: add test case that uti... Jeremy Spewock
- Re: [PATCH v1 4/4] dts: add test case that... Luca Vizzarro
- [PATCH v2 0/4] Add second scatter test case jspewock