[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev, keepnames: Comment fontloader in coniguration dump (462bdc5)
Marcel Fabian Krüger
tex at 2krueger.de
Mon Aug 9 17:55:11 CEST 2021
Repository : https://github.com/latex3/luaotfload
On branches: dev,keepnames
Link : https://github.com/latex3/luaotfload/commit/462bdc5840c2d88ca8ee5a91adac675cdc77c92e
>---------------------------------------------------------------
commit 462bdc5840c2d88ca8ee5a91adac675cdc77c92e
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Mon Aug 9 17:55:11 2021 +0200
Comment fontloader in coniguration dump
The current fontloader changes relativly often, so it normally shouldn't
be fixed in custom configuration except in special cases.
>---------------------------------------------------------------
462bdc5840c2d88ca8ee5a91adac675cdc77c92e
src/luaotfload-configuration.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/luaotfload-configuration.lua b/src/luaotfload-configuration.lua
index 3484598..effb6b2 100644
--- a/src/luaotfload-configuration.lua
+++ b/src/luaotfload-configuration.lua
@@ -741,7 +741,7 @@ local formatters = {
anon_sequence = { false, format_list },
color_callback = { false, format_string },
definer = { false, format_string },
- fontloader = { false, format_string },
+ fontloader = { true, format_string },
log_level = { false, format_integer },
resolver = { false, format_string },
},
More information about the latex3-commits
mailing list.