1. 4f32c83 patch 9.1.0020: Vim9: cannot compile all methods in a class by Yegappan Lakshmanan · 1 year, 8 months ago
  2. ff6f0d5 patch 9.0.2182: Vim9: need a way to reserve future extension by Yegappan Lakshmanan · 1 year, 9 months ago
  3. 6fdb628 patch 9.0.2180: POSIX function name in exarg causes issues by Zoltan Arpadffy · 1 year, 9 months ago
  4. e5437c5 patch 9.0.2170: Vim9: no support for const/final class/objects vars by Yegappan Lakshmanan · 1 year, 9 months ago
  5. 74da0ee patch 9.0.2167: Vim9: not consistently using :var for declarations by Doug Kearns · 1 year, 9 months ago
  6. b077b58 patch 9.0.2164: Vim9: can use type a func arg/return value by Ernie Rael · 1 year, 9 months ago
  7. d2e1c83 patch 9.0.2161: Vim9: not able to use imported interfaces and classes by Yegappan Lakshmanan · 1 year, 9 months ago
  8. 2025af1 patch 9.0.2160: instanceof() should use varargs as second arg by Ernie Rael · 1 year, 9 months ago
  9. 6b36645 patch 9.0.2119: remove dead-condition in ex_class by Christian Brabandt · 1 year, 10 months ago
  10. 03042a2 patch 9.0.2096: Vim9: confusing usage of private by Ernie Rael · 1 year, 10 months ago
  11. 5a53925 patch 9.0.2088: Vim9: still allows abstract static methods by Yegappan Lakshmanan · 1 year, 10 months ago
  12. 33c1da7 patch 9.0.2087: build-failure in vim9class by Christian Brabandt · 1 year, 10 months ago
  13. 2b358ad patch 9.0.2085: Vim9: abstract can be used in interface by Yegappan Lakshmanan · 1 year, 10 months ago
  14. ef9e3f8 patch 9.0.2084: Vim9: abstract static methods are possible by Yegappan Lakshmanan · 1 year, 10 months ago
  15. feaccd2 patch 9.0.2078: several problems with type aliases by Yegappan Lakshmanan · 1 year, 10 months ago
  16. ec3cebb patch 9.0.2076: Vim9: No support for type aliases by Yegappan Lakshmanan · 1 year, 10 months ago
  17. 0ab500d patch 9.0.2059: outstanding exceptions may be skipped by Yegappan Lakshmanan · 1 year, 11 months ago
  18. d4802ec patch 9.0.2055: Vim9: non-consistent error messages by Ernie Rael · 1 year, 11 months ago
  19. 00b5537 patch 9.0.2051: Vim9: wrong error for non-existing object var by Yegappan Lakshmanan · 1 year, 11 months ago
  20. 29bb67f patch 9.0.2019: Vim9: no support for funcrefs by Yegappan Lakshmanan · 1 year, 11 months ago
  21. 1ea4288 patch 9.0.2016: Vim9: assignment operators don't work for class vars by Yegappan Lakshmanan · 1 year, 11 months ago
  22. b852305 patch 9.0.2002: Vim9: need cleanup of class related interface code by Yegappan Lakshmanan · 1 year, 11 months ago
  23. e6c9aa5 patch 9.0.1999: Vim9: some error messages can be improved by Ernie Rael · 1 year, 11 months ago
  24. d615a31 patch 9.0.1989: Vim9: double error message given by Ernie Rael · 1 year, 11 months ago
  25. d2f4800 patch 9.0.1988: Vim9: potential use-after-free for class members by Yegappan Lakshmanan · 1 year, 11 months ago
  26. 6488564 patch 9.0.1982: vim9: clean up from v9.0.1955 by Ernie Rael · 1 year, 11 months ago
  27. fe7b20a patch 9.0.1977: Vim9: object members can change type by Yegappan Lakshmanan · 1 year, 11 months ago
  28. b32064f patch 9.0.1974: vim9: using contra-variant type-checks by Yegappan Lakshmanan · 1 year, 11 months ago
  29. f3b68d4 patch 9.0.1959: Vim9: methods parameters and types are covariant by Yegappan Lakshmanan · 1 year, 11 months ago
  30. 5a05d37 patch 9.0.1952: Vim9: unused static field by Yegappan Lakshmanan · 2 years ago
  31. b90e3bc patch 9.0.1951: Vim9: hard to debug vim9_class errors from CI by Yegappan Lakshmanan · 2 years ago
  32. f057aca patch 9.0.1949: Vim9: allows reserved keywords as members by Yegappan Lakshmanan · 2 years ago
  33. 2dede3d patch 9.0.1945: Vim9: missing support for ro-vars in interface by Yegappan Lakshmanan · 2 years ago
  34. 7fe8f43 patch 9.0.1935: Vim9: not consistent error messages by RestorerZ · 2 years ago
  35. b895b0f patch 9.0.1928: Vim9: constructor type checking bug by h-east · 2 years ago
  36. 1db1514 patch 9.0.1914: Vim9: few issues when accessing object members by Yegappan Lakshmanan · 2 years ago
  37. 3da696d patch 9.0.1911: Vim9: segfault with null object and instanceof() by Ernie Rael · 2 years ago
  38. 00cd182 patch 9.0.1909: Vim9: problem calling class method from other class by Yegappan Lakshmanan · 2 years ago
  39. 92d9ee5 patch 9.0.1906: Vim9: Interfaces should not support class methods and variables by Yegappan Lakshmanan · 2 years ago
  40. e2deb7e patch 9.0.1902: Vim9: Coverity complains about dead code by Yegappan Lakshmanan · 2 years ago
  41. c30a90d patch 9.0.1898: Vim9: restrict access to static vars by Yegappan Lakshmanan · 2 years ago
  42. 4d00b83 patch 9.0.1895: Vim9: finding object method/member is inefficient by Ernie Rael · 2 years ago
  43. f36bbcd patch 9.0.1890: Vim9: lookup code for class/object repaeated by Yegappan Lakshmanan · 2 years ago
  44. 342f4f6 patch 9.0.1888: Vim9: Problem trying to invoke class method by Yegappan Lakshmanan · 2 years ago
  45. 23c92d9 patch 9.0.1887: Vim9: class members are accessible via object by Yegappan Lakshmanan · 2 years ago
  46. 7bcd25c patch 9.0.1885: Vim9: no support for abstract methods by Yegappan Lakshmanan · 2 years ago
  47. cc0bcf4 patch 9.0.1883: Vim9: Calling an interface method using a child object fails by Yegappan Lakshmanan · 2 years ago
  48. cf138d4 patch 9.0.1880: Vim9: Need more tests for inheritance by Ernie Rael · 2 years ago
  49. 1689e84 patch 9.0.1879: Vim9: incorrect duplicate class member detection by Yegappan Lakshmanan · 2 years ago
  50. 18143d3 patch 9.0.1867: Vim9: access to interface statics possible by Ernie Rael · 2 years ago
  51. e651e11 patch 9.0.1862: Vim9 Garbage Collection issues by Yegappan Lakshmanan · 2 years ago
  52. 21d3212 patch 9.0.1842: Need more accurate profiling by Ernie Rael · 2 years ago
  53. 3775f77 patch 9.0.1838: Vim9: Cannot modify class member vars from def function by Yegappan Lakshmanan · 2 years ago
  54. 456ae55 patch 9.0.1837: Vim9: class_member_type() can be optimized by Ernie Rael · 2 years ago
  55. eb91e24 patch 9.0.1829: Vim9 missing access-checks for private vars by Yegappan Lakshmanan · 2 years ago
  56. e3b6c78 patch 9.0.1822: Vim9: no check for duplicate members in extended classes by Yegappan Lakshmanan · 2 years ago
  57. 4b9777a patch 9.0.1821: Vim9 constructors are always static by Gianmaria Bajo · 2 years ago
  58. 2ba9d2e patch 9.0.1814: Vim9 no error on duplicate object member var by Yegappan Lakshmanan · 2 years ago
  59. cd7293b patch 9.0.1804: Vim9: no support for private object methods by Yegappan Lakshmanan · 2 years ago
  60. d4e4ecb patch 9.0.1795: Indentation issues by Yegappan Lakshmanan · 2 years ago
  61. afe0466 patch 9.0.1786: Vim9: need instanceof() function by LemonBoy · 2 years ago
  62. 618e47d patch 9.0.1780: Vim9 type not defined during object creation by Yegappan Lakshmanan · 2 years ago
  63. 6ac1544 patch 9.0.1760: vim9 class problem with new() constructor by Yegappan Lakshmanan · 2 years, 1 month ago
  64. 4b1cc79 patch 9.0.1757: ex_class() function is too long by Yegappan Lakshmanan · 2 years, 1 month ago
  65. 28ae5a3 patch 9.0.1746: vim9class compile error for char/char_u conversion by Christian Brabandt · 2 years, 1 month ago
  66. c5d2744 patch 9.0.1741: No type checking in interfaces by LemonBoy · 2 years, 1 month ago
  67. b102728 patch 9.0.1737: Calling a base class method through an extended class fails by Yegappan Lakshmanan · 2 years, 1 month ago
  68. a456b12 patch 9.0.1720: Vim9 class using wrong index for overridden method by Yegappan Lakshmanan · 2 years, 1 month ago
  69. 5b0889b patch 9.0.1712: missing null check in object_clear() by Jia-Ju Bai · 2 years, 1 month ago
  70. 74cc13c patch 9.0.1703: Vim9 Calling a method in an extended class fails by Yegappan Lakshmanan · 2 years, 1 month ago
  71. 57a02cc patch 9.0.1701: vim9 crash when class member overridden by Yegappan Lakshmanan · 2 years, 1 month ago
  72. f7ca56f patch 9.0.1609: crash when an object indirectly references itself by Bram Moolenaar · 2 years, 3 months ago
  73. 114ec81 patch 9.0.1605: crash when calling method on super in child constructor by Ernie Rael · 2 years, 3 months ago
  74. 61378a1 patch 9.0.1466: cannot use an object member name as a method argument by h-east · 2 years, 5 months ago
  75. d13dd30 patch 9.0.1402: crash when using null_class by Bram Moolenaar · 2 years, 6 months ago
  76. d874247 patch 9.0.1381: ACCESS_ names have a conflict with on some systems by =?UTF-8?q?Ola=20S=C3=B6der?= · 2 years, 6 months ago
  77. 83ae615 patch 9.0.1355: no error when declaring a class twice by Bram Moolenaar · 2 years, 6 months ago
  78. b1e32ac patch 9.0.1334: using tt_member for the class leads to mistakes by Bram Moolenaar · 2 years, 7 months ago
  79. 552bdca patch 9.0.1317: crash when using an unset object variable by Bram Moolenaar · 2 years, 7 months ago
  80. d0200c8 patch 9.0.1254: calling a method on an interface does not work by Bram Moolenaar · 2 years, 7 months ago
  81. 657aea7 patch 9.0.1249: cannot export an abstract class by Bram Moolenaar · 2 years, 7 months ago
  82. 62a6923 patch 9.0.1240: cannot access a private object member in a lambda by Bram Moolenaar · 2 years, 7 months ago
  83. 29ac5df patch 9.0.1209: getting interface member does not always work by Bram Moolenaar · 2 years, 8 months ago
  84. ae3205a patch 9.0.1205: crash when handling class that extends another class by Bram Moolenaar · 2 years, 8 months ago
  85. 24a8d06 patch 9.0.1198: abstract class not supported yet by Bram Moolenaar · 2 years, 8 months ago
  86. b40a2fb patch 9.0.1194: compiler warning for comparing pointer with int by Bram Moolenaar · 2 years, 8 months ago
  87. d40f00c patch 9.0.1192: no error when class function argument shadows a member by Bram Moolenaar · 2 years, 8 months ago
  88. a86655a patch 9.0.1185: using class from imported script not tested by Bram Moolenaar · 2 years, 8 months ago
  89. a94bd9d patch 9.0.1184: interface of an object is not recognized when checking type by Bram Moolenaar · 2 years, 8 months ago
  90. 58b4009 patch 9.0.1178: a child class cannot override functions from a base class by Bram Moolenaar · 2 years, 8 months ago
  91. 8367716 patch 9.0.1159: extends argument for class not implemented yet by Bram Moolenaar · 2 years, 8 months ago
  92. df8f947 patch 9.0.1157: "implements" only handles one interface name by Bram Moolenaar · 2 years, 8 months ago
  93. 2c01131 patch 9.0.1154: Coverity warns for dead code by Bram Moolenaar · 2 years, 8 months ago
  94. 7d4d87b patch 9.0.1153: build error with some compilers by Bram Moolenaar · 2 years, 8 months ago
  95. 94674f2 patch 9.0.1152: class "implements" argument not implemented by Bram Moolenaar · 2 years, 8 months ago
  96. 554d031 patch 9.0.1150: :interface is not implemented yet by Bram Moolenaar · 2 years, 8 months ago
  97. e83c133 patch 9.0.1136: memory leak when getting class member type from expr by Bram Moolenaar · 2 years, 8 months ago
  98. 993dbc3 patch 9.0.1128: build failure by Bram Moolenaar · 2 years, 8 months ago
  99. 6acf757 patch 9.0.1127: no error if function argument shadows class member by Bram Moolenaar · 2 years, 8 months ago
  100. ec8b74f patch 9.0.1125: memory leak when using class functions by Bram Moolenaar · 2 years, 8 months ago