On Thu, Nov 22, 2018 at 2:02 PM Procházka Lukáš Ing. <LPr@pontex.cz> wrote:
Hello,

the function 'debug.getinfo' was removed?

The following code:

----
\startluacode
   print(debug.getinfo)
\stopluacode

\starttext
   A \cldcontext{tostring(debug.getinfo)}
\stoptext
----

gives/prints 'nil'.

IIRC, the function was non-nil some weeks ago...

Best regards,

Lukas

are you running in "security mode" ?
In this case, yes, it should be nil.
--
luigi