[latex3-commits] [git/LaTeX3-latex3-l3build] master: Update l3build-aux.lua (e4ec8b6)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Jan 26 12:56:37 CET 2021
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/e4ec8b660fab0e66ece70cf9b1f15b639cea05c7
>---------------------------------------------------------------
commit e4ec8b660fab0e66ece70cf9b1f15b639cea05c7
Author: LAURENS Jérôme <jerome.laurens at u-bourgogne.fr>
Date: Mon Jan 25 19:28:15 2021 +0100
Update l3build-aux.lua
Reword the comment on line 106
>---------------------------------------------------------------
e4ec8b660fab0e66ece70cf9b1f15b639cea05c7
l3build-aux.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build-aux.lua b/l3build-aux.lua
index d7aa8fc..992dd5e 100644
--- a/l3build-aux.lua
+++ b/l3build-aux.lua
@@ -103,7 +103,7 @@ function call(modules, target, opts)
opts = opts or options
local cli_opts = ""
for k,v in pairs(opts) do
- if k ~= "names" and k ~= "target" then -- Special cases, to be removed!!!
+ if k ~= "names" and k ~= "target" then -- Special cases, TODO enhance the design to remove the need for this comment
local t = option_list[k] or {}
local value = ""
if t["type"] == "string" then
More information about the latex3-commits
mailing list.