ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TeX Live 2019: attempt to call a nil value (upvalue 'isfile')
@ 2019-02-28 23:14 Henri Menke
  2019-02-28 23:17 ` Henri Menke
  2019-03-01  6:39 ` Mojca Miklavec
  0 siblings, 2 replies; 9+ messages in thread
From: Henri Menke @ 2019-02-28 23:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-03-01 11:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-28 23:14 TeX Live 2019: attempt to call a nil value (upvalue 'isfile') Henri Menke
2019-02-28 23:17 ` Henri Menke
2019-02-28 23:20   ` luigi scarso
2019-03-01  6:39 ` Mojca Miklavec
2019-03-01  7:15   ` Mojca Miklavec
2019-03-01  7:50     ` luigi scarso
2019-03-01 11:01       ` Mojca Miklavec
2019-03-01 11:11         ` luigi scarso
2019-03-01 11:41         ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).