[latex3-commits] [latex3/latex3] main: Generate stub l3bitset for transitional support (53ac65c77)
github at latex-project.org
github at latex-project.org
Mon Dec 11 07:58:49 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/53ac65c77c774740c4964b64da760f9a19c2a681
>---------------------------------------------------------------
commit 53ac65c77c774740c4964b64da760f9a19c2a681
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Dec 11 06:58:49 2023 +0000
Generate stub l3bitset for transitional support
>---------------------------------------------------------------
53ac65c77c774740c4964b64da760f9a19c2a681
l3kernel/CHANGELOG.md | 1 +
l3kernel/l3.ins | 2 ++
l3kernel/l3bitset.dtx | 15 +++++++++++++++
3 files changed, 18 insertions(+)
diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 5d96a5b7d..2b2626a82 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -9,6 +9,7 @@ this project uses date-based 'snapshot' version identifiers.
### Fixed
- Support for deprecated `pdf` module functions (issue \#1373)
+- Generate stub `l3bitset` for transitional support
### Changed
- Use keyval handler for `l3doc` class options
diff --git a/l3kernel/l3.ins b/l3kernel/l3.ins
index 248017ba2..7f1d882f8 100644
--- a/l3kernel/l3.ins
+++ b/l3kernel/l3.ins
@@ -152,6 +152,8 @@ and all files in that bundle must be distributed together.
\generate{\file{l3names.def} {\from{l3names.dtx} {names}}}
+\generate{\file{l3bitset.sty} {\from{l3bitset.dtx} {stub}}}
+
% Lua code
\def\MetaPrefix{--}
diff --git a/l3kernel/l3bitset.dtx b/l3kernel/l3bitset.dtx
index 9b3cfd93f..b3cdef319 100644
--- a/l3kernel/l3bitset.dtx
+++ b/l3kernel/l3bitset.dtx
@@ -589,6 +589,21 @@
%</package>
% \end{macrocode}
%
+% \subsection{Stub package}
+%
+% \begin{macrocode}
+%<*stub>
+% \end{macrocode}
+%
+% \begin{macrocode}
+\ProvidesExplPackage{l3bitset}{2023-12-11}{}
+ {L3 Experimental bitset support}
+% \end{macrocode}
+%
+% \begin{macrocode}
+%</stub>
+% \end{macrocode}
+%
% \end{implementation}
%
% \PrintIndex
More information about the latex3-commits
mailing list.