Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix state restore when recording __concat metamethod.
Reported by Sergey Kaplun. (cherry picked from commit eee16ef) 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
- Loading branch information