Sun, 24 Dec 2023 11:30:02 +0100 |
Christian Brabandt |
patch 9.0.2185: Coverity complains about not checking return value
v9.0.2185
|
Thu, 21 Dec 2023 17:30:05 +0100 |
Christian Brabandt |
patch 9.0.2184: Vim9: inconsistent :type/:class messages
v9.0.2184
|
Thu, 14 Dec 2023 20:15:10 +0100 |
Christian Brabandt |
patch 9.0.2164: Vim9: can use type a func arg/return value
v9.0.2164
|
Thu, 14 Dec 2023 20:15:08 +0100 |
Christian Brabandt |
patch 9.0.2163: Vim9: type can be assigned to list/dict
v9.0.2163
|
Fri, 27 Oct 2023 19:45:05 +0200 |
Christian Brabandt |
patch 9.0.2076: Vim9: No support for type aliases
v9.0.2076
|
Tue, 17 Oct 2023 11:15:06 +0200 |
Christian Brabandt |
patch 9.0.2038: Vim9: object method funcref not cleaned up after use
v9.0.2038
|
Sat, 14 Oct 2023 11:30:07 +0200 |
Christian Brabandt |
patch 9.0.2019: Vim9: no support for funcrefs
v9.0.2019
|
Wed, 04 Oct 2023 20:30:03 +0200 |
Christian Brabandt |
patch 9.0.1982: vim9: clean up from v9.0.1955
v9.0.1982
|
Fri, 29 Sep 2023 20:00:07 +0200 |
Christian Brabandt |
patch 9.0.1955: Vim9: lockvar issues with objects/classes
v9.0.1955
|
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 16:00:07 +0200 |
Christian Brabandt |
patch 9.0.1928: Vim9: constructor type checking bug
v9.0.1928
|
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
|
Mon, 11 Sep 2023 20:00:03 +0200 |
Christian Brabandt |
patch 9.0.1895: Vim9: finding object method/member is inefficient
v9.0.1895
|
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
|
Sun, 27 Aug 2023 19:30:08 +0200 |
Christian Brabandt |
patch 9.0.1805: Vim9: problem compiling object method as function call arg
v9.0.1805
|
Sun, 27 Aug 2023 18:45:08 +0200 |
Christian Brabandt |
patch 9.0.1796: Vim9 problems with null_objects
v9.0.1796
|
Thu, 17 Aug 2023 22:45:03 +0200 |
Christian Brabandt |
patch 9.0.1724: vim9class constructor argument type checking bug
v9.0.1724
|
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
|
Thu, 27 Apr 2023 17:30:05 +0200 |
Bram Moolenaar |
patch 9.0.1492: using uninitialized memory when argument is missing
v9.0.1492
|
Sat, 01 Apr 2023 23:15:03 +0200 |
Bram Moolenaar |
patch 9.0.1436: cannot compare a typed variable with v:none
v9.0.1436
|
Mon, 27 Feb 2023 09:15:04 +0100 |
Bram Moolenaar |
patch 9.0.1358: compilation error with some compilers
v9.0.1358
|
Sun, 26 Feb 2023 20:00:03 +0100 |
Bram Moolenaar |
patch 9.0.1357: using null_object results in an internal error
v9.0.1357
|
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
|
Sun, 29 Jan 2023 15:15:04 +0100 |
Bram Moolenaar |
patch 9.0.1260: Coverity warns for possible NULL pointer usage
v9.0.1260
|
Sat, 28 Jan 2023 16:30:04 +0100 |
Bram Moolenaar |
patch 9.0.1254: calling a method on an interface does not work
v9.0.1254
|
Fri, 27 Jan 2023 21:15:03 +0100 |
Bram Moolenaar |
patch 9.0.1250: cannot use an object method with :defer
v9.0.1250
|
Thu, 26 Jan 2023 13:15:04 +0100 |
Bram Moolenaar |
patch 9.0.1246: code is indented more than necessary
v9.0.1246
|
Mon, 16 Jan 2023 22:00:03 +0100 |
Bram Moolenaar |
patch 9.0.1211: storing value in interface member does not always work
v9.0.1211
|
Mon, 16 Jan 2023 20:45:04 +0100 |
Bram Moolenaar |
patch 9.0.1209: getting interface member does not always work
v9.0.1209
|
Sun, 15 Jan 2023 19:30:04 +0100 |
Bram Moolenaar |
patch 9.0.1203: return type of values() is always list<any>
v9.0.1203
|
Tue, 03 Jan 2023 13:45:04 +0100 |
Bram Moolenaar |
patch 9.0.1138: crash when expecting varargs but it is something else
v9.0.1138
|
Mon, 02 Jan 2023 21:45:02 +0100 |
Bram Moolenaar |
patch 9.0.1134: comparing objects uses identity instead of equality
v9.0.1134
|
Fri, 30 Dec 2022 11:45:04 +0100 |
Bram Moolenaar |
patch 9.0.1109: leaking allocated type
v9.0.1109
|
Thu, 29 Dec 2022 22:00:04 +0100 |
Bram Moolenaar |
patch 9.0.1108: type error when using "any" type and adding to float
v9.0.1108
|
Sun, 18 Dec 2022 23:15:02 +0100 |
Bram Moolenaar |
patch 9.0.1075: build fails if compiler doesn't allow declaration after case
v9.0.1075
|
Sun, 18 Dec 2022 22:45:04 +0100 |
Bram Moolenaar |
patch 9.0.1074: class members are not supported yet
v9.0.1074
|
Tue, 13 Dec 2022 19:45:04 +0100 |
Bram Moolenaar |
patch 9.0.1053: default constructor arguments are not optional
v9.0.1053
|
Sat, 10 Dec 2022 19:45:04 +0100 |
Bram Moolenaar |
patch 9.0.1045: in a class object members cannot be initialized
v9.0.1045
|
Fri, 09 Dec 2022 22:45:03 +0100 |
Bram Moolenaar |
patch 9.0.1041: cannot define a method in a class
v9.0.1041
|
Thu, 08 Dec 2022 16:45:03 +0100 |
Bram Moolenaar |
patch 9.0.1031: Vim9 class is not implemented yet
v9.0.1031
|
Sat, 08 Oct 2022 15:45:03 +0200 |
Bram Moolenaar |
patch 9.0.0695: failing check for dictionary type for const any
v9.0.0695
|
Fri, 07 Oct 2022 16:15:03 +0200 |
Bram Moolenaar |
patch 9.0.0684: skipped :exe command fails compilation on MS-Windows
v9.0.0684
|
Fri, 07 Oct 2022 15:45:06 +0200 |
Bram Moolenaar |
patch 9.0.0683: cannot specify a time for :echowindow
v9.0.0683
|
Thu, 29 Sep 2022 20:15:05 +0200 |
Bram Moolenaar |
patch 9.0.0623: error for modifying a const is not detected at compile time
v9.0.0623
|
Mon, 19 Sep 2022 17:00:07 +0200 |
Bram Moolenaar |
patch 9.0.0502: a closure in a nested loop in a :def function does not work
v9.0.0502
|
Sat, 17 Sep 2022 22:15:05 +0200 |
Bram Moolenaar |
patch 9.0.0491: no good reason to build without the float feature
v9.0.0491
|
Fri, 16 Sep 2022 20:15:03 +0200 |
Bram Moolenaar |
patch 9.0.0481: in :def function all closures in loop get the same variables
v9.0.0481
|
Thu, 15 Sep 2022 18:30:04 +0200 |
Bram Moolenaar |
patch 9.0.0470: in :def function all closures in loop get the same variables
v9.0.0470
|
Thu, 08 Sep 2022 21:00:04 +0200 |
Bram Moolenaar |
patch 9.0.0419: the :defer command does not check the function arguments
v9.0.0419
|
Sun, 04 Sep 2022 14:00:03 +0200 |
Bram Moolenaar |
patch 9.0.0376: clang warns for dead assignments
v9.0.0376
|
Sat, 03 Sep 2022 22:45:03 +0200 |
Bram Moolenaar |
patch 9.0.0370: cleaning up afterwards can make a function messy
v9.0.0370
|
Thu, 01 Sep 2022 18:30:02 +0200 |
Bram Moolenaar |
patch 9.0.0353: missing entry in switch
v9.0.0353
|
Wed, 25 May 2022 20:30:06 +0200 |
Bram Moolenaar |
patch 8.2.5018: Vim9: some code is not covered by tests
v8.2.5018
|
Tue, 17 May 2022 17:15:03 +0200 |
Bram Moolenaar |
patch 8.2.4973: Vim9: type error for list unpack mentions argument
v8.2.4973
|
Tue, 10 May 2022 14:30:04 +0200 |
Bram Moolenaar |
patch 8.2.4930: interpolated string expression requires escaping
v8.2.4930
|
Wed, 04 May 2022 18:00:04 +0200 |
Bram Moolenaar |
patch 8.2.4863: accessing freed memory in test without the +channel feature
v8.2.4863
|
Wed, 27 Apr 2022 19:00:03 +0200 |
Bram Moolenaar |
patch 8.2.4834: Vim9: some lines not covered by tests
v8.2.4834
|