texlive[73984] Master/texmf-dist: starray (14feb25)
commits+karl at tug.org
commits+karl at tug.org
Fri Feb 14 23:33:03 CET 2025
Revision: 73984
https://tug.org/svn/texlive?view=revision&revision=73984
Author: karl
Date: 2025-02-14 23:33:03 +0100 (Fri, 14 Feb 2025)
Log Message:
-----------
starray (14feb25)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/starray/README.md
trunk/Master/texmf-dist/doc/latex/starray/starray.pdf
trunk/Master/texmf-dist/doc/latex/starray/starray.tex
trunk/Master/texmf-dist/tex/latex/starray/starray.sty
Modified: trunk/Master/texmf-dist/doc/latex/starray/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/starray/README.md 2025-02-14 22:32:53 UTC (rev 73983)
+++ trunk/Master/texmf-dist/doc/latex/starray/README.md 2025-02-14 22:33:03 UTC (rev 73984)
@@ -72,7 +72,10 @@
-------------
## Changelog
-* Version 1.9 (this)
+* Version 1.9b (this)
+ - fixing issue #7 (related to https://github.com/latex3/latex3/issues/1189) and removing the (unneeded) ```predicate``` in variant generation of ``` \starray_(g)set_prop:nnn```.
+
+* Version 1.9
- Removing some internal structures (_base_prop, _def_prop) deprecated by the last three updates.
* Version 1.8
Modified: trunk/Master/texmf-dist/doc/latex/starray/starray.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/starray/starray.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/starray/starray.tex 2025-02-14 22:32:53 UTC (rev 73983)
+++ trunk/Master/texmf-dist/doc/latex/starray/starray.tex 2025-02-14 22:33:03 UTC (rev 73984)
@@ -15,7 +15,7 @@
%%
%% The Current Maintainer of this work is Alceu Frigeri
%%
-%% This is version {1.9} {2024/03/28}
+%% This is version {1.9b} {2025/02/14}
%%
%% The list of files that compose this work can be found in the README.md file at
%% https://ctan.org/pkg/starray
Modified: trunk/Master/texmf-dist/tex/latex/starray/starray.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/starray/starray.sty 2025-02-14 22:32:53 UTC (rev 73983)
+++ trunk/Master/texmf-dist/tex/latex/starray/starray.sty 2025-02-14 22:33:03 UTC (rev 73984)
@@ -12,7 +12,7 @@
%%
%% The Current Maintainer of this work is Alceu Frigeri
%%
-%% This is version {1.9} {2024/03/28}
+%% This is version {1.9b} {2025/02/14}
%%
%% The list of files that compose this work can be found in the README.md file at
%% https://ctan.org/pkg/starray
@@ -23,8 +23,8 @@
\ProvidesExplPackage
{starray}
- {2024/03/28}
- {1.9}
+ {2025/02/14}
+ {1.9b}
{A structured array/hash of properties}
@@ -38,8 +38,8 @@
{
name .code:n = {starray} ,
prefix .code:n = {starray} ,
- date .code:n = {2024/03/28},
- version .code:n = {1.9} ,
+ date .code:n = {2025/02/14},
+ version .code:n = {1.9b} ,
description .code:n = {A~structured~array/hash~of~properties}
}
\cs_if_exist:NF \PkgInfo
@@ -1653,7 +1653,7 @@
}
}
-\prg_generate_conditional_variant:Nnn \starray_set_prop:nnn { nnV } { p , T, F , TF }
+\prg_generate_conditional_variant:Nnn \starray_set_prop:nnn { nnV } {T, F , TF } %%%
\prg_new_protected_conditional:Npnn \starray_gset_prop:nnn #1#2#3 {T, F, TF}
@@ -1670,7 +1670,7 @@
}
}
-\prg_generate_conditional_variant:Nnn \starray_gset_prop:nnn { nnV } { p , T, F , TF }
+\prg_generate_conditional_variant:Nnn \starray_gset_prop:nnn { nnV } {T, F , TF }
%%%%%%%%%%%%%%%
More information about the tex-live-commits
mailing list.