On Sat, 15 Jul 2023, 10:18 Dennis Williamson,
wrote:
> Would a declared spaces-per-level indent amount be useful? Something like
> <<4# that would be the script writer's responsibility to conform to since
> they set it. This might be in addition to the already proposed <<#.
>
I briefly pondered
On Fri, Jul 14, 2023, 3:44 AM Grisha Levit wrote:
> On Fri, Jul 14, 2023 at 3:44 AM Martin D Kealey
> wrote:
> >
> > On the whole I think this is great, and thankyou for working up the
> patch, but I would like to offer some comments and suggestions:
>
> Thanks for looking at it, feedback very m
On 7/13/23 7:47 PM, Grisha Levit wrote:
This patch implements the ksh93-style <<# redirection operator to
enable indentatable heredocs. This (or similar) functionality has
been requested a few times, most recently discussed at
https://lists.gnu.org/archive/html/bug-bash/2021-09/msg0.html
T
On Fri, Jul 14, 2023 at 3:44 AM Martin D Kealey wrote:
>
> On the whole I think this is great, and thankyou for working up the patch,
> but I would like to offer some comments and suggestions:
Thanks for looking at it, feedback very much appreciated.
> One option that some other languages use i
On Fri, 14 Jul 2023 at 09:47, Grisha Levit wrote:
> This patch implements the ksh93-style <<# redirection operator to enable
> indentatable heredocs.
On the whole I think this is great, and thankyou for working up the patch,
but I would like to offer some comments and suggestions:
Firstly, it'
This patch implements the ksh93-style <<# redirection operator to
enable indentatable heredocs. This (or similar) functionality has
been requested a few times, most recently discussed at
https://lists.gnu.org/archive/html/bug-bash/2021-09/msg0.html
The behavior for heredocs started with the <