Re: [PATCH v2 0/5] node and inheritance improvements

2024-06-19 Thread Thomas Monjalon
> Juraj Linkeš (5): > dts: add tg node test run setup and teardown > dts: unify class inheritance from object > dts: unify super calls > dts: refine pre-test setup and teardown steps > dts: clean up close in remote session Applied, thanks.

[PATCH v2 0/5] node and inheritance improvements

2024-06-19 Thread Juraj Linkeš
There are two areas that are unified: The super() calls, where the arguments were removed as they're not needed in single inheritance. The classes derived from object don't need to explicitly state that. The tg node execution setup and teardown was omitted and is fixed in this series. And probabl