[latex3-commits] [git/LaTeX3-latex3-luaotfload] score-dev: Step database version (and return to positive) (68d35c6)
Marcel Fabian Krüger
tex at 2krueger.de
Tue Jun 22 20:52:37 CEST 2021
Repository : https://github.com/latex3/luaotfload
On branch : score-dev
Link : https://github.com/latex3/luaotfload/commit/68d35c66f4c852720c25aacd0f015a0a738388f2
>---------------------------------------------------------------
commit 68d35c66f4c852720c25aacd0f015a0a738388f2
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Tue Jun 22 20:52:37 2021 +0200
Step database version (and return to positive)
>---------------------------------------------------------------
68d35c66f4c852720c25aacd0f015a0a738388f2
src/luaotfload-database.lua | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/luaotfload-database.lua b/src/luaotfload-database.lua
index 8da823f..22101eb 100644
--- a/src/luaotfload-database.lua
+++ b/src/luaotfload-database.lua
@@ -3782,10 +3782,7 @@ return function ()
fonts.definers = fonts.definers or { resolvers = { } }
names.blacklist = blacklist
- -- MK Changed to rebuild with case insensitive fallback.
- -- Negative version to indicate generation by modified code.
- names.version = -2 --- decrease monotonically
- -- /MK
+ names.version = 6 --- increase monotonically
names.data = nil --- contains the loaded database
names.lookups = nil --- contains the lookup cache
More information about the latex3-commits
mailing list.