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 and the test for the problem Part of tarantool/tarantool#11055
5700 of 6039 branches covered (94.39%)
Branch coverage included in aggregate %.
5 of 5 new or added lines in 1 file covered. (100.0%)
23 existing lines in 5 files now uncovered.21728 of 23461 relevant lines covered (92.61%)
2959321.71 hits per line