[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74786: [PATCH] Add custom args to test compile step
From: |
O'Brien, Will |
Subject: |
bug#74786: [PATCH] Add custom args to test compile step |
Date: |
Thu, 19 Dec 2024 16:20:18 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
On Tue, Dec 17 2024 at 08:34, "O'Brien, Will" <will.08rien@gmail.com> wrote:
> On Sun, Dec 15 2024 at 02:17, Randy Taylor <dev@rjt.dev> wrote:
>
>> On Wednesday, December 11th, 2024 at 11:31, O'Brien, Will
>> <will.08rien@gmail.com> wrote:
[...]
>> + (compile (format "go test %s -v %s -run '%s'"
>> + (string-join go-ts-mode-test-args)
>> With the above in mind, we may want to move the %s to the absolute
>> end so that -args could be used without catastrophe.
>
> Got it. Right I'll work on this and test out a few options with
> combinations flags.
>
>> This will also need a commit message and a NEWS entry.
>> See the CONTRIBUTE file for details.
>
> Ok, will send new patch with code changes and NEW entry along with
> a commit message.
I believe the attached patch should cover your suggestion, Randy,
as well as incorporating Robert's and J.P.'s suggestions.
I have tried to update NEWS and used a commit message within the
patch which I believe conforms to the requirements laid out in
CONTRIBUTE.
Look forward to hearing your feedback, thank you all for showing
such patience.
0001-Enable-extra-flags-in-go-ts-mode-test-commands.patch
Description: Text Data
- bug#74786: [PATCH] Add custom args to test compile step, O'Brien, Will, 2024/12/11
- bug#74786: [PATCH] Add custom args to test compile step, Eli Zaretskii, 2024/12/11
- bug#74786: [PATCH] Add custom args to test compile step, Robert Pluim, 2024/12/11
- bug#74786: [PATCH] Add custom args to test compile step, O'Brien, Will, 2024/12/11
- bug#74786: [PATCH] Add custom args to test compile step, Randy Taylor, 2024/12/14
- bug#74786: [PATCH] Add custom args to test compile step, O'Brien, Will, 2024/12/17
- bug#74786: [PATCH] Add custom args to test compile step,
O'Brien, Will <=
- bug#74786: [PATCH] Add custom args to test compile step, O'Brien, Will, 2024/12/20
- bug#74786: [PATCH] Add custom args to test compile step, J.P., 2024/12/16
- bug#74786: [PATCH] Add custom args to test compile step, O'Brien, Will, 2024/12/17
bug#74786: [PATCH] Add custom args to test compile step, O'Brien, Will, 2024/12/11