Re: [PATCH v2 7/8] dts: rework interactive shells

2024-05-29 Thread Luca Vizzarro
On 28/05/2024 22:07, Jeremy Spewock wrote: +if start_on_init: +self.start_application() What's the reason for including start_on_init? Is there a time when someone would create an application but not want to start it when they create it? It seems like it is always true curre

Re: [PATCH v2 7/8] dts: rework interactive shells

2024-05-28 Thread Jeremy Spewock
On Thu, May 9, 2024 at 7:21 AM Luca Vizzarro wrote: > > The way nodes and interactive shells interact makes it difficult to > develop for static type checking and hinting. The current system relies > on a top-down approach, attempting to give a generic interface to the > test developer, hiding the

Re: [PATCH v2 7/8] dts: rework interactive shells

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: > > The way nodes and interactive shells interact makes it difficult to > develop for static type checking and hinting. The current system relies > on a top-down approach, attempting to g