emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67516: closed ([PATCH] aclocal: handle both # and dnl for serial num


From: GNU bug Tracking System
Subject: bug#67516: closed ([PATCH] aclocal: handle both # and dnl for serial number lines)
Date: Tue, 28 Nov 2023 21:14:02 +0000

Your message dated Tue, 28 Nov 2023 14:13:40 -0700
with message-id <202311282113.3ASLDe8S010996@freefriends.org>
and subject line Re: bug#67516: Acknowledgement ([PATCH] aclocal: handle both # 
and dnl for serial number lines)
has caused the debbugs.gnu.org bug report #67516,
regarding [PATCH] aclocal: handle both # and dnl for serial number lines
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67516: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67516
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Re: [PATCH] aclocal: handle both # and dnl for serial number lines Date: Tue, 28 Nov 2023 14:06:47 -0700
Hi Ross - you sent a change to automake-patches back in February 2017.
Sorry for the absurdly delayed reply.

    https://lists.gnu.org/archive/html/automake-patches/2017-02/msg00001.html

    Instead of only accepting comment lines that start with # for serial
    lines, also accept dnl.
    ...
    -my $serial_line_rx = '^#\s*serial\s+(\S*)';
    +my $serial_line_rx = '^(?:#|dnl)\s*serial\s+(\S*)';

While there's no technical problem with the patch, I'm not sure
supporting dnl is desirable. It seems better for the serial line to
always end up in whatever file is generated, for the sake of debugging
and documentation, instead of being eliminated at m4-time. If there was
a specific case where it was better to eliminate it, please describe ...

Also, because it's been so many years and I don't think it's ever come
up as a request, clearly things go on in any case :).

(Thanks to Bogdan for unearthing this from the archives.) --best, karl.



--- End Message ---
--- Begin Message --- Subject: Re: bug#67516: Acknowledgement ([PATCH] aclocal: handle both # and dnl for serial number lines) Date: Tue, 28 Nov 2023 14:13:40 -0700

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]