log src/vim9execute.c @ 31616:0eb51cec2154 v9.0.1140

age author description
Tue, 03 Jan 2023 20:15:03 +0100 Bram Moolenaar patch 9.0.1140: cannot call an object method in a compiled function v9.0.1140
Mon, 02 Jan 2023 21:45:04 +0100 Bram Moolenaar patch 9.0.1135: missing function argument v9.0.1135
Mon, 02 Jan 2023 21:45:02 +0100 Bram Moolenaar patch 9.0.1134: comparing objects uses identity instead of equality v9.0.1134
Mon, 02 Jan 2023 19:15:04 +0100 Bram Moolenaar patch 9.0.1133: error message names do not match the items v9.0.1133
Sat, 31 Dec 2022 15:15:02 +0100 Bram Moolenaar patch 9.0.1119: type of arguments not checked when calling a partial v9.0.1119
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
Sat, 24 Dec 2022 22:30:03 +0100 Bram Moolenaar patch 9.0.1093: using freed memory of object member v9.0.1093
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 21:45:03 +0100 Bram Moolenaar patch 9.0.1035: object members are not being marked as used v9.0.1035
Thu, 08 Dec 2022 16:45:03 +0100 Bram Moolenaar patch 9.0.1031: Vim9 class is not implemented yet v9.0.1031
Fri, 25 Nov 2022 17:45:04 +0100 Bram Moolenaar patch 9.0.0949: crash when unletting a variable while listing variables v9.0.0949
Wed, 02 Nov 2022 14:45:11 +0100 Bram Moolenaar patch 9.0.0828: various typos v9.0.0828
Fri, 07 Oct 2022 15:45:06 +0200 Bram Moolenaar patch 9.0.0683: cannot specify a time for :echowindow v9.0.0683
Sat, 01 Oct 2022 16:45:04 +0200 Bram Moolenaar patch 9.0.0632: calling a function from an "expr" option has overhead v9.0.0632
Wed, 28 Sep 2022 16:30:04 +0200 Bram Moolenaar patch 9.0.0617: calling function for reduce() has too much overhead v9.0.0617
Thu, 22 Sep 2022 18:45:03 +0200 Bram Moolenaar patch 9.0.0549: duplicated code in calling a :def function v9.0.0549
Thu, 22 Sep 2022 17:45:03 +0200 Bram Moolenaar patch 9.0.0547: looping over empty out_loop[] entries v9.0.0547
Mon, 19 Sep 2022 17:15:04 +0200 Bram Moolenaar patch 9.0.0504: still a build failure v9.0.0504
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
Sun, 18 Sep 2022 15:00:02 +0200 Bram Moolenaar patch 9.0.0499: in :def function list created after const is locked v9.0.0499
Sun, 18 Sep 2022 13:15:06 +0200 Bram Moolenaar patch 9.0.0495: closure doesn't work properly in nested loop v9.0.0495
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
Sat, 17 Sep 2022 17:30:04 +0200 Bram Moolenaar patch 9.0.0487: using freed memory with combination of closures v9.0.0487
Sat, 17 Sep 2022 16:45:04 +0200 Bram Moolenaar patch 9.0.0485: in :def function all closures in loop get the same variables
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
Sun, 11 Sep 2022 13:00:07 +0200 Bram Moolenaar patch 9.0.0440: crash when using mkdir() with "R" flag in compiled function v9.0.0440
Fri, 09 Sep 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0432: crash when using for loop variable in closure v9.0.0432
Wed, 07 Sep 2022 18:00:04 +0200 Bram Moolenaar patch 9.0.0405: arguments in a partial not used by a :def function v9.0.0405
Tue, 06 Sep 2022 22:15:02 +0200 Bram Moolenaar patch 9.0.0399: using :defer in expression funcref not tested v9.0.0399
Tue, 06 Sep 2022 20:00:04 +0200 Bram Moolenaar patch 9.0.0398: members of funccall_T are inconsistently named v9.0.0398
Tue, 06 Sep 2022 19:45:04 +0200 Bram Moolenaar patch 9.0.0397: :defer not tested with exceptions and ":qa!" v9.0.0397
Mon, 05 Sep 2022 12:00:06 +0200 Bram Moolenaar patch 9.0.0382: freeing the wrong string on failure v9.0.0382
Sun, 04 Sep 2022 17:00:03 +0200 Bram Moolenaar patch 9.0.0379: cleaning up after writefile() is a hassle v9.0.0379
Sun, 04 Sep 2022 12:45:05 +0200 Bram Moolenaar patch 9.0.0373: Coverity warns for NULL check and unused return value v9.0.0373
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 17:15:04 +0200 Bram Moolenaar patch 9.0.0350: :echowindow does not work in a compiled function v9.0.0350
Mon, 18 Jul 2022 19:00:07 +0200 Bram Moolenaar patch 9.0.0056: wrong line number reported when :cexpr fails in :def function
Wed, 29 Jun 2022 14:30:04 +0200 Bram Moolenaar patch 9.0.0004: plural messages not translated properly v9.0.0004
Sun, 22 May 2022 23:15:03 +0200 Bram Moolenaar patch 8.2.5006: asan warns for undefined behavior v8.2.5006
Sun, 22 May 2022 21:30:02 +0200 Bram Moolenaar patch 8.2.5004: right shift on negative number does not work as documented v8.2.5004
Sun, 22 May 2022 20:15:03 +0200 Bram Moolenaar patch 8.2.5003: cannot do bitwise shifts v8.2.5003
Sat, 21 May 2022 23:00:03 +0200 Bram Moolenaar patch 8.2.4995: still a compiler warning for possibly uninitialized variable v8.2.4995
Sat, 21 May 2022 20:00:03 +0200 Bram Moolenaar patch 8.2.4992: compiler warning for possibly uninitialized variable v8.2.4992
Sat, 21 May 2022 16:45:03 +0200 Bram Moolenaar patch 8.2.4989: cannot specify a function name for :defcompile v8.2.4989
Wed, 18 May 2022 12:15:04 +0200 Bram Moolenaar patch 8.2.4976: Coverity complains about not restoring a saved value v8.2.4976
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
Mon, 09 May 2022 21:15:04 +0200 Bram Moolenaar patch 8.2.4928: various white space and cosmetic mistakes v8.2.4928
Thu, 05 May 2022 15:00:04 +0200 Bram Moolenaar patch 8.2.4870: Vim9: expression in :substitute is not compiled v8.2.4870
Thu, 28 Apr 2022 13:15:04 +0200 Bram Moolenaar patch 8.2.4836: Vim9: some lines not covered by tests v8.2.4836
Wed, 27 Apr 2022 23:30:03 +0200 Bram Moolenaar patch 8.2.4835: Vim9: some lines not covered by tests v8.2.4835
Wed, 27 Apr 2022 19:00:03 +0200 Bram Moolenaar patch 8.2.4834: Vim9: some lines not covered by tests v8.2.4834
Mon, 25 Apr 2022 13:45:04 +0200 Bram Moolenaar patch 8.2.4823: concat more than 2 strings in :def function is inefficient v8.2.4823
Fri, 15 Apr 2022 22:00:03 +0200 Bram Moolenaar patch 8.2.4754: using cached values after unsetting some environment variables v8.2.4754
Thu, 14 Apr 2022 14:00:05 +0200 Bram Moolenaar patch 8.2.4748: cannot use an imported function in a mapping v8.2.4748
Tue, 05 Apr 2022 22:45:03 +0200 Bram Moolenaar patch 8.2.4698: Vim9: script variable has no flag that it was set v8.2.4698
Tue, 05 Apr 2022 18:45:03 +0200 Bram Moolenaar patch 8.2.4697: Vim9: crash when adding a duplicate key to a dictionary v8.2.4697