[latex3-commits] [git/LaTeX3-latex3-latex3] master: ConTeXt must be using a meta-table (d60de21)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Dec 11 18:51:25 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/d60de21b266e9940197e65903a68af6bf4687274

>---------------------------------------------------------------

commit d60de21b266e9940197e65903a68af6bf4687274
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Dec 11 17:51:25 2018 +0000

    ConTeXt must be using a meta-table


>---------------------------------------------------------------

d60de21b266e9940197e65903a68af6bf4687274
 l3kernel/l3luatex.dtx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/l3kernel/l3luatex.dtx b/l3kernel/l3luatex.dtx
index 7f1c70d..b27a827 100644
--- a/l3kernel/l3luatex.dtx
+++ b/l3kernel/l3luatex.dtx
@@ -333,7 +333,9 @@ local byte       = string.byte
 local floor      = math.floor
 local format     = string.format
 local gsub       = string.gsub
-local kpse_find  = kpse.find_file
+if not resolvers then
+  local kpse_find  = kpse.find_file
+end
 local lfs_attr   = lfs.attributes
 local md5_sum    = md5.sum
 local open       = io.open





More information about the latex3-commits mailing list