[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move m3expl009 test to latex3/latex2e (fixes #797) (ff87c2295)

PhelypeOleinik phelype.oleinik at latex-project.org
Sun Aug 23 22:09:27 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/ff87c229541e7be6a75b6abfd657e5a4181ca086

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

commit ff87c229541e7be6a75b6abfd657e5a4181ca086
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Sun Aug 23 17:09:27 2020 -0300

    Move m3expl009 test to latex3/latex2e (fixes #797)


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

ff87c229541e7be6a75b6abfd657e5a4181ca086
 l3kernel/testfiles/m3expl009.lvt | 52 ----------------------------------------
 l3kernel/testfiles/m3expl009.tlg | 42 --------------------------------
 2 files changed, 94 deletions(-)

diff --git a/l3kernel/testfiles/m3expl009.lvt b/l3kernel/testfiles/m3expl009.lvt
deleted file mode 100644
index 2f8e6c068..000000000
--- a/l3kernel/testfiles/m3expl009.lvt
+++ /dev/null
@@ -1,52 +0,0 @@
-%
-% Copyright (C) 2020 The LaTeX3 Project
-%
-
-\input{regression-test}
-\RequirePackage{expl3}
-
-\START
-\AUTHOR{Phelype Oleinik}
-
-% Yet another loading test :-)
-% This one checks that expl3 properly detects if it's
-% preloaded in an older format, raising an error as
-% appropriate, if the versions don't match.
-
-\ExplSyntaxOn
-\newcount\cnta
-\cs_new_protected:Npn \RELOAD
-  { \ExplSyntaxOn \RELOAD:n }
-\cs_new_protected:Npn \RELOAD:n #1
-  {
-    \ExplSyntaxOff
-    \cs_undefine:c { ver at expl3.sty }
-    \group_begin:
-      #1
-      \RequirePackage{expl3}
-    \group_end:
-  }
-\ExplSyntaxOff
-
-% If the version of expl3 preloaded in the kernel differs
-% from the one in expl3.sty we have a critical error:
-\RELOAD
-  { \tl_set:Nn \c__kernel_expl_date_tl { 0000-00-00 } }
-
-% If they are equal, though, nothing bad happens. This should
-% be the most common scenario.
-\RELOAD
-  { }
-
-% If this token list is not defined then we're on an earlier
-% version of expl3 anyway, so it's another critical error,
-% but no date is showed:
-\RELOAD
-  { \cs_set_eq:NN \c__kernel_expl_date_tl \tex_undefined:D }
-
-% Package mode can't be easily emulated in
-% this test file (and it's a bit pointless), but it works
-% when loading this version of expl3 in a 2018 TL LaTeX.
-% Yours truly,
-
-\END
diff --git a/l3kernel/testfiles/m3expl009.tlg b/l3kernel/testfiles/m3expl009.tlg
deleted file mode 100644
index 5502aec1f..000000000
--- a/l3kernel/testfiles/m3expl009.tlg
+++ /dev/null
@@ -1,42 +0,0 @@
-This is a generated file for the LaTeX (2e + expl3) validation system.
-Don't change this file in any respect.
-Author: Phelype Oleinik
-\cnta=\count...
-(expl3.sty
-Package: expl3 ....-..-.. L3 programming layer (loader) 
-! LaTeX Error: Mismatched LaTeX support files detected.
-               Loading 'expl3.sty' aborted!
-               The L3 programming layer in the LaTeX format
-               is dated ....-..-.., but in your TeX tree the files require
-               at least ....-..-...
-See the LaTeX manual or LaTeX Companion for explanation.
-Type  H <return>  for immediate help.
- ...                                              
-l. ...     \ExplLoaderFileDate{expl3.sty}}
-                                         %
-The most likely causes are:
- - A recent format generation failed;
- - A stray format file in the user tree which needs to be removed or rebuilt;
- - You are running a manually installed version of expl3.sty
-   which is incompatible with the version in LaTeX.
-LaTeX will abort loading the incompatible support files but this may lead to
-later errors. Please ensure that your LaTeX format is correctly regenerated.
-) (expl3.sty
-Package: expl3 ....-..-.. L3 programming layer (loader) 
-) (expl3.sty
-Package: expl3 ....-..-.. L3 programming layer (loader) 
-! LaTeX Error: Mismatched LaTeX support files detected.
-               Loading 'expl3.sty' aborted!
-See the LaTeX manual or LaTeX Companion for explanation.
-Type  H <return>  for immediate help.
- ...                                              
-l. ...     \ExplLoaderFileDate{expl3.sty}}
-                                         %
-The most likely causes are:
- - A recent format generation failed;
- - A stray format file in the user tree which needs to be removed or rebuilt;
- - You are running a manually installed version of expl3.sty
-   which is incompatible with the version in LaTeX.
-LaTeX will abort loading the incompatible support files but this may lead to
-later errors. Please ensure that your LaTeX format is correctly regenerated.
-)





More information about the latex3-commits mailing list.