[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Fixed incomplete and incorrect treatment of comments and tra
From: |
Shawn Wagner |
Subject: |
Re: [PATCH] Fixed incomplete and incorrect treatment of comments and trailing whitespace |
Date: |
Wed, 18 May 2022 01:13:12 -0700 |
Could you split off the trailing whitespace handling into its own patch? Thanks.
On Sun, May 15, 2022 at 6:07 PM Dima Kogan
<datamash@dima.secretsauce.net> wrote:
>
> Addresses two related issues:
>
> - Comments that didn't block out a whole line weren't being properly ignored
> by
> -C. Lines such as 'bar 5#xxx' didn't ignore the '#xxx' as they were supposed
> to
>
> - With -W, trailing whitespace was treated as its own field
>
> This patch adds tests for the problematic behaviors, and fixes them
>
Re: [PATCH] Fixed incomplete and incorrect treatment of comments and trailing whitespace,
Shawn Wagner <=
- Re: [PATCH] Fixed incomplete and incorrect treatment of comments and trailing whitespace, Dima Kogan, 2022/05/19
- Re: [PATCH] Fixed incomplete and incorrect treatment of comments and trailing whitespace, Erik Auerswald, 2022/05/20
- Re: [PATCH] Fixed incomplete and incorrect treatment of comments and trailing whitespace, Dima Kogan, 2022/05/20
- Re: [PATCH] Fixed incomplete and incorrect treatment of comments and trailing whitespace, Erik Auerswald, 2022/05/20
- Re: [PATCH] Fixed incomplete and incorrect treatment of comments and trailing whitespace, Erik Auerswald, 2022/05/20
- Re: [PATCH] Fixed incomplete and incorrect treatment of comments and trailing whitespace, Erik Auerswald, 2022/05/21
- Re: [PATCH] Fixed incomplete and incorrect treatment of comments and trailing whitespace, Tim Rice, 2022/05/27
- Re: [PATCH] Fixed incomplete and incorrect treatment of comments and trailing whitespace, Dima Kogan, 2022/05/28
- Re: [PATCH] Fixed incomplete and incorrect treatment of comments and trailing whitespace, Tim Rice, 2022/05/28
Re: [PATCH] Fixed incomplete and incorrect treatment of comments and trailing whitespace, Tim Rice, 2022/05/27