[latex3-commits] [l3svn] branch master updated: l3build: Extend 'discretionary recovery' for LuaTeX v1
noreply at latex-project.org
noreply at latex-project.org
Thu Oct 13 08:46:07 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 2af9c57 l3build: Extend 'discretionary recovery' for LuaTeX v1
2af9c57 is described below
commit 2af9c575f7ec07c59a8f10b1a68f33709cb94331
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Oct 13 07:45:37 2016 +0100
l3build: Extend 'discretionary recovery' for LuaTeX v1
This deals with almost all of the logging changes.
---
l3build/l3build.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 95e5160..216006e 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -937,9 +937,9 @@ function formatlualog(logfile, newfile)
local function boxprefix(s)
return string.gsub(string.match(s, "^(%.+)"), "%.", "%%.")
end
- -- 'Recover' implicit kerns not taken
+ -- 'Recover' some discretionary data
if string.match(lastline, "^%.+\\discretionary %(penalty 50%)$") and
- string.match(line, boxprefix(lastline) .. "%.= \\kern%-?%d") then
+ string.match(line, boxprefix(lastline) .. "%.= ") then
return string.gsub(line, "%.= ", ""),""
end
-- Where the last line was a discretionary, looks for the
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list