summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-07-04 19:52:35 +0000
committerKarl Berry <karl@freefriends.org>2023-07-04 19:52:35 +0000
commit2dea5b5e980045b61781373658ff43d59c7d2450 (patch)
tree23c10cd13747afe6d4af3deaa3360d06db1cd508 /Master
parent896ed71ed51c189aac76213707f9f5b18f6cefe1 (diff)
fail-fast (4jul23)
git-svn-id: svn://tug.org/texlive/trunk@67543 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/fail-fast/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/fail-fast/fail-fast.pdfbin309247 -> 309689 bytes
-rw-r--r--Master/texmf-dist/source/latex/fail-fast/fail-fast.dtx5
-rw-r--r--Master/texmf-dist/tex/latex/fail-fast/fail-fast.sty2
4 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/fail-fast/README.md b/Master/texmf-dist/doc/latex/fail-fast/README.md
index b16917e2b11..e2fb8b54930 100644
--- a/Master/texmf-dist/doc/latex/fail-fast/README.md
+++ b/Master/texmf-dist/doc/latex/fail-fast/README.md
@@ -25,3 +25,5 @@ then run `l3build ctan` in the root directory.
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
diff --git a/Master/texmf-dist/doc/latex/fail-fast/fail-fast.pdf b/Master/texmf-dist/doc/latex/fail-fast/fail-fast.pdf
index 81db765dee0..7bb9905fb74 100644
--- a/Master/texmf-dist/doc/latex/fail-fast/fail-fast.pdf
+++ b/Master/texmf-dist/doc/latex/fail-fast/fail-fast.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/fail-fast/fail-fast.dtx b/Master/texmf-dist/source/latex/fail-fast/fail-fast.dtx
index 2a1c4a39dcb..c312d111024 100644
--- a/Master/texmf-dist/source/latex/fail-fast/fail-fast.dtx
+++ b/Master/texmf-dist/source/latex/fail-fast/fail-fast.dtx
@@ -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
diff --git a/Master/texmf-dist/tex/latex/fail-fast/fail-fast.sty b/Master/texmf-dist/tex/latex/fail-fast/fail-fast.sty
index b6d6c3303c2..d13905ef9e6 100644
--- a/Master/texmf-dist/tex/latex/fail-fast/fail-fast.sty
+++ b/Master/texmf-dist/tex/latex/fail-fast/fail-fast.sty
@@ -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]