[latex3-commits] [l3svn] branch master updated: l3build: Comment on why the \local... change was needed

noreply at latex-project.org noreply at latex-project.org
Wed Nov 18 08:26:34 CET 2015


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  46cc0f3   l3build: Comment on why the \local... change was needed
46cc0f3 is described below

commit 46cc0f36ffffa81ee9136952dbbcb2cd6a3cb336
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Nov 18 07:25:46 2015 +0000

    l3build: Comment on why the \local... change was needed
    
    Up to v0.80 this data was shown as a \whatsit, now its a \localpar.
---
 l3build/l3build.lua |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index f394d81..11d16d9 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -965,8 +965,8 @@ function formatlualog(logfile, newfile)
        string.match(line, "^%.+\\localrightbox=null$")      then
        return "", ""
     end
-    -- Much the same idea when the last line was a whatsit,
-    -- but things are simpler in this case
+    -- Older LuaTeX versions set the above up as a whatsit
+    -- (at some stage this can therefore go)
     if string.match(lastline, "^%.+\\whatsit$") then
       local prefix = boxprefix(lastline)
       if string.match(line, prefix .. "%.") then

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


More information about the latex3-commits mailing list