[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Fix typo causing significant slowdown (8de3764)
Marcel Fabian Krüger
tex at 2krueger.de
Fri Mar 18 11:00:45 CET 2022
Repository : https://github.com/latex3/luaotfload
On branch : dev
Link : https://github.com/latex3/luaotfload/commit/8de37647676311d8fdd6825bd39690e97b6d9677
>---------------------------------------------------------------
commit 8de37647676311d8fdd6825bd39690e97b6d9677
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Fri Mar 18 11:00:45 2022 +0100
Fix typo causing significant slowdown
>---------------------------------------------------------------
8de37647676311d8fdd6825bd39690e97b6d9677
src/luaotfload-features.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/luaotfload-features.lua b/src/luaotfload-features.lua
index 182bc75..ad48477 100644
--- a/src/luaotfload-features.lua
+++ b/src/luaotfload-features.lua
@@ -840,7 +840,7 @@ local normalize_lookup = setmetatable({}, {__index = function(t, f)
local function result(head)
return normalize_func(head, f, characters, true)
end
- t[fontdir] = result
+ t[f] = result
return result
end})
-- When this is loaded as part of luaotfload-tool, then we can't access nodes
More information about the latex3-commits
mailing list.