texlive[51950] trunk: l3build (24aug19)
commits+karl at tug.org
commits+karl at tug.org
Sat Aug 24 22:34:17 CEST 2019
Revision: 51950
http://tug.org/svn/texlive?view=revision&revision=51950
Author: karl
Date: 2019-08-24 22:34:17 +0200 (Sat, 24 Aug 2019)
Log Message:
-----------
l3build (24aug19)
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua
trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md
trunk/Master/texmf-dist/doc/latex/l3build/README.md
trunk/Master/texmf-dist/doc/latex/l3build/l3build.pdf
trunk/Master/texmf-dist/doc/man/man1/l3build.1
trunk/Master/texmf-dist/doc/man/man1/l3build.man1.pdf
trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-typesetting.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-unpack.lua
trunk/Master/texmf-dist/scripts/l3build/l3build.lua
trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx
Modified: trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua 2019-08-24 13:13:59 UTC (rev 51949)
+++ trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua 2019-08-24 20:34:17 UTC (rev 51950)
@@ -25,7 +25,7 @@
--]]
-- Version information
-release_date = "2019-07-31"
+release_date = "2019-08-24"
-- File operations are aided by the LuaFileSystem module
local lfs = require("lfs")
Modified: trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md 2019-08-24 13:13:59 UTC (rev 51949)
+++ trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md 2019-08-24 20:34:17 UTC (rev 51950)
@@ -7,6 +7,16 @@
## [Unreleased]
+## [2019-08-24]
+
+### Changed
+
+- Include `LUAINPUTS` when setting `TEXINPUTS` for `checksearch = false`, etc.
+
+### Fixed
+
+- Remove `.log` file before each check run: prevent inter-engine confusion
+
## [2019-07-31]
### Fixed
@@ -304,7 +314,8 @@
- Rationalise short option names: removed `-d`, `-E`, `-r`
- Target `cmdcheck`: specific to LaTeX3 kernel work
-[Unreleased]: https://github.com/latex3/l3build/compare/2019-07-31...HEAD
+[Unreleased]: https://github.com/latex3/l3build/compare/2019-08-24...HEAD
+[2019-08-24]: https://github.com/latex3/l3build/compare/2019-07-31...2019-08-24
[2019-07-31]: https://github.com/latex3/l3build/compare/2019-07-30...2019-07-31
[2019-07-30]: https://github.com/latex3/l3build/compare/2019-06-27...2019-07-30
[2019-06-27]: https://github.com/latex3/l3build/compare/2019-06-26...2019-06-27
Modified: trunk/Master/texmf-dist/doc/latex/l3build/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/l3build/README.md 2019-08-24 13:13:59 UTC (rev 51949)
+++ trunk/Master/texmf-dist/doc/latex/l3build/README.md 2019-08-24 20:34:17 UTC (rev 51950)
@@ -1,7 +1,7 @@
l3build: a testing and building system for LaTeX3
=================================================
-Release 2019-07-31
+Release 2019-08-24
Overview
--------
@@ -24,37 +24,13 @@
The issue tracker for LaTeX3 is currently located
[on GitHub](https://github.com/latex3/l3build/issues).
-The LaTeX3 Project
-------------------
+Development team
+----------------
-Development of LaTeX3 is carried out by
-[The LaTeX3 Project](http://www.latex-project.org/latex3.html). Currently,
-the team members are
+The LaTeX kernel is developed by [The LaTeX3 Project](https://latex-project.org).
-* Johannes Braams
-* David Carlisle
-* Robin Fairbairns
-* Morten Høgholm
-* Bruno Le Floch
-* Thomas Lotze
-* Frank Mittelbach
-* Will Robertson
-* Chris Rowley
-* Rainer Schöpf
-* Joseph Wright
-
-Former members of The LaTeX3 Project team were
-
-* Michael Downes
-* Denys Duchier
-* Alan Jeffrey
-* Martin Schröder
-
-The development team can be contacted
-by e-mail: <latex-team at latex-project.org>.
-
-----
-<p>Copyright (C) 2014-2018 The LaTeX3 Project <br />
+<p>Copyright (C) 2014-2019 The LaTeX3 Project <br />
<a href="http://latex-project.org/">http://latex-project.org/</a> <br />
All rights reserved.</p>
Modified: trunk/Master/texmf-dist/doc/latex/l3build/l3build.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/man/man1/l3build.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/l3build.1 2019-08-24 13:13:59 UTC (rev 51949)
+++ trunk/Master/texmf-dist/doc/man/man1/l3build.1 2019-08-24 20:34:17 UTC (rev 51950)
@@ -1,4 +1,4 @@
-.TH l3build 1 "2019-07-31"
+.TH l3build 1 "2019-08-24"
.SH NAME
l3build \- Checking and building packages
.SH SYNOPSIS
Modified: trunk/Master/texmf-dist/doc/man/man1/l3build.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua 2019-08-24 13:13:59 UTC (rev 51949)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua 2019-08-24 20:34:17 UTC (rev 51950)
@@ -715,6 +715,8 @@
for _,filetype in pairs(dynamicfiles) do
rm(testdir,filetype)
end
+ -- Ensure there is no stray .log file
+ rm(testdir,name .. logext)
local errlevels = {}
for i = 1, checkruns do
errlevels[i] = run(
@@ -723,6 +725,8 @@
-- avoids any paths in the logs
os_setenv .. " TEXINPUTS=." .. (checksearch and os_pathsep or "")
.. os_concat ..
+ os_setenv .. " LUAINPUTS=." .. (checksearch and os_pathsep or "")
+ .. os_concat ..
-- Avoid spurious output from (u)pTeX
os_setenv .. " GUESS_INPUT_KANJI_ENCODING=0"
.. os_concat ..
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-typesetting.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-typesetting.lua 2019-08-24 13:13:59 UTC (rev 51949)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-typesetting.lua 2019-08-24 20:34:17 UTC (rev 51950)
@@ -127,7 +127,7 @@
local dir = dir or "."
return runcmd(typesetexe .. " " .. typesetopts .. " \"" .. typesetcmds
.. "\\input " .. file .. "\"",
- dir,{"TEXINPUTS"})
+ dir,{"TEXINPUTS","LUAINPUTS"})
end
local function typesetpdf(file,dir)
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-unpack.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-unpack.lua 2019-08-24 13:13:59 UTC (rev 51949)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-unpack.lua 2019-08-24 20:34:17 UTC (rev 51950)
@@ -85,6 +85,9 @@
unpackdir .. "/" .. path,
os_setenv .. " TEXINPUTS=." .. os_pathsep
.. localdir .. (unpacksearch and os_pathsep or "") ..
+ os_concat ..
+ os_setenv .. " LUAINPUTS=." .. os_pathsep
+ .. localdir .. (unpacksearch and os_pathsep or "") ..
os_concat ..
unpackexe .. " " .. unpackopts .. " " .. name .. " < "
.. localdir .. "/yes"
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build.lua 2019-08-24 13:13:59 UTC (rev 51949)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build.lua 2019-08-24 20:34:17 UTC (rev 51950)
@@ -25,7 +25,7 @@
--]]
-- Version information
-release_date = "2019-07-31"
+release_date = "2019-08-24"
-- File operations are aided by the LuaFileSystem module
local lfs = require("lfs")
Modified: trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx 2019-08-24 13:13:59 UTC (rev 51949)
+++ trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx 2019-08-24 20:34:17 UTC (rev 51950)
@@ -229,7 +229,7 @@
% }^^A
% }
%
-% \date{Released 2019-07-31}
+% \date{Released 2019-08-24}
%
% \maketitle
% \tableofcontents
More information about the tex-live-commits
mailing list