1
0
mirror of https://github.com/lua/lua.git synced 2025-01-28 06:03:00 +08:00
lua/testes
Roberto Ierusalimschy 63295f1f7f Fixed two bugs in to-be-closed variables x constants
The parser were mixing compiler indices of variables with stack indices,
so that when a to-be-closed variable was used inside the scope of
compile-time constants (which may be optimized away), it might be closed
in the wrong place. (See new tests for examples.)

Besides fixing the bugs, this commit also changed comments and variable
names to avoid that kind of confusion and added tests.
2020-06-01 15:07:58 -03:00
..
2019-07-18 15:31:22 -03:00
2019-08-20 13:42:26 -03:00
2019-12-30 11:45:08 -03:00
2019-12-30 11:45:08 -03:00
2019-12-30 11:45:08 -03:00
2019-12-30 11:45:08 -03:00
2020-02-27 12:59:22 -03:00
2019-08-16 14:58:02 -03:00
2020-02-27 12:59:22 -03:00
2019-08-16 14:58:02 -03:00
2019-12-30 11:45:08 -03:00
2019-07-30 12:18:19 -03:00
2018-12-14 13:49:02 -02:00
2019-08-16 14:58:02 -03:00
2019-08-20 13:42:26 -03:00
2020-02-27 12:59:22 -03:00
2020-02-27 12:59:22 -03:00
2019-08-16 14:58:02 -03:00
2020-03-16 14:13:13 -03:00