[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#38460: [PATCH 1/1] lint: Add '--load-path' option.
From: |
Ludovic Courtès |
Subject: |
bug#38460: [PATCH 1/1] lint: Add '--load-path' option. |
Date: |
Sun, 08 Dec 2019 15:17:44 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi,
zimoun <address@hidden> skribis:
> On Sat, 7 Dec 2019 at 23:51, Ludovic Courtès <address@hidden> wrote:
>
>> Well, technically speaking it’s not copy/pasted since the code you sent
>> uses ‘find’ to grab the option; plus, we’re talking about very few
>> lines, which is typically hard to factorize.
>
> I agree. Even if I do not have a better solution to propose, I just
> feel the current one is not optimal.
>
> Does the same gettext entries G_ are duplicated? Do translators
> translate 2 times (or more) the same string?
No, they’re deduplicated.
>> So I sympathize with the bad feeling of repetition, but I’m not quite
>> sure how this can be avoided in this case.
>>
>> WDYT?
>
> Thank you for the explanations. I am not sure neither and need to fail
> by myself to be convinced. ;-)
> And currently, any hypothetical break should be reported by the test
> suite. Hope so.
I think so.
I’ve applied it now, thank you!
Ludo’.