Re: [PATCH v2 8/8] dts: use Unpack for type checking and hinting

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

Re: [PATCH v2 8/8] dts: use Unpack for type checking and hinting

2024-05-28 Thread Nicholas Pratte
Tested-by: Nicholas Pratte Reviewed-by: Nicholas Pratte On Thu, May 9, 2024 at 7:21 AM Luca Vizzarro wrote: > > Interactive shells that inherit DPDKShell initialise their params > classes from a kwargs dict. Therefore, static type checking is > disabled. This change uses the functionality of Un

[PATCH v2 8/8] dts: use Unpack for type checking and hinting

2024-05-09 Thread Luca Vizzarro
Interactive shells that inherit DPDKShell initialise their params classes from a kwargs dict. Therefore, static type checking is disabled. This change uses the functionality of Unpack added in PEP 692 to re-enable it. The disadvantage is that this functionality has been implemented only with TypedD