Re: [PATCH v1 1/2] dts: Improve output gathering in interactive shells

2024-04-10 Thread Juraj Linkeš
On Mon, Apr 8, 2024 at 6:20 PM Jeremy Spewock wrote: > > On Wed, Apr 3, 2024 at 5:00 AM Juraj Linkeš > wrote: > > > > On Tue, Mar 12, 2024 at 6:26 PM wrote: > > > > > > From: Jeremy Spewock > > > > > > The current implementation of consuming output from interactive shells > > > relies on being

Re: [PATCH v1 1/2] dts: Improve output gathering in interactive shells

2024-04-08 Thread Jeremy Spewock
On Wed, Apr 3, 2024 at 5:00 AM Juraj Linkeš wrote: > > On Tue, Mar 12, 2024 at 6:26 PM wrote: > > > > From: Jeremy Spewock > > > > The current implementation of consuming output from interactive shells > > relies on being able to find an expected prompt somewhere within the > > output buffer aft

Re: [PATCH v1 1/2] dts: Improve output gathering in interactive shells

2024-04-03 Thread Juraj Linkeš
On Tue, Mar 12, 2024 at 6:26 PM wrote: > > From: Jeremy Spewock > > The current implementation of consuming output from interactive shells > relies on being able to find an expected prompt somewhere within the > output buffer after sending the command. This is useful in situations > where the pro