]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0522: Vim9: string(object) hangs for recursive references v9.1.0522
authorErnie Rael <errael@raelity.com>
Thu, 4 Jul 2024 14:50:11 +0000 (16:50 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 4 Jul 2024 14:50:11 +0000 (16:50 +0200)
commit05ff4e42fb5aeaf7f7ef7965e44ddfa2d4d2baf3
tree802d7bb1979be627a6764eccb4bc9b0286d1b92b
parent4179f193ccc26e95fec66273ffa036be1ab85e0a
patch 9.1.0522: Vim9: string(object) hangs for recursive references

Problem:  Vim9: string(object) hangs for recursive references
Solution: Handle recursive objects specifically, add a hang test and a
          compare test (Ernie Rael)

fixes: #15080
closes: #15082

Signed-off-by: Ernie Rael <errael@raelity.com>
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/eval.c
src/testdir/test_vim9_class.vim
src/version.c
src/vim9class.c