bugs now are against 5.1.1
This commit is contained in:
7
bugs
7
bugs
@@ -1014,6 +1014,11 @@ patch = [[
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-----------------------------------------------------------------
|
||||||
|
-- Lua 5.1.1
|
||||||
|
|
||||||
Bug{
|
Bug{
|
||||||
what = [[list constructors have wrong limit]],
|
what = [[list constructors have wrong limit]],
|
||||||
|
|
||||||
@@ -1035,6 +1040,8 @@ print(#x)
|
|||||||
|
|
||||||
patch = [[
|
patch = [[
|
||||||
* lparser.c:
|
* lparser.c:
|
||||||
|
@@ -489,7 +489,7 @@
|
||||||
|
|
||||||
static void listfield (LexState *ls, struct ConsControl *cc) {
|
static void listfield (LexState *ls, struct ConsControl *cc) {
|
||||||
expr(ls, &cc->v);
|
expr(ls, &cc->v);
|
||||||
- luaY_checklimit(ls->fs, cc->na, MAXARG_Bx, "items in a constructor");
|
- luaY_checklimit(ls->fs, cc->na, MAXARG_Bx, "items in a constructor");
|
||||||
|
|||||||
Reference in New Issue
Block a user