This is a probably broken version of build.py

This commit is contained in:
2026-02-11 13:21:42 -05:00
parent 159e97d5bb
commit 6e1248e3b8
6 changed files with 34 additions and 26 deletions

View File

@@ -100,8 +100,6 @@ Now, I'm seriously tempted to have lua_len just return the number of keys in the
Since this feels insane, I have also provided a totally new API function: lua_nkeys. This returns the number of keys in the table, full stop. It's constant-time.
This patch also includes a function lua_nthkey, to get the Nth item in the table iteration, random-access style. I am not certain that this is a good idea, and I have deliberately avoided the use of this function for now, until I am convinced that it's wise.
This patch is live, and is necessary to the determinism of the system.
## The Table Flag Bits Patch