]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1758: vim9 no class identifiers in stack dumps v9.0.1758
authorLemonBoy <thatlemon@gmail.com>
Sun, 20 Aug 2023 16:09:11 +0000 (18:09 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 20 Aug 2023 16:09:11 +0000 (18:09 +0200)
commit0ffc17aa479867f6f3ee14a46cf71352f126b5ba
tree30394f93f2f873ed8df1e2ac293989bbb28dccfb
parent4b1cc7906f2fa9aa5a41c16467e5d3ac4b64e323
patch 9.0.1758: vim9 no class identifiers in stack dumps

Problem:  vim9 no class identifiers in stack dumps
Solution: Prefix class members in stack traces with the class name
          followed by a dot.

closes: #12866
closes: #12078

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: LemonBoy <thatlemon@gmail.com>
src/scriptfile.c
src/testdir/test_vim9_class.vim
src/version.c