ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <j.hagen@xs4all.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: [NTG-context] upload
Date: Wed, 14 Feb 2024 13:44:41 +0100	[thread overview]
Message-ID: <e622cdcc-3a8c-4411-926c-03619fe0b501@xs4all.nl> (raw)

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
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

             reply	other threads:[~2024-02-14 12:50 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-14 12:44 Hans Hagen [this message]
2024-02-15  9:02 ` [NTG-context] upload luigi scarso
2024-02-15  9:35   ` Mikael Sundqvist
2024-02-15  9:48   ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2024-04-01  7:31 [NTG-context] upload Hans Hagen
2024-01-24 21:43 Hans Hagen
2024-01-17 23:13 Hans Hagen
2023-08-09 15:42 Hans Hagen
2023-05-27 10:36 Hans Hagen via ntg-context
2023-05-05 17:02 Hans Hagen via ntg-context
2023-05-05 21:21 ` Aditya Mahajan via ntg-context
2023-05-06  7:46   ` Hans Hagen via ntg-context
2023-05-06 13:33     ` Henning Hraban Ramm via ntg-context
2023-05-06 19:41       ` Hans Hagen via ntg-context
2023-04-27 15:09 Hans Hagen via ntg-context
2023-04-11 21:02 upload Hans Hagen via ntg-context
2023-04-14 15:16 ` [NTG-context] upload Alexandre Christe via ntg-context
2023-04-14 15:39   ` Alexandre Christe via ntg-context
2023-04-14 19:44     ` Mikael Sundqvist via ntg-context

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e622cdcc-3a8c-4411-926c-03619fe0b501@xs4all.nl \
    --to=j.hagen@xs4all.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).