-
-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1425 from muzimuzhi/fix/gh1413-size-and-hash
Add selected pkg/cls release to the file list, gh1413
- Loading branch information
Showing
7 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
\edef\pkgname{\jobname-testpkg} | ||
|
||
\begin{filecontents}{\pkgname.sty} | ||
\DeclareRelease{}{2023-10-10}{\pkgname-2023-10-10.sty} | ||
\DeclareCurrentRelease{}{2024-01-01} | ||
|
||
\ProvidesPackage{\pkgname}[2024-01-01 v2.0 test package] | ||
\end{filecontents} | ||
|
||
\begin{filecontents}{\pkgname-2023-10-10.sty} | ||
\ProvidesPackage{\pkgname}[2023-10-10 v2.0 test package] | ||
\end{filecontents} | ||
|
||
\RequirePackage[2023-11-01]{latexrelease} | ||
|
||
\documentclass{article} | ||
\listfiles | ||
|
||
\input{test2e} | ||
|
||
\ExplSyntaxOn | ||
\sys_ensure_backend: | ||
\ExplSyntaxOff | ||
\makeatletter | ||
% clear file list | ||
\global\let\@filelist\@gobble | ||
\makeatother | ||
|
||
\usepackage{\pkgname} | ||
|
||
\START | ||
\UseOneTimeHook{enddocument/info} | ||
\END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
This is a generated file for the LaTeX2e validation system. | ||
Don't change this file in any respect. | ||
*File List* | ||
github-1413-testpkg.sty ....-..-.. v... test package | ||
github-1413-testpkg-....-..-...sty | ||
*********** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters