From ea0bbbca2cba4b95295e780b7185267058eea838 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Wed, 16 Oct 2024 22:57:44 +0200 Subject: [PATCH 1/2] [check] Add text.tex and exec.tex, remove locales.tex, reorder --- tools/check-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check-source.sh b/tools/check-source.sh index 74ca99b93d..336a38f1bc 100755 --- a/tools/check-source.sh +++ b/tools/check-source.sh @@ -6,7 +6,7 @@ failed=0 # Ignore files where rules may be violated within macro definitions. texfiles=$(ls *.tex | grep -v macros.tex | grep -v layout.tex | grep -v tables.tex) -texlibdesc="support.tex concepts.tex diagnostics.tex memory.tex meta.tex utilities.tex strings.tex containers.tex iterators.tex ranges.tex algorithms.tex numerics.tex time.tex locales.tex iostreams.tex threads.tex" +texlibdesc="support.tex concepts.tex diagnostics.tex memory.tex meta.tex utilities.tex containers.tex iterators.tex ranges.tex algorithms.tex strings.tex text.tex numerics.tex time.tex iostreams.tex threads.tex exec.tex" texlib="lib-intro.tex $texlibdesc" # Filter that reformats the error message as a "workflow command", From c6346a8d486821469d80662a01ef622004929bcf Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Wed, 16 Oct 2024 22:58:07 +0200 Subject: [PATCH 2/2] [exec.domain.default] Add missing \pnum --- source/exec.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/source/exec.tex b/source/exec.tex index 8608dd9624..6d5203e207 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -2181,6 +2181,7 @@ \returns \tcode{e}. +\pnum \remarks The exception specification is equivalent to \tcode{noexcept(e)}. \end{itemdescr}