[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Further replacing lambdas with Lua functions (87c2a2b)
Marcel Fabian Krüger
tex at 2krueger.de
Thu Feb 13 15:28:15 CET 2020
Repository : https://github.com/latex3/luaotfload
On branch : dev
Link : https://github.com/latex3/luaotfload/commit/87c2a2bf25d0699b90f2b6b697b31840954f0154
>---------------------------------------------------------------
commit 87c2a2bf25d0699b90f2b6b697b31840954f0154
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Thu Feb 13 15:28:15 2020 +0100
Further replacing lambdas with Lua functions
This was comby-assisted semi-automated transformation. In some cases the
original syntax has been kept for stylistic reasons.
Attention: This could introduce accidential functional changes because of
additional possibilities of recursion. I would be surprised though if it
actually led to a change.
>---------------------------------------------------------------
87c2a2bf25d0699b90f2b6b697b31840954f0154
src/luaotfload-auxiliary.lua | 4 +-
src/luaotfload-colors.lua | 12 +--
src/luaotfload-configuration.lua | 52 +++++-----
src/luaotfload-database.lua | 212 +++++++++++++++++++--------------------
src/luaotfload-diagnostics.lua | 54 +++++-----
src/luaotfload-features.lua | 16 +--
src/luaotfload-init.lua | 8 +-
src/luaotfload-letterspace.lua | 14 +--
src/luaotfload-loaders.lua | 18 ++--
src/luaotfload-log.lua | 28 +++---
src/luaotfload-main.lua | 12 +--
src/luaotfload-parsers.lua | 16 +--
src/luaotfload-resolvers.lua | 8 +-
src/luaotfload-tool.lua | 86 ++++++++--------
14 files changed, 270 insertions(+), 270 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --textconv --cc 87c2a2bf25d0699b90f2b6b697b31840954f0154
More information about the latex3-commits
mailing list.