On 2/26/2021 6:01 PM, Lukas/ConTeXt wrote:
Hello,
after I renewed ConTeXt MkIV, I started to get the following warning:
"
...
luatex warning > nodes: unable to store reference from lua in tex
...
(repeated more times)
"
This happens when I try to typeset a looo...ong table (by \start/\stop-tabulate) over several pages.
It used to work OK with a Ctx version several months (or half year) ago.
Is there a simple way to overtake the problem?
MWE:
----
\starttext
\startluacode
context[[
\starttabulate[|Tr|]
\HL
\NC AABBCC \NC\AR
\HL[3]
]]
for i = 1, 4000 do
context.NC(i)
context.NC()
context.AR()
end
context[[
\HL
\stoptabulate
]]
\stopluacode
\stoptext
----
... lmtx ... no problem, doing 4K or 40K or ..
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________