[latex3-commits] [l3svn] branch master updated: l3build: Working on LuaTeX v1.0 changes

noreply at latex-project.org noreply at latex-project.org
Tue Oct 11 18:27:23 CEST 2016


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

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  46ad9b1   l3build: Working on LuaTeX v1.0 changes
46ad9b1 is described below

commit 46ad9b1cbf19bc5c7ccb8098787eaec525a0b1b8
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Oct 11 17:26:51 2016 +0100

    l3build: Working on LuaTeX v1.0 changes
    
    Hopefully there's no effect on older set ups here ...
---
 l3build/l3build.lua |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index f6a58a0..5d0e43a 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -881,6 +881,7 @@ function formatlualog(logfile, newfile)
     -- Find \discretionary or \whatsit lines:
     -- These may come back later
     if string.match(line, "^%.+\\discretionary$")                or
+       string.match(line, "^%.+\\discretionary %(penalty 50%)$") or
        string.match(line, "^%.+\\discretionary50%|$")            or
        string.match(line, "^%.+\\discretionary50%| replacing $") or
        string.match(line, "^%.+\\whatsit$")                      then
@@ -937,6 +938,7 @@ function formatlualog(logfile, newfile)
     -- Where the last line was a discretionary, looks for the
     -- info one level in about what it represents
     if string.match(lastline, "^%.+\\discretionary$")                or
+       string.match(lastline, "^%.+\\discretionary %(penalty 50%)$") or
        string.match(lastline, "^%.+\\discretionary50%|$")            or
        string.match(lastline, "^%.+\\discretionary50%| replacing $") then
       local prefix = boxprefix(lastline)

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


More information about the latex3-commits mailing list