Hi, as we're around texlive code freeze time we're also in upload mode - i uploaded a new lmtx - i also added linux and windows 32 bin (as it seems to have users) - we're now using lua 5.5 which has one restriction (was already announced a while ago): for i=1,10 in t do .... i = 2 * i .... end should now be: for i=1,10 in t do .... local i = 2 * i .... end as one cannot change the (local constant) i which actually is not that different from what metapost does. The good news is that voilating this is reported when a lua file is loaded so one can't get it unexspectedly. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On Wed, 14 Feb 2024 at 13:47, Hans Hagen
Hi,
as we're around texlive code freeze time we're also in upload mode
- i uploaded a new lmtx - i also added linux and windows 32 bin (as it seems to have users)
- we're now using lua 5.5 which has one restriction (was already announced a while ago):
hm, I don't see lua 5.5 around ... perhaps Lua 5.4.5 ? -- luigi
Hi,
The 5.5 seems to come from https://github.com/lua/lua/blob/master/lua.h
/Mikael
On Thu, Feb 15, 2024 at 10:04 AM luigi scarso
On Wed, 14 Feb 2024 at 13:47, Hans Hagen
wrote: Hi,
as we're around texlive code freeze time we're also in upload mode
- i uploaded a new lmtx - i also added linux and windows 32 bin (as it seems to have users)
- we're now using lua 5.5 which has one restriction (was already announced a while ago):
hm, I don't see lua 5.5 around ... perhaps Lua 5.4.5 ?
-- luigi ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________
On 2/15/2024 10:02 AM, luigi scarso wrote:
On Wed, 14 Feb 2024 at 13:47, Hans Hagen
wrote: Hi,
as we're around texlive code freeze time we're also in upload mode
- i uploaded a new lmtx - i also added linux and windows 32 bin (as it seems to have users)
- we're now using lua 5.5 which has one restriction (was already announced a while ago):
hm, I don't see lua 5.5 around ... perhaps Lua 5.4.5 ? it's beta stuff but luametatex is an good test for it as it used a lot of lua so it's s way to pay back for using lua
Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
luigi scarso
-
Mikael Sundqvist