[latex3-commits] [l3svn] branch master updated: l3build: no need to special-case luaotfload strings

noreply at latex-project.org noreply at latex-project.org
Sun Feb 12 12:50:12 CET 2017


This is an automated email from the git hooks/post-receive script.

will pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  fb564f4   l3build: no need to special-case luaotfload strings
fb564f4 is described below

commit fb564f4ca40a902a907a8a5e44fe554ef1c23d7b
Author: Will Robertson <will at wspr.io>
Date:   Sun Feb 12 22:19:52 2017 +1030

    l3build: no need to special-case luaotfload strings
    
    Joseph's recent commit did this in a more general way
---
 l3build/l3build.dtx |    1 -
 l3build/l3build.lua |    6 ------
 2 files changed, 7 deletions(-)

diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index 2b770d9..ee7f208 100644
--- a/l3build/l3build.dtx
+++ b/l3build/l3build.dtx
@@ -688,7 +688,6 @@
 %     years due to a \TeX{} bug).
 %   \item Conversion of \texttt{on line \meta{number}} to \texttt{on line ...}
 %     to allow flexibility in changes to test files.
-%   \item Removal of file path for fonts loaded with \texttt{luaotfload}.
 % \end{itemize}
 %
 % \LuaTeX{} makes several additional changes to the log file. As normalising
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 25c987a..29f18ff 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -818,12 +818,6 @@ function formatlog(logfile, newfile, engine)
       line,
       "cm, mm, dd, cc, bp, or sp", "cm, mm, dd, cc, nd, nc, bp, or sp"
     )
-    -- Remove luaotfload absolute paths
-    line = string.gsub(
-        line,
-        "%(load luc: (.*)/(.-%.luc)%)",
-        "(load luc: [..]/%2)"
-      )
     -- Normalise a case where fixing a TeX bug changes the message text
     line = string.gsub(line, "\\csname\\endcsname ", "\\csname\\endcsname")
     -- Zap "on line <num>" and replace with "on line ..."

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list