Commit bc073bb
Fix variable destructuring compatibility issue with lua 5.1 (#158)
* Fix variable destructuring compatibility issue for lua 5.1
* Remove deprecated assignmentDestructuring test files in favor of version-specific tests
* fix Lua 5.3 VM compatibility issue with running Lua 5.1 code
* Removed duplicate tests, renamed tests to match the test case
* Fix style & coding conventions to match the project
* Remove unnecessary backport
(generated lualib no longer contains varible destruturing)1 parent 0d4c162 commit bc073bb
File tree
6 files changed
+49
-7
lines changed- src
- targets
- test
- translation
- lua
- ts
- unit
6 files changed
+49
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1286 | 1286 | | |
1287 | 1287 | | |
1288 | 1288 | | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
1289 | 1297 | | |
1290 | 1298 | | |
1291 | 1299 | | |
| |||
1298 | 1306 | | |
1299 | 1307 | | |
1300 | 1308 | | |
1301 | | - | |
1302 | 1309 | | |
1303 | 1310 | | |
1304 | 1311 | | |
1305 | 1312 | | |
1306 | 1313 | | |
1307 | 1314 | | |
1308 | 1315 | | |
| 1316 | + | |
1309 | 1317 | | |
1310 | 1318 | | |
1311 | 1319 | | |
1312 | 1320 | | |
1313 | 1321 | | |
1314 | | - | |
| 1322 | + | |
1315 | 1323 | | |
1316 | 1324 | | |
1317 | 1325 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
56 | 61 | | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments