Re: [PATCH v1 0/4] node and inheritance improvements

2024-04-23 Thread Luca Vizzarro
On 23/04/2024 10:12, Juraj Linkeš wrote: 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 omitte

[PATCH v1 0/4] node and inheritance improvements

2024-04-23 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