texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/texi2any.supp: Use "..." in suppressions fil


From: Gavin D. Smith
Subject: branch master updated: * tp/texi2any.supp: Use "..." in suppressions file to allow for varying numbers of times tdestroy_recurse appears in the stack trace.
Date: Fri, 17 Nov 2023 13:12:00 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 023c8801e7 * tp/texi2any.supp: Use "..." in suppressions file to allow 
for varying numbers of times tdestroy_recurse appears in the stack trace.
023c8801e7 is described below

commit 023c8801e76ba64874463c5b825c467e444b4a12
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Nov 17 18:11:51 2023 +0000

    * tp/texi2any.supp: Use "..." in suppressions file to allow
    for varying numbers of times tdestroy_recurse appears in the stack
    trace.
---
 ChangeLog      | 6 ++++++
 tp/texi2any.pl | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 4853c50d89..c5b69bd193 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-11-17  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * tp/texi2any.supp: Use "..." in suppressions file to allow
+       for varying numbers of times tdestroy_recurse appears in the stack
+       trace.
+
 2023-11-17  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/main/command_stack.c (top_integer_stack): use correct
diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index 6309fd2edc..0781033eb7 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -25,6 +25,8 @@ require 5.00405;
 
 use strict;
 
+use Perl::Destruct::Level level=>1;
+
 # Through rules in Makefile.am, directory paths set through configure are
 # substituted directly in strings in the code, for example
 #   my $datadir = '@datadir@';



reply via email to

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