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