1. 67fe77d patch 9.1.1325: tests: not checking error numbers properly by zeertzjq · 4 months ago
  2. 8daae6f patch 9.1.1279: Vim9: null_object and null_class are no reserved names by Yegappan Lakshmanan · 4 months ago
  3. 9cb865e patch 9.1.1232: Vim script is missing the tuple data type by Yegappan Lakshmanan · 5 months ago
  4. 92195ae patch 9.1.0952: Vim9: missing type checking for any type assignment by Yegappan Lakshmanan · 8 months ago
  5. e203841 patch 9.1.0925: Vim9: expression compiled when not necessary by Yegappan Lakshmanan · 8 months ago
  6. fe424d1 patch 9.1.0415: Some functions are not tested by Yegappan Lakshmanan · 1 year, 3 months ago
  7. 9937d8b patch 9.1.0398: Vim9: imported vars are not properly type checked by Yegappan Lakshmanan · 1 year, 3 months ago
  8. bce51d9 patch 9.1.0335: String interpolation fails for List type by Yegappan Lakshmanan · 1 year, 4 months ago
  9. f01493c patch 9.1.0329: String interpolation fails for Dict type by Yegappan Lakshmanan · 1 year, 4 months ago
  10. 1817ccd patch 9.1.0301: Vim9: heredoc start may be recognized in string by zeertzjq · 1 year, 4 months ago
  11. 7f52021 patch 9.1.0299: Vim9: return type not set for a lambda assigned to script var by Yegappan Lakshmanan · 1 year, 4 months ago
  12. 9a91d2b patch 9.1.0287: Vim9: comment may be treated as heredoc start by zeertzjq · 1 year, 4 months ago
  13. 1af3563 patch 9.1.0080: unexpected error for modifying final list using += by Yegappan Lakshmanan · 1 year, 6 months ago
  14. e75fde6 patch 9.0.2184: Vim9: inconsistent :type/:class messages by Ernie Rael · 1 year, 8 months ago
  15. 5e13315 patch 9.0.2181: Vim9: missing error messages by Ernie Rael · 1 year, 8 months ago
  16. b501108 patch 9.0.2174: Vim9: segfault when assigning to type by Ernie Rael · 1 year, 8 months ago
  17. b077b58 patch 9.0.2164: Vim9: can use type a func arg/return value by Ernie Rael · 1 year, 8 months ago
  18. fa83110 patch 9.0.2163: Vim9: type can be assigned to list/dict by Ernie Rael · 1 year, 8 months ago
  19. 2025af1 patch 9.0.2160: instanceof() should use varargs as second arg by Ernie Rael · 1 year, 8 months ago
  20. 9ed5375 patch 9.0.2156: Vim9: can use typealias in assignment by Ernie Rael · 1 year, 8 months ago
  21. d335185 patch 9.0.2155: Vim9: type not kept when assigning vars by Yegappan Lakshmanan · 1 year, 8 months ago
  22. 6689719 patch 9.0.2152: Using type unknown for List/Dict containers by Yegappan Lakshmanan · 1 year, 8 months ago
  23. 3ee2596 patch 9.0.2147: Type check tests fail without the channel feature by Yegappan Lakshmanan · 1 year, 8 months ago
  24. 1fc47c2 patch 9.0.2094: Vim9: need more assignment tests by Yegappan Lakshmanan · 1 year, 9 months ago
  25. 6709816 patch 9.0.2091: Vim9: cannot convert list to string using += by Yegappan Lakshmanan · 1 year, 9 months ago
  26. c229a6a patch 9.0.2072: Vim9: no nr2str conversion in list-unpack by Yegappan Lakshmanan · 1 year, 10 months ago
  27. 3ec6c1f patch 9.0.2057: Vim9: no strict type checks for funcrefs varargs by Ernie Rael · 1 year, 10 months ago
  28. 96952b2 patch 9.0.2043: Vim9: issue with funcref assignmentand varargs by Ernie Rael · 1 year, 10 months ago
  29. f8da324 patch 9.0.2012: Vim9: error message can be more accurate by Ernie Rael · 1 year, 10 months ago
  30. b5a0719 patch 9.0.1986: Vim9: accepting type-annotations by Yegappan Lakshmanan · 1 year, 10 months ago
  31. 4c7cb37 patch 9.0.1631: passing wrong variable type to option gives multiple errors by zeertzjq · 2 years, 2 months ago
  32. ce723f3 patch 9.0.1625: "super" is not considered a reserved name by Bram Moolenaar · 2 years, 2 months ago
  33. a93d9cd patch 9.0.1505: error when heredoc content looks like heredoc by zeertzjq · 2 years, 3 months ago
  34. ce93d16 patch 9.0.1266: error for space before ": type" is inconsistent by Bram Moolenaar · 2 years, 6 months ago
  35. 94722c5 patch 9.0.1257: code style is not check in test scripts by Bram Moolenaar · 2 years, 6 months ago
  36. 0e9bdad patch 9.0.0766: too many delete() calls in tests by Bram Moolenaar · 2 years, 10 months ago
  37. d987642 patch 9.0.0732: no check for white space before and after "=<<" by Bram Moolenaar · 2 years, 10 months ago
  38. 566badc patch 9.0.0499: in :def function list created after const is locked by Bram Moolenaar · 2 years, 11 months ago
  39. 73e28dc patch 9.0.0491: no good reason to build without the float feature by Bram Moolenaar · 2 years, 11 months ago
  40. 9510d22 patch 9.0.0444: trying to declare g:variable gives confusing error by Bram Moolenaar · 2 years, 11 months ago
  41. b18b496 patch 9.0.0363: common names in test files causes tests to be flaky by Bram Moolenaar · 3 years ago
  42. 2984ed3 patch 9.0.0230: no error for comma missing in list in :def function by Bram Moolenaar · 3 years ago
  43. 62e0e2e patch 9.0.0229: Vim9: error message for missing type is not clear by Bram Moolenaar · 3 years ago
  44. 31d9948 patch 8.2.5026: Vim9: a few lines not covered by tests by Bram Moolenaar · 3 years, 2 months ago
  45. 5cb53b7 patch 8.2.5025: Vim9: a few lines not covered by tests by Bram Moolenaar · 3 years, 2 months ago
  46. ec89223 patch 8.2.4892: test failures because of changed error messages by Bram Moolenaar · 3 years, 3 months ago
  47. bc6f2bf patch 8.2.4886: Vim9: redir in skipped block seen as assignment by Bram Moolenaar · 3 years, 3 months ago
  48. 2eaef10 patch 8.2.4883: string interpolation only works in heredoc by LemonBoy · 3 years, 3 months ago
  49. 1fc6ea9 patch 8.2.4804: expression in heredoc doesn't work for compiled function by Yegappan Lakshmanan · 3 years, 4 months ago
  50. efbfa86 patch 8.2.4770: cannot easily mix expression and heredoc by Yegappan Lakshmanan · 3 years, 4 months ago
  51. aa7d0c2 patch 8.2.4698: Vim9: script variable has no flag that it was set by Bram Moolenaar · 3 years, 4 months ago
  52. 22ebd17 patch 8.2.4662: no error for using out of range list index by Bram Moolenaar · 3 years, 4 months ago
  53. 6b8c7ba patch 8.2.4600: Vim9: not enough test coverage for executing :def function by Bram Moolenaar · 3 years, 5 months ago
  54. 2995e5c patch 8.2.4590: Vim9: range type check has wrong offset by Bram Moolenaar · 3 years, 5 months ago
  55. 2e17fef patch 8.2.4589: cannot index the g: dictionary by Bram Moolenaar · 3 years, 5 months ago
  56. badf04f patch 8.2.4554: Vim9: using null values not sufficiently tested by Bram Moolenaar · 3 years, 5 months ago
  57. 56b84b1 patch 8.2.4533: Vim9: no test that after assigning null type is still checked by Bram Moolenaar · 3 years, 5 months ago
  58. 8acb9cc patch 8.2.4526: Vim9: cannot set variables to a null value by Bram Moolenaar · 3 years, 5 months ago
  59. e1d1211 patch 8.2.4509: Vim9: can declare a variable with ":va" by Bram Moolenaar · 3 years, 5 months ago
  60. 0e1574c patch 8.2.4500: Vim9: can declare a global variable on the command line by Bram Moolenaar · 3 years, 5 months ago
  61. 1983f1a patch 8.2.4484: Vim9: some error messages are not tested by Bram Moolenaar · 3 years, 5 months ago
  62. afa048f patch 8.2.4447: Vim9: can still use s:var in a compiled function by Bram Moolenaar · 3 years, 6 months ago
  63. 0c7f261 patch 8.2.4410: Vim9: some code not covered by tests by Bram Moolenaar · 3 years, 6 months ago
  64. 6296d1e patch 8.2.4409: Vim9: some code not covered by tests by Bram Moolenaar · 3 years, 6 months ago
  65. ea5c898 patch 8.2.4408: Vim9: some code not covered by tests by Bram Moolenaar · 3 years, 6 months ago
  66. e08be09 patch 8.2.4407: Vim9: some code not covered by tests by Bram Moolenaar · 3 years, 6 months ago
  67. 8b716f5 patch 8.2.4395: some code lines not covered by tests by Bram Moolenaar · 3 years, 6 months ago
  68. e88c6b7 patch 8.2.4390: Vim9: list from declaration with inferred type not set by Bram Moolenaar · 3 years, 6 months ago
  69. bc51006 patch 8.2.4384: Vim9: error message not tested, some code not tested by Bram Moolenaar · 3 years, 6 months ago
  70. a749a42 patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistencies by Bram Moolenaar · 3 years, 6 months ago
  71. 160afdb patch 8.2.4311: Vim9: changing script variable type not caught compile time by Bram Moolenaar · 3 years, 6 months ago
  72. 83d0cec patch 8.2.4296: Vim9: not all code covered by tests by Bram Moolenaar · 3 years, 6 months ago
  73. 2d3ac2e patch 8.2.4287: cannot assign empty list with type to variable with list type by Bram Moolenaar · 3 years, 6 months ago
  74. 381692b patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy() by Bram Moolenaar · 3 years, 6 months ago
  75. 848fadd patch 8.2.4260: Vim9: can still use a global function without g: by Bram Moolenaar · 3 years, 6 months ago
  76. 62aec93 patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent by Bram Moolenaar · 3 years, 6 months ago
  77. 35c807d patch 8.2.4231: Vim9: map() gives type error when type was not declared by Bram Moolenaar · 3 years, 6 months ago
  78. 38ecd97 patch 8.2.4103: Vim9: variable declared in for loop not initialzed by Bram Moolenaar · 3 years, 7 months ago
  79. d5f400c patch 8.2.4019: Vim9: import mechanism is too complicated by Bram Moolenaar · 3 years, 7 months ago
  80. c653e4a patch 8.2.4006: Vim9: crash when declaring variable on the command line by Bram Moolenaar · 3 years, 7 months ago
  81. 078a461 patch 8.2.3996: Vim9: type checking lacks information about declared type by Bram Moolenaar · 3 years, 7 months ago
  82. 114dbda patch 8.2.3991: Vim9: error when extending dict<any> by Bram Moolenaar · 3 years, 7 months ago
  83. 9a01511 patch 8.2.3954: Vim9: no error for shadowing if script var is declared later by Bram Moolenaar · 3 years, 7 months ago
  84. 13789bf patch 8.2.3945: Vim9: partial variable argument types are wrong by Bram Moolenaar · 3 years, 7 months ago
  85. 86b3ab4 patch 8.2.3854: Vim9: inconsistent arguments for test functions by Bram Moolenaar · 3 years, 8 months ago
  86. 44a8977 patch 8.2.3844: Vim9: no type error if assigning func(number) to func(string) by Bram Moolenaar · 3 years, 8 months ago
  87. 71b7685 patch 8.2.3841: Vim9: outdated TODO items, disabled tests that work by Bram Moolenaar · 3 years, 8 months ago
  88. db9ff9a patch 8.2.3717: Vim9: error for constant list size is only given at runtime by Bram Moolenaar · 3 years, 8 months ago
  89. ab36e6a patch 8.2.3704: Vim9: cannot use a list declaration in a :def function by Bram Moolenaar · 3 years, 8 months ago
  90. 7f2c341 patch 8.2.3696: Vim9: error for invalid assignment when skipping by Bram Moolenaar · 3 years, 8 months ago
  91. 7824fc8 patch 8.2.3682: Vim9: assigning to a script variable drops the type by Bram Moolenaar · 3 years, 9 months ago
  92. 0780204 patch 8.2.3423: Vim9: list += list creates a new list in :def function by Bram Moolenaar · 4 years ago
  93. 60faf86 patch 8.2.3370: Vim9: no check for white space before type in declaration by Bram Moolenaar · 4 years ago
  94. 4f0884d patch 8.2.3332: Vim9: cannot assign to range in list by Bram Moolenaar · 4 years ago
  95. 4270d8b patch 8.2.3310: Vim9: unpack assignment does not mention source of type error by Bram Moolenaar · 4 years ago
  96. af647e7 patch 8.2.3296: Vim9: cannot add a number to a float by Bram Moolenaar · 4 years ago
  97. 23e2e11 patch 8.2.3281: Vim9: TODO items in tests can be taken care of by Bram Moolenaar · 4 years ago
  98. 7bf9a07 patch 8.2.3278: Vim9: error when adding 1 to float by Bram Moolenaar · 4 years ago
  99. e97976b patch 8.2.3266: Vim9: assignment with two indexes may check next line by Bram Moolenaar · 4 years ago
  100. f5d52c9 patch 8.2.3263: Vim9: "..=" does not accept same types as the ".." operator by Bram Moolenaar · 4 years ago