Re: Proposal for a New Bash Option: failfast for Immediate Pipeline Failure

2024-06-29 Thread ama bamo
I see, thank you then. It was nice to hear from you. Regards Mateusz On Fri, Jun 28, 2024 at 7:26 PM Chet Ramey wrote: > On 6/24/24 10:21 AM, ama bamo wrote: > > > To address these issues, I propose the introduction of a new option, > > failfast, which would immediately term

Proposal for a New Bash Option: failfast for Immediate Pipeline Failure

2024-06-24 Thread ama bamo
Dear Bash Maintainers, I have encountered a challenge with the current implementation of pipelines in Bash, specifically regarding subshells and the pipefail option. As documented, each command in a pipeline is executed in its own subshell, and Bash waits for all commands in the pipeline to termin