[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (15adafdeaa -> 986b5d7013)
From: |
Patrice Dumas |
Subject: |
master updated (15adafdeaa -> 986b5d7013) |
Date: |
Tue, 29 Oct 2024 06:58:21 -0400 (EDT) |
pertusus pushed a change to branch master.
from 15adafdeaa TODO: add an entry on using SHELL more
new 3fd94d022a * tp/Texinfo/Convert/Converter.pm (get_conf, set_conf,
force_conf), tp/Texinfo/XS/convert/ConvertXS.xs (get_conf, set_conf,
force_conf): do not abort if an unknown variable is accessed or set. In Perl,
call cluck if TEST is set.
new 986b5d7013 * tp/t/test_utils.pl: do not set TEST for converter tests
if already already set, such that TEST may be set to 0.
Summary of changes:
ChangeLog | 19 +++++
tp/Makefile.am | 1 +
tp/Makefile.tres | 1 +
tp/Texinfo/Convert/Converter.pm | 49 +++++++----
tp/Texinfo/XS/convert/ConvertXS.xs | 58 +++++++++----
tp/t/init/unknown_custom_variable.pm | 16 ++++
tp/t/init_files_tests.t | 11 +++
.../unknown_custom_variable.pl} | 96 ++++++++++++----------
tp/t/test_utils.pl | 4 +-
9 files changed, 180 insertions(+), 75 deletions(-)
create mode 100644 tp/t/init/unknown_custom_variable.pm
copy tp/t/results/{menu/format_menu_undef.pl =>
init_files_tests/unknown_custom_variable.pl} (66%)
- master updated (15adafdeaa -> 986b5d7013),
Patrice Dumas <=