[latex3-commits] [latex3/latex3] main: Add missing variants \prop_(g)put_if_new:cnn (f2a6ada99)

github at latex-project.org github at latex-project.org
Sun Mar 31 15:13:24 CEST 2024


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

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

commit f2a6ada9921cf1b81ce9c70ad2772407baf51d1d
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Sat Mar 30 05:49:54 2024 +0800

    Add missing variants \prop_(g)put_if_new:cnn
    
    They were added in fa91e84a (Add. missing variants (see #1428), 2024-01-29), then
    got lost in dd4bd187 (Document, implement, and test doubly-linked implementation
    of prop, 2024-01-15).
    
    The latter commit was commited on 2024-01-15 and merged on 2024-02-13.


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

f2a6ada9921cf1b81ce9c70ad2772407baf51d1d
 l3kernel/l3prop.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3prop.dtx b/l3kernel/l3prop.dtx
index 878b9eb75..b34c9cf7f 100644
--- a/l3kernel/l3prop.dtx
+++ b/l3kernel/l3prop.dtx
@@ -2006,9 +2006,9 @@
 \cs_generate_variant:Nn \prop_gput:Nnn
   { cno , co , coo , cnx , cVx , cxV , cxx }
 \cs_generate_variant:Nn \prop_put_if_new:Nnn
-  { NnV , NV , cnV , cV }
+  { NnV , NV , c , cnV , cV }
 \cs_generate_variant:Nn \prop_gput_if_new:Nnn
-  { NnV , NV , cnV , cV }
+  { NnV , NV , c , cnV , cV }
 %    \end{macrocode}
 %   Since the true branch of \cs{@@_split:NnTFn} is used as the
 %   replacement text of an internal macro, and since the \meta{key} and





More information about the latex3-commits mailing list.