[latex3-commits] [latex3/latex2e] array: trying to get around l3bitset issue (5d5f3481)

github at latex-project.org github at latex-project.org
Mon Dec 11 10:28:22 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : array
Link       : https://github.com/latex3/latex2e/commit/5d5f34817605bdcd6061b96e6948106e2d108138

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

commit 5d5f34817605bdcd6061b96e6948106e2d108138
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Mon Dec 11 10:28:22 2023 +0100

    trying to get around l3bitset issue


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

5d5f34817605bdcd6061b96e6948106e2d108138
 base/lttagging.dtx                                              | 6 ++++++
 required/latex-lab/testfiles-table-luatex/table-012-caption.tlg | 1 -
 required/latex-lab/testfiles-table-luatex/table-020.tlg         | 4 ----
 required/tools/longtable.dtx                                    | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/base/lttagging.dtx b/base/lttagging.dtx
index ba2c137f..7df40903 100644
--- a/base/lttagging.dtx
+++ b/base/lttagging.dtx
@@ -585,6 +585,12 @@
 \def\hyper at nopatch@longtable{}
 %    \end{macrocode}
 %
+%    Account for removed file (for now)
+%    \begin{macrocode}
+\ifcsname bitset_new:Nn\endcsname
+  \declare at file@substitution{l3bitset.sty}{null.tex}
+\fi
+%    \end{macrocode}
 %
 % Should there be a module?
 %
diff --git a/required/latex-lab/testfiles-table-luatex/table-012-caption.tlg b/required/latex-lab/testfiles-table-luatex/table-012-caption.tlg
index ff6cc113..2c150d10 100644
--- a/required/latex-lab/testfiles-table-luatex/table-012-caption.tlg
+++ b/required/latex-lab/testfiles-table-luatex/table-012-caption.tlg
@@ -1,6 +1,5 @@
 This is a generated file for the l3build validation system.
 Don't change this file in any respect.
--->> Saving \LT at head 
 Completed box being shipped out [1]
 \vbox(196.81102+0.0)x407.0, direction TLT
 .\hbox(0.0+0.0)x0.0, direction TLT
diff --git a/required/latex-lab/testfiles-table-luatex/table-020.tlg b/required/latex-lab/testfiles-table-luatex/table-020.tlg
index a4bd38c4..5649faea 100644
--- a/required/latex-lab/testfiles-table-luatex/table-020.tlg
+++ b/required/latex-lab/testfiles-table-luatex/table-020.tlg
@@ -11,7 +11,6 @@ Don't change this file in any respect.
 [Sockets] ==> Socket 'tagsupport/tblcell/begin' containing plug 'TD' used.
 [Sockets] ==> Socket 'tagsupport/tblcell/end' containing plug 'TD' used.
 [Sockets] ==> Socket 'tagsupport/tblrow/end' containing plug 'TR' used.
--->> Saving \LT at head 
 [Sockets] ==> Socket 'tagsupport/tblrow/begin' containing plug 'TR' used.
 [Sockets] ==> Socket 'tagsupport/tblcell/begin' containing plug 'TD' used.
 [Sockets] ==> Socket 'tagsupport/tblcell/end' containing plug 'TD' used.
@@ -36,7 +35,6 @@ Don't change this file in any respect.
 [Sockets] ==> Socket 'tagsupport/tblrow/end' containing plug 'TR' used.
 [Sockets] ==> Socket 'tagsupport/tblcell/begin' containing plug 'TD' used.
 [Sockets] ==> Socket 'tagsupport/tblcell/end' containing plug 'TD' used.
--->> Saving \LT at head 
 [Sockets] ==> Socket 'tagsupport/tblrow/begin' containing plug 'TR' used.
 [Sockets] ==> Socket 'tagsupport/tblcell/begin' containing plug 'TD' used.
 [Sockets] ==> Socket 'tagsupport/tblcell/end' containing plug 'TD' used.
@@ -61,7 +59,6 @@ Don't change this file in any respect.
 [Sockets] ==> Socket 'tagsupport/tblrow/end' containing plug 'TR' used.
 [Sockets] ==> Socket 'tagsupport/tblcell/begin' containing plug 'TD' used.
 [Sockets] ==> Socket 'tagsupport/tblcell/end' containing plug 'TD' used.
--->> Saving \LT at head 
 [Sockets] ==> Socket 'tagsupport/tblrow/begin' containing plug 'TR' used.
 [Sockets] ==> Socket 'tagsupport/tblcell/begin' containing plug 'TD' used.
 [Sockets] ==> Socket 'tagsupport/tblcell/end' containing plug 'TD' used.
@@ -70,7 +67,6 @@ Don't change this file in any respect.
 [Sockets] ==> Socket 'tagsupport/tblrow/end' containing plug 'TR' used.
 [Sockets] ==> Socket 'tagsupport/tblcell/begin' containing plug 'TD' used.
 [Sockets] ==> Socket 'tagsupport/tblcell/end' containing plug 'TD' used.
--->> Saving \LT at firsthead 
 [Sockets] ==> Socket 'tagsupport/tblrow/begin' containing plug 'TR' used.
 [Sockets] ==> Socket 'tagsupport/tblcell/begin' containing plug 'TD' used.
 [Sockets] ==> Socket 'tagsupport/tblcell/end' containing plug 'TD' used.
diff --git a/required/tools/longtable.dtx b/required/tools/longtable.dtx
index 548d9fd0..821d84f3 100644
--- a/required/tools/longtable.dtx
+++ b/required/tools/longtable.dtx
@@ -2399,7 +2399,7 @@
      {Increase~ LTchunksize}%
   \fi
   \setbox#1\box\z@
-\typeout{-->>~ Saving~\noexpand#1}  
+  \@@_trace:n {-->>~ Saving~\noexpand#1}  
   \LT at get@widths
   \LT at bchunk}
 %    \end{macrocode}





More information about the latex3-commits mailing list.