[latex3-commits] [git/LaTeX3-latex3-latex3] main: Undo msg redirect with log-declarations=true (ac2aea1ca)

PhelypeOleinik phelype.oleinik at latex-project.org
Mon Jun 6 22:26:15 CEST 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/ac2aea1ca98d064041a3747f44d9bb11a45f8419

>---------------------------------------------------------------

commit ac2aea1ca98d064041a3747f44d9bb11a45f8419
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Mon Jun 6 17:26:15 2022 -0300

    Undo msg redirect with log-declarations=true
    
    Fixes #1095


>---------------------------------------------------------------

ac2aea1ca98d064041a3747f44d9bb11a45f8419
 l3packages/CHANGELOG.md      | 1 +
 l3packages/xparse/xparse.dtx | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/l3packages/CHANGELOG.md b/l3packages/CHANGELOG.md
index 7480b4097..c8c3d8a5e 100644
--- a/l3packages/CHANGELOG.md
+++ b/l3packages/CHANGELOG.md
@@ -9,6 +9,7 @@ this project uses date-based 'snapshot' version identifiers.
 
 ### Fixed
 - Space stripping from `xtemplate` key types
+- Fix `log-declarations=true` (gh/1095)
 
 ## [2022-05-30]
 
diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index d1a8872fd..7a34ee674 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -1086,7 +1086,8 @@
         log-declarations .initial:n  = false
       }
     \keys_set:nV {#1} \l_@@_options_clist
-    \bool_if:NF \l_@@_log_bool
+    \bool_if:NTF \l_@@_log_bool
+      { \msg_redirect_module:nnn {#1} { info } { } }
       { \msg_redirect_module:nnn {#1} { info } { none } }
     \cs_new_protected:Npn \@@_unknown_argument_type_error:n ##1
       {





More information about the latex3-commits mailing list.