log src/vim9execute.c @ 31976:16025ef158bf v9.0.1320

age author description
Sat, 18 Feb 2023 15:45:04 +0100 Bram Moolenaar patch 9.0.1320: checking the type of a null object causes a crash v9.0.1320
Fri, 10 Feb 2023 17:00:04 +0100 Bram Moolenaar patch 9.0.1296: calling an object method with arguments does not work v9.0.1296
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
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
Fri, 20 Jan 2023 21:01:46 +0100 Bram Moolenaar patch 9.0.1224: cannot call a :def function with a number for float argument v9.0.1224
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
Thu, 05 Jan 2023 21:00:06 +0100 Bram Moolenaar patch 9.0.1150: :interface is not implemented yet v9.0.1150
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