GNU TeXmacs - Bugs: bug #64562, xmacro's with arity greater than...
You are not allowed to post comments on this tracker with your current authentication level.
bug #64562: xmacro's with arity greater than 64 drop arguments
Submitter: | Jeroen Wouters <jeronim> | ||
Submitted: | Wed 16 Aug 2023 12:58:13 PM UTC | ||
Category: | Styles | Priority: | 3 - Low |
Item Group: | Error | Status: | Postponed |
Privacy: | Public | Assigned to: | vdhoeven |
Originator Name: | Open/Closed: | Open | |
Release: | None | Release: | |
Fixed Release: | None | Fixed Release: | |
Keywords: | xmacro |
Fri 27 Oct 2023 06:02:28 PM UTC, comment #3: |
Jeroen Wouters <jeronim>![]() |
Fri 27 Oct 2023 04:20:10 PM UTC, comment #2: Yes, the arity is limited to <= 63 for the moment; this should have been documented so far. We might easily increase the limit on 64 bit architectures, but 32 bit machines seem still to be used for the moment.
|
Joris van der Hoeven <vdhoeven>![]() ![]() |
Wed 16 Aug 2023 02:08:58 PM UTC, comment #1: This seems to arise from `tag_info.cpp` where `arity_base` is determined via `get_bits (arity_base , 6);`. |
Jeroen Wouters <jeronim>![]() |
Wed 16 Aug 2023 12:58:13 PM UTC, original submission:
The following macro results in a macro with only two editable fields in the editor:
|
Jeroen Wouters <jeronim>![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Thanks. I was trying to make an editable 8x8 chessboard macro when I stumbled onto this.