You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and spec values in \g__tblr_spec_<level>_<spec>_<key>_tl
As spec keys come from both prop keys (always str) and running code (using current catcode), duplicate keys may not be removable (when tracing), unless we convert all keys to str:
Currently a spec list stores
\g__tblr_<spec>_<level>_clist
\g__tblr_spec_<level>_<spec>_<key>_tl
As spec keys come from both prop keys (always str) and running code (using current catcode), duplicate keys may not be removable (when tracing), unless we convert all keys to str:
or just
if
#2
is ensured unexpandable.Linked property list variables (which needs l3kernel 2024-02-13, better 2024-02-18)
if_in
,item
,put/get
,pop/remove
operations.The text was updated successfully, but these errors were encountered: