push
github
Fix state restore when recording __concat metamethod. Reported by Sergey Kaplun. (cherry picked from commit eee16efa7) This commit is a follow-up to the previous one. It fixes the case when the `topslot` is adjusting for simple concatenation results. This patch adds the update of the corresponding Lua stack slots to be restored. This fixes back the <lj-839-concat-recording.test.lua> test. Sergey Kaplun: * added the description for the problem Part of tarantool/tarantool#11055 Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org> (cherry picked from commit 5a68e118c)
5701 of 6039 branches covered (94.4%)
Branch coverage included in aggregate %.
5 of 5 new or added lines in 1 file covered. (100.0%)
18 existing lines in 5 files now uncovered.21732 of 23461 relevant lines covered (92.63%)
2958113.21 hits per line