Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
Restore state when recording __concat metamethod throws an error. Thanks to Sergey Kaplun. (cherry picked from commit 7421a1b33) Since neither `rec_cat()` nor `lj_record_ret()` restore the Lua stack, if the error is raised, it leads either to a crash in `BC_RET` or to the "unbalanced stack" assertion failure. This patch protects the `rec_mm_arith()`, which can raise an error. Its caller returns the negated error code to be rethrown in case of the caught error. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#10199
5676 of 6028 branches covered (94.16%)
Branch coverage included in aggregate %.
15 of 16 new or added lines in 1 file covered. (93.75%)
21 existing lines in 4 files now uncovered.21649 of 23443 relevant lines covered (92.35%)
2923934.87 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
96.29 |
0.03% | src/lj_record.c |
Lines | Coverage | ∆ | File |
---|---|---|---|
2 |
77.63 |
-0.16% | src/lj_opt_fold.c |
2 |
91.96 |
-0.45% | src/luajit.c |
7 |
94.74 |
-4.78% | src/lj_str.c |
10 |
77.43 |
-1.01% | src/lj_api.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10471019114.1 | 89 |
92.72 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|