texlive[67543] Master/texmf-dist: fail-fast (4jul23)

commits+karl at tug.org commits+karl at tug.org
Tue Jul 4 21:52:35 CEST 2023


Revision: 67543
          http://tug.org/svn/texlive?view=revision&revision=67543
Author:   karl
Date:     2023-07-04 21:52:35 +0200 (Tue, 04 Jul 2023)
Log Message:
-----------
fail-fast (4jul23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/fail-fast/README.md
    trunk/Master/texmf-dist/doc/latex/fail-fast/fail-fast.pdf
    trunk/Master/texmf-dist/source/latex/fail-fast/fail-fast.dtx
    trunk/Master/texmf-dist/tex/latex/fail-fast/fail-fast.sty

Modified: trunk/Master/texmf-dist/doc/latex/fail-fast/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/fail-fast/README.md	2023-07-04 19:52:23 UTC (rev 67542)
+++ trunk/Master/texmf-dist/doc/latex/fail-fast/README.md	2023-07-04 19:52:35 UTC (rev 67543)
@@ -25,3 +25,5 @@
 It should compile everything without errors. If not, submit an issue and wait.
 Otherwise, make your changes and then run `l3build ctan` again. If the build is
 still clean, submit a pull request.
+
+Copyright (c) 2023 Yegor Bugayenko, MIT License
\ No newline at end of file

Modified: trunk/Master/texmf-dist/doc/latex/fail-fast/fail-fast.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/fail-fast/fail-fast.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/fail-fast/fail-fast.dtx	2023-07-04 19:52:23 UTC (rev 67542)
+++ trunk/Master/texmf-dist/source/latex/fail-fast/fail-fast.dtx	2023-07-04 19:52:35 UTC (rev 67543)
@@ -50,7 +50,7 @@
 %<package>\NeedsTeXFormat{LaTeX2e}
 %<package>\ProvidesPackage{fail-fast}
 %<*package>
-[2023-07-01 0.0.1 Turns warnings into errors]
+[2023-07-04 0.0.2 Turns warnings into errors]
 %</package>
 %<*driver>
 \documentclass{ltxdoc}
@@ -98,7 +98,8 @@
 % \StopEventually{}
 
 % \section{Implementation}
-% \changes{v0.1.0}{2023/07/01}{Initial version, which turns warnings into errors}
+% \changes{v0.0.1}{2023/07/01}{Initial version, which turns warnings into errors}
+% \changes{v0.0.2}{2023/07/04}{Minor changes in the documentation}
 
 %    \begin{macrocode}
 \message{fail-fast: Starting from now all warnings

Modified: trunk/Master/texmf-dist/tex/latex/fail-fast/fail-fast.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fail-fast/fail-fast.sty	2023-07-04 19:52:23 UTC (rev 67542)
+++ trunk/Master/texmf-dist/tex/latex/fail-fast/fail-fast.sty	2023-07-04 19:52:35 UTC (rev 67543)
@@ -31,7 +31,7 @@
 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{fail-fast}
-[2023-07-01 0.0.1 Turns warnings into errors]
+[2023-07-04 0.0.2 Turns warnings into errors]
 
 
 



More information about the tex-live-commits mailing list.