[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: adapt to texlive 2020 (33298fe)

Ulrike Fischer fischer at troubleshooting-tex.de
Fri Apr 10 12:22:12 CEST 2020


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/33298fecfb729b5bb9997d6d50bc76d88a5c8528

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

commit 33298fecfb729b5bb9997d6d50bc76d88a5c8528
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Fri Apr 10 12:22:12 2020 +0200

    adapt to texlive 2020


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

33298fecfb729b5bb9997d6d50bc76d88a5c8528
 build.lua       | 11 +++++------
 config-harf.lua |  2 --
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/build.lua b/build.lua
index cbee677..cf799c5 100644
--- a/build.lua
+++ b/build.lua
@@ -69,18 +69,17 @@ local ismiktex = string.match (luatexstatus.banner,"MiKTeX")
 
 -- l3build check settings
 
-specialformats = specialformats or {}
-specialformats["latex-dev"] = specialformats["latex-dev"] or {
-    luahbtex = {format = "lualatex-dev"}
-  }
+
 local has_hbengine = os.execute(os.type == "unix"
                                   and "command -v luahbtex > /dev/null"
                                   or "where /q luahbtex") == 0 or nil
 assert(has_hbengine, "luahbtex is required for latex-dev")                                  
 
+--luaotfloadspecial = 1
+
 checkformat   = "latex-dev" -- in tl2020 this can be perhaps latex-dev and latex 
-stdengine     = "luahbtex"
-checkengines = {"luahbtex"}
+
+checkengines = {"luatex"}
 
 checkconfigs = {
                 "build",
diff --git a/config-harf.lua b/config-harf.lua
index 302febf..bc409a3 100644
--- a/config-harf.lua
+++ b/config-harf.lua
@@ -1,5 +1,3 @@
-stdengine = "luahbtex"
-checkengines = {"luahbtex"}
 testfiledir = "testfiles-harf"
 supportdir = "support-harf"
 checksuppfiles = {"texmf.cnf", "init.lua"}





More information about the latex3-commits mailing list.