[latex3-commits] [latex3/latex3] main: Stop generating unused `x`-type variants (75d3375e1)

github at latex-project.org github at latex-project.org
Sun Nov 26 21:54:59 CET 2023


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

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

commit 75d3375e1e755ddb189c4835312029cf58730933
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Sun Nov 26 08:41:43 2023 +0800

    Stop generating unused `x`-type variants


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

75d3375e1e755ddb189c4835312029cf58730933
 l3kernel/l3doc.dtx | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/l3kernel/l3doc.dtx b/l3kernel/l3doc.dtx
index 43360a784..993f06aa2 100644
--- a/l3kernel/l3doc.dtx
+++ b/l3kernel/l3doc.dtx
@@ -966,9 +966,6 @@ and all files in that bundle must be distributed together.
 %     \tl_if_in:NoTF,
 %     \tl_if_in:NoT,
 %     \tl_if_in:NoF,
-%     \tl_remove_all:Ne,
-%     \tl_replace_all:Nen,
-%     \tl_replace_all:Nne,
 %     \tl_replace_all:Non,
 %     \tl_replace_all:Nno,
 %     \tl_replace_once:Noo,
@@ -987,8 +984,7 @@ and all files in that bundle must be distributed together.
 \prg_generate_conditional_variant:Nnn \tl_if_head_eq_meaning:nN  { V } { F }
 \prg_generate_conditional_variant:Nnn \tl_if_in:nn { no , oo } { TF }
 \prg_generate_conditional_variant:Nnn \tl_if_in:Nn { No } { T , F , TF }
-\cs_generate_variant:Nn \tl_remove_all:Nn   { Nx }
-\cs_generate_variant:Nn \tl_replace_all:Nnn { Nx , Nnx, No , Nno }
+\cs_generate_variant:Nn \tl_replace_all:Nnn { No , Nno }
 \cs_generate_variant:Nn \tl_replace_once:Nnn { Noo }
 \cs_generate_variant:Nn \tl_set_rescan:Nnn { NnV }
 \cs_generate_variant:Nn \tl_to_str:n { f , o }
@@ -3087,7 +3083,6 @@ and all files in that bundle must be distributed together.
           { \@@_get_function_name:n {#1} } #2
       }
   }
-\cs_generate_variant:Nn \@@_macro_typeset_block:nN { x }
 \cs_new_protected:Npn \@@_macro_typeset_variant_list:nN #1#2
   {
     \seq_map_inline:Nn \g_@@_variants_seq





More information about the latex3-commits mailing list.