[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Add a TODO for reset_parser_counters
From: |
Patrice Dumas |
Subject: |
branch master updated: Add a TODO for reset_parser_counters |
Date: |
Sat, 02 Mar 2024 18:50:58 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new d3a055bb0f Add a TODO for reset_parser_counters
d3a055bb0f is described below
commit d3a055bb0ff5dfa8853318cc40fc65301c8b49fb
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Mar 3 00:50:38 2024 +0100
Add a TODO for reset_parser_counters
---
tp/TODO | 4 ----
tp/Texinfo/XS/parsetexi/parser.c | 2 ++
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/tp/TODO b/tp/TODO
index 4d09ac5c51..0946822000 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -11,10 +11,6 @@ Before next release
===================
-Add a TODO FIXME near reset_parser_counters in parsetexi/parser.c to
-remember that there should be debug messages for counters that were
-reset but should not have to be and there is a likely bug..
-
Bugs
====
diff --git a/tp/Texinfo/XS/parsetexi/parser.c b/tp/Texinfo/XS/parsetexi/parser.c
index 731cfc56a4..a84aafe584 100644
--- a/tp/Texinfo/XS/parsetexi/parser.c
+++ b/tp/Texinfo/XS/parsetexi/parser.c
@@ -302,6 +302,8 @@ COUNTER count_remaining_args;
COUNTER count_items;
COUNTER count_cells;
+/* TODO there should be debug messages for those counters to check if
+ them being set at the end of parsing is because of bugs or not */
void
reset_parser_counters (void)
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Add a TODO for reset_parser_counters,
Patrice Dumas <=