Re: [PATCH v2 5/7] dts: make shells path dynamic

2025-04-25 Thread Nicholas Pratte
Reviewed-by: Nicholas Pratte On Fri, Mar 14, 2025 at 9:19 AM Luca Vizzarro wrote: > > Turn the `path` attribute of InteractiveShell into a method property. > This allows path to both be defined statically by the class > implementation and also to be defined dynamically as part of the class > con

Re: [PATCH v2 5/7] dts: make shells path dynamic

2025-04-24 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH v2 5/7] dts: make shells path dynamic

2025-04-24 Thread Dean Marx
Reviewed-by: Dean Marx

[PATCH v2 5/7] dts: make shells path dynamic

2025-03-15 Thread Luca Vizzarro
Turn the `path` attribute of InteractiveShell into a method property. This allows path to both be defined statically by the class implementation and also to be defined dynamically as part of the class construction. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/remo