[bug#72536] [PATCH] tap: new `--merge-prefix' option to prefix stderr before merging

2024-08-09 Thread Richard Hansen
On 2024-08-09 22:47:32-04:00, Jacob Bachmeyer wrote: I would suggest `--label-stderr' or `--stderr-message-prefix' as better option names to open a discussion.  The main problem I see with `--merge-prefix' is that it is using "merge" in a sense that can only be understood with the detailed cont

[bug#72225] [PATCH] _AM_PROG_CC_C_O: clean up after .dSYM directories properly

2024-08-09 Thread Eric Gallager via Patches for Automake
On Sun, Jul 21, 2024 at 10:16 AM Zack Weinberg wrote: > > On Sun, Jul 21, 2024, at 5:20 AM, Eric Gallager via Patches for Automake > wrote: > > On darwin, the compiler will generate .dSYM directories (for debug > > info) alongside executables when invoked, leading to messages like the > > followi

[bug#72536] [PATCH] tap: new `--merge-prefix' option to prefix stderr before merging

2024-08-09 Thread Jacob Bachmeyer
Richard Hansen wrote: Attached are a couple of patches to improve the TAP driver. I don't know if `--merge-prefix' is the best name for the new option; suggestions for alternatives would be appreciated. I would suggest `--label-stderr' or `--stderr-message-prefix' as better option names to o

[bug#72536] [PATCH] tap: new `--merge-prefix' option to prefix stderr before merging

2024-08-09 Thread Karl Berry
Hi Richard - thanks much for the patch. It looks quite reasonable. I'll check and install it as soon as I have a chance. I think we also need to ask you to sign a copyright disclaimer for this, since it's not exactly trivial. I'll write you separately about that. Thanks again, Karl

[bug#72536] [PATCH] tap: new `--merge-prefix' option to prefix stderr before merging

2024-08-09 Thread Richard Hansen
Attached are a couple of patches to improve the TAP driver. I don't know if `--merge-prefix' is the best name for the new option; suggestions for alternatives would be appreciated. Thanks, Richard [PATCH 1/2] tap: new `--merge-prefix' option to prefix stderr before merging * lib/tap-driver.