[fpc-devel] Changes to TProcess

2024-01-03 Thread Michael Van Canneyt via fpc-devel
Hello, I merged a significant evolution of the TProcess component to FPC trunk. Until recently, there were 2 options for TProcess when starting a new process: - use the parent process standard input/output/error - use pipes to make the standard input/output/error available as streams in the

Re: [fpc-devel] Changes to TProcess

2024-01-03 Thread Wayne Sherman via fpc-devel
On Wed, Jan 3, 2024 at 5:29 AM Michael Van Canneyt wrote: > I merged a significant evolution of the TProcess component to FPC trunk... > There is now a testsuite for the TProcess command, so everything was tested. A much more flexible TProcess plus tests. Your work is appreciated. Thanks. :-) ___

Re: [fpc-devel] Changes to TProcess

2024-01-04 Thread Michalis Kamburelis via fpc-devel
Michael Van Canneyt wrote: > Needless to say, the component remains backwards compatible. > > There is now a testsuite for the TProcess command, so everything was tested. > but nothing beats testing in the wild, so I would appreciate it if people > could test it and provide feedback. Great additio

Re: [fpc-devel] Changes to TProcess

2024-01-05 Thread Michael Van Canneyt via fpc-devel
On Thu, 4 Jan 2024, Michalis Kamburelis via fpc-devel wrote: Michael Van Canneyt wrote: Needless to say, the component remains backwards compatible. There is now a testsuite for the TProcess command, so everything was tested. but nothing beats testing in the wild, so I would appreciate it i