This is a probably broken version of build.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user