Thu, 25 Apr 2024 21:45:03 +0200 |
Christian Brabandt |
patch 9.1.0371: Vim9: compile_def_function() still too long
v9.1.0371
|
Wed, 24 Apr 2024 20:15:03 +0200 |
Christian Brabandt |
patch 9.1.0369: Vim9: problem when importing autoloaded scripts
v9.1.0369
|
Tue, 23 Apr 2024 20:30:09 +0200 |
Christian Brabandt |
patch 9.1.0367: compile_def_function is too long
v9.1.0367
|
Mon, 15 Apr 2024 19:30:04 +0200 |
Christian Brabandt |
patch 9.1.0335: String interpolation fails for List type
v9.1.0335
|
Sat, 13 Apr 2024 18:15:03 +0200 |
Christian Brabandt |
patch 9.1.0314: Vim9: Can define a class in a function
v9.1.0314
|
Mon, 01 Apr 2024 15:00:09 +0200 |
Christian Brabandt |
patch 9.1.0252: Vim9: segfault with static in super class
v9.1.0252
|
Thu, 28 Mar 2024 10:45:06 +0100 |
Christian Brabandt |
patch 9.1.0219: Vim9: No enum support
v9.1.0219
|
Fri, 22 Mar 2024 20:00:06 +0100 |
Christian Brabandt |
patch 9.1.0198: Vim9: compound operators broken for lambdas in an object
v9.1.0198
|
Thu, 04 Jan 2024 21:30:04 +0100 |
Christian Brabandt |
patch 9.1.0006: is*() and to*() function may be unsafe
v9.1.0006
|
Thu, 21 Dec 2023 17:30:05 +0100 |
Christian Brabandt |
patch 9.0.2184: Vim9: inconsistent :type/:class messages
v9.0.2184
|
Thu, 21 Dec 2023 17:00:04 +0100 |
Christian Brabandt |
patch 9.0.2182: Vim9: need a way to reserve future extension
v9.0.2182
|
Tue, 19 Dec 2023 22:30:03 +0100 |
Christian Brabandt |
patch 9.0.2181: Vim9: missing error messages
v9.0.2181
|
Tue, 19 Dec 2023 21:00:04 +0100 |
Christian Brabandt |
patch 9.0.2180: POSIX function name in exarg causes issues
v9.0.2180
|
Sat, 16 Dec 2023 14:15:05 +0100 |
Christian Brabandt |
patch 9.0.2170: Vim9: no support for const/final class/objects vars
v9.0.2170
|
Mon, 11 Dec 2023 17:45:06 +0100 |
Christian Brabandt |
patch 9.0.2156: Vim9: can use typealias in assignment
v9.0.2156
|
Sat, 11 Nov 2023 09:00:06 +0100 |
Christian Brabandt |
patch 9.0.2096: Vim9: confusing usage of private
v9.0.2096
|
Sun, 05 Nov 2023 10:15:05 +0100 |
Christian Brabandt |
patch 9.0.2091: Vim9: cannot convert list to string using +=
v9.0.2091
|
Fri, 27 Oct 2023 19:45:05 +0200 |
Christian Brabandt |
patch 9.0.2076: Vim9: No support for type aliases
v9.0.2076
|
Thu, 26 Oct 2023 23:15:06 +0200 |
Christian Brabandt |
patch 9.0.2072: Vim9: no nr2str conversion in list-unpack
v9.0.2072
|
Sat, 14 Oct 2023 11:30:07 +0200 |
Christian Brabandt |
patch 9.0.2019: Vim9: no support for funcrefs
v9.0.2019
|
Wed, 11 Oct 2023 22:00:03 +0200 |
Christian Brabandt |
patch 9.0.2016: Vim9: assignment operators don't work for class vars
v9.0.2016
|
Sun, 08 Oct 2023 19:15:06 +0200 |
Christian Brabandt |
patch 9.0.2002: Vim9: need cleanup of class related interface code
v9.0.2002
|
Fri, 06 Oct 2023 20:00:06 +0200 |
Christian Brabandt |
patch 9.0.1999: Vim9: some error messages can be improved
v9.0.1999
|
Thu, 05 Oct 2023 20:30:08 +0200 |
Christian Brabandt |
patch 9.0.1986: Vim9: accepting type-annotations
v9.0.1986
|
Wed, 04 Oct 2023 20:00:06 +0200 |
Christian Brabandt |
patch 9.0.1977: Vim9: object members can change type
v9.0.1977
|
Fri, 29 Sep 2023 19:45:06 +0200 |
Christian Brabandt |
patch 9.0.1952: Vim9: unused static field
v9.0.1952
|
Wed, 27 Sep 2023 19:00:10 +0200 |
Christian Brabandt |
patch 9.0.1944: Vim9: function instruction pointer invalidated
v9.0.1944
|
Sun, 24 Sep 2023 23:30:06 +0200 |
Christian Brabandt |
patch 9.0.1935: Vim9: not consistent error messages
v9.0.1935
|
Sun, 24 Sep 2023 16:00:07 +0200 |
Christian Brabandt |
patch 9.0.1928: Vim9: constructor type checking bug
v9.0.1928
|
Thu, 21 Sep 2023 16:45:09 +0200 |
Christian Brabandt |
patch 9.0.1926: Vim9: not enough info in error message
v9.0.1926
|
Tue, 19 Sep 2023 20:45:06 +0200 |
Christian Brabandt |
patch 9.0.1914: Vim9: few issues when accessing object members
v9.0.1914
|
Mon, 18 Sep 2023 20:00:12 +0200 |
Christian Brabandt |
patch 9.0.1909: Vim9: problem calling class method from other class
v9.0.1909
|
Fri, 15 Sep 2023 20:30:05 +0200 |
Christian Brabandt |
patch 9.0.1898: Vim9: restrict access to static vars
v9.0.1898
|
Mon, 11 Sep 2023 20:15:06 +0200 |
Christian Brabandt |
patch 9.0.1897: Vim9: confusing error with .= in compiled functions
v9.0.1897
|
Sun, 10 Sep 2023 18:30:04 +0200 |
Christian Brabandt |
patch 9.0.1890: Vim9: lookup code for class/object repaeated
v9.0.1890
|
Mon, 04 Sep 2023 22:45:04 +0200 |
Christian Brabandt |
patch 9.0.1867: Vim9: access to interface statics possible
v9.0.1867
|
Sat, 02 Sep 2023 15:15:06 +0200 |
Christian Brabandt |
patch 9.0.1842: Need more accurate profiling
v9.0.1842
|
Fri, 01 Sep 2023 22:15:04 +0200 |
Christian Brabandt |
patch 9.0.1838: Vim9: Cannot modify class member vars from def function
v9.0.1838
|
Fri, 01 Sep 2023 19:00:10 +0200 |
Christian Brabandt |
patch 9.0.1837: Vim9: class_member_type() can be optimized
v9.0.1837
|
Thu, 31 Aug 2023 18:15:10 +0200 |
Christian Brabandt |
patch 9.0.1829: Vim9 missing access-checks for private vars
v9.0.1829
|
Wed, 30 Aug 2023 16:45:10 +0200 |
Christian Brabandt |
patch 9.0.1824: Vim9: private members may be modifiable
v9.0.1824
|
Sun, 27 Aug 2023 18:45:08 +0200 |
Christian Brabandt |
patch 9.0.1796: Vim9 problems with null_objects
v9.0.1796
|
Sun, 27 Aug 2023 18:45:05 +0200 |
Christian Brabandt |
patch 9.0.1795: Indentation issues
v9.0.1795
|
Tue, 22 Aug 2023 21:45:02 +0200 |
Christian Brabandt |
patch 9.0.1780: Vim9 type not defined during object creation
v9.0.1780
|
Sat, 19 Aug 2023 13:15:04 +0200 |
Christian Brabandt |
patch 9.0.1741: No type checking in interfaces
v9.0.1741
|
Mon, 26 Jun 2023 13:13:12 +0200 |
Christian Brabandt |
Fix line endings issue
|
Mon, 26 Jun 2023 09:54:34 +0200 |
Christian Brabandt |
normalize line endings
|
Fri, 19 May 2023 20:15:04 +0200 |
Bram Moolenaar |
patch 9.0.1569: cannot use "this.member" in lambda in class method
v9.0.1569
|
Sun, 14 May 2023 23:15:03 +0200 |
Bram Moolenaar |
patch 9.0.1558: wrong error for unreachable code after :throw
v9.0.1558
|
Sun, 14 May 2023 22:45:04 +0200 |
Bram Moolenaar |
patch 9.0.1557: test failures for unreachable code
v9.0.1557
|
Sun, 14 May 2023 21:15:03 +0200 |
Bram Moolenaar |
patch 9.0.1556: Vim9: error for missing "return" after "throw"
v9.0.1556
|
Sun, 07 May 2023 23:00:03 +0200 |
Bram Moolenaar |
patch 9.0.1523: some error messages are not marked for translation
v9.0.1523
|
Mon, 24 Apr 2023 18:30:04 +0200 |
Bram Moolenaar |
patch 9.0.1483: += operator does not work on class member
v9.0.1483
|
Sun, 23 Apr 2023 00:00:04 +0200 |
Bram Moolenaar |
patch 9.0.1479: small source file problems; outdated list of distrib. files
v9.0.1479
|
Wed, 22 Feb 2023 13:45:04 +0100 |
Bram Moolenaar |
patch 9.0.1340: Coverity warns for using NULL pointer
v9.0.1340
|
Tue, 21 Feb 2023 15:30:08 +0100 |
Bram Moolenaar |
patch 9.0.1336: functions without arguments are not always declared properly
v9.0.1336
|
Tue, 21 Feb 2023 13:45:07 +0100 |
Bram Moolenaar |
patch 9.0.1334: using tt_member for the class leads to mistakes
v9.0.1334
|
Sat, 18 Feb 2023 19:45:07 +0100 |
Bram Moolenaar |
patch 9.0.1322: crash when indexing "any" which is an object
v9.0.1322
|
Wed, 08 Feb 2023 22:00:06 +0100 |
Bram Moolenaar |
patch 9.0.1292: :defer may call the wrong method for an object
v9.0.1292
|
Mon, 30 Jan 2023 22:15:03 +0100 |
Bram Moolenaar |
patch 9.0.1266: error for space before ": type" is inconsistent
v9.0.1266
|