Re: [PATCH v3 2/2] dts: clean up config types

2024-06-17 Thread Nicholas Pratte
Tested-by: Nicholas Pratte Reviewed-by: Nicholas Pratte

Re: [PATCH v3 2/2] dts: clean up config types

2024-05-31 Thread Juraj Linkeš
On Thu, May 30, 2024 at 5:20 PM Luca Vizzarro wrote: > > Clean up types used with the configuration classes, and use Self from > the newly added typing_extensions module. > > Methods that instantiate their own class should be @classmethod instead > of @staticmethod. > > Bugzilla ID: 1433 > > Signe

Re: [PATCH v3 2/2] dts: clean up config types

2024-05-30 Thread Jeremy Spewock
Reviewed-by: Jeremy Spewock

[PATCH v3 2/2] dts: clean up config types

2024-05-30 Thread Luca Vizzarro
Clean up types used with the configuration classes, and use Self from the newly added typing_extensions module. Methods that instantiate their own class should be @classmethod instead of @staticmethod. Bugzilla ID: 1433 Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framewo