]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2078: several problems with type aliases v9.0.2078
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 28 Oct 2023 13:53:55 +0000 (15:53 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 28 Oct 2023 13:53:55 +0000 (15:53 +0200)
commitfeaccd239573a6265d39d3a917862ee40742eab4
tree3ccb80ce860395236ba3d4a44b4257af99e4b21a
parent87ca5e86fa0ef305f3d39cc4261b622f21417f7f
patch 9.0.2078: several problems with type aliases

Problem:  several problems with type aliases
Solution: Check for more error conditions, add tests,
          fix issues

Check for more error conditions and add additional tests

fixes  #13434
fixes  #13437
fixes  #13438
closes #13441

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
12 files changed:
runtime/doc/vim9class.txt
src/errors.h
src/eval.c
src/evalvars.c
src/proto/typval.pro
src/testdir/test_vim9_script.vim
src/typval.c
src/version.c
src/vim9class.c
src/vim9execute.c
src/vim9expr.c
src/vim9type.c