Dear list,

I just installed TeX Live 2019 pretest and running context --make fails with

    error in callback: 
...xlive/2019/texmf-dist/tex/context/base/mkiv/luat-cod.lua:194: attempt to 
call a nil value (upvalue 'isfile')

This can easily be fixed by replacing in luat-cod.lua

    local isfile = lfs.isfile

with

    local isfile = function(file) return lfs.attributes(file,"mode") == "file" 
end

This should probably be fixed before the release.

Cheers, Henri

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to