[latex3-commits] [git/LaTeX3-latex3-latex2e] gh386: The target package has to be reload-checked too (9b11ef76)
PhelypeOleinik
phelype.oleinik at latex-project.org
Mon Sep 7 16:46:04 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : gh386
Link : https://github.com/latex3/latex2e/commit/9b11ef76264841cc5a87b7d2c575b6ba8bb8f892
>---------------------------------------------------------------
commit 9b11ef76264841cc5a87b7d2c575b6ba8bb8f892
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Mon Sep 7 11:46:04 2020 -0300
The target package has to be reload-checked too
>---------------------------------------------------------------
9b11ef76264841cc5a87b7d2c575b6ba8bb8f892
base/ltclass.dtx | 2 +-
base/ltfilehook.dtx | 2 +-
base/testfiles-lthooks/filehook-011.lvt | 4 ++++
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/base/ltclass.dtx b/base/ltclass.dtx
index 4cbe8ff1..8504d260 100644
--- a/base/ltclass.dtx
+++ b/base/ltclass.dtx
@@ -1910,7 +1910,7 @@
\fi
\fi}%
%-----------------------------------------
- \reserved at a}
+ \@ifl at aded\@currext\@currname{}{\reserved at a}}
% \end{macrocode}
% \end{macro}
%
diff --git a/base/ltfilehook.dtx b/base/ltfilehook.dtx
index 7f112b86..26dba351 100644
--- a/base/ltfilehook.dtx
+++ b/base/ltfilehook.dtx
@@ -1485,7 +1485,7 @@
% Here is the package file we point to:
% \begin{macrocode}
%<*atveryend-ltx>
-\ProvidesPackage{atveryend}
+\ProvidesPackage{atveryend-ltx}
[2020/08/19 v1.0a
Emulation of the original atvery package^^Jwith kernel methods]
% \end{macrocode}
diff --git a/base/testfiles-lthooks/filehook-011.lvt b/base/testfiles-lthooks/filehook-011.lvt
index 5b4b0f59..f179f279 100644
--- a/base/testfiles-lthooks/filehook-011.lvt
+++ b/base/testfiles-lthooks/filehook-011.lvt
@@ -7,6 +7,7 @@
\DeclareOption{opt}{\def\blub{opt used}}
\ProcessOptions\relax
\typeout{Option: \blub}
+\newcommand\CannotLoadTwice{}
\end{filecontents}
\input{regression-test}
@@ -23,4 +24,7 @@
\usepackage{hbox}
\usepackage{wrong-pkg}
+\usepackage{hbox}
+\usepackage{wrong-pkg}
+
\END
More information about the latex3-commits
mailing list.