log src/vim9expr.c @ 29247:5f314b2ed494 v8.2.5142

age author description
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
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 23:00:02 +0200 Bram Moolenaar patch 8.2.5005: compiler warning for uninitialized variable v8.2.5005
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
Tue, 17 May 2022 16:15:02 +0200 Bram Moolenaar patch 8.2.4972: Vim9: compilation fails when using dict member when skipping v8.2.4972
Fri, 13 May 2022 17:30:02 +0200 Bram Moolenaar patch 8.2.4949: Vim9: some code not covered by tests v8.2.4949
Thu, 12 May 2022 23:15:03 +0200 Bram Moolenaar patch 8.2.4946: Vim9: some code not covered by tests v8.2.4946
Thu, 12 May 2022 12:15:03 +0200 Bram Moolenaar patch 8.2.4940: some code is never used v8.2.4940
Tue, 10 May 2022 14:30:04 +0200 Bram Moolenaar patch 8.2.4930: interpolated string expression requires escaping v8.2.4930
Fri, 06 May 2022 14:15:03 +0200 Bram Moolenaar patch 8.2.4883: string interpolation only works in heredoc
Thu, 05 May 2022 15:00:04 +0200 Bram Moolenaar patch 8.2.4870: Vim9: expression in :substitute is not compiled v8.2.4870
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
Sat, 02 Apr 2022 23:00:05 +0200 Bram Moolenaar patch 8.2.4669: in compiled code len('string') is not inlined v8.2.4669
Fri, 01 Apr 2022 14:30:03 +0200 Bram Moolenaar patch 8.2.4661: Coverity warning for using uninitialized variable v8.2.4661
Thu, 31 Mar 2022 21:15:03 +0200 Bram Moolenaar patch 8.2.4657: errors for functions are sometimes hard to read v8.2.4657
Thu, 31 Mar 2022 17:30:03 +0200 Bram Moolenaar patch 8.2.4656: Vim9: can't use item from "import autoload" with autoload dir v8.2.4656
Wed, 30 Mar 2022 22:15:04 +0200 Bram Moolenaar patch 8.2.4650: "import autoload" only works with using 'runtimepath' v8.2.4650
Sun, 27 Mar 2022 17:30:04 +0200 Bram Moolenaar patch 8.2.4634: Vim9: cannot initialize a variable to null_list
Wed, 23 Mar 2022 12:30:04 +0100 Bram Moolenaar patch 8.2.4612: Vim9: cannot use a recursive call in a nested function v8.2.4612
Wed, 16 Mar 2022 19:00:03 +0100 Bram Moolenaar patch 8.2.4580: Vim9: incorrect error for shadowing variable v8.2.4580
Tue, 15 Mar 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4575: Vim9: test for profiling still fails v8.2.4575
Tue, 15 Mar 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.4573: a nested function is compiled for debugging without context v8.2.4573
Tue, 08 Mar 2022 14:30:05 +0100 Bram Moolenaar patch 8.2.4526: Vim9: cannot set variables to a null value v8.2.4526
Tue, 22 Feb 2022 21:45:03 +0100 Bram Moolenaar patch 8.2.4447: Vim9: can still use s:var in a compiled function v8.2.4447
Sun, 13 Feb 2022 23:00:04 +0100 Bram Moolenaar patch 8.2.4375: ctx_imports is not used v8.2.4375
Tue, 08 Feb 2022 22:30:03 +0100 Bram Moolenaar patch 8.2.4333: cstack not always passed to where it is needed v8.2.4333
Tue, 08 Feb 2022 21:45:03 +0100 Bram Moolenaar patch 8.2.4332: Vim9: incomplete test for existing script variable in block v8.2.4332
Sun, 06 Feb 2022 19:45:02 +0100 Bram Moolenaar patch 8.2.4313: Vim9: cannot change type of list after making a slice v8.2.4313
Fri, 04 Feb 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.4296: Vim9: not all code covered by tests v8.2.4296
Tue, 01 Feb 2022 14:00:04 +0100 Bram Moolenaar patch 8.2.4280: list-dict test crashes v8.2.4280
Sun, 30 Jan 2022 16:30:04 +0100 Bram Moolenaar patch 8.2.4260: Vim9: can still use a global function without g: v8.2.4260
Sat, 29 Jan 2022 23:00:05 +0100 Bram Moolenaar patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent v8.2.4257
Tue, 25 Jan 2022 17:00:06 +0100 Bram Moolenaar patch 8.2.4216: Vim9: cannot use a function from an autoload import directly v8.2.4216
Thu, 20 Jan 2022 18:45:04 +0100 Bram Moolenaar patch 8.2.4161: Vim9: warning for missing white space after imported variable v8.2.4161
Wed, 19 Jan 2022 18:30:07 +0100 Bram Moolenaar patch 8.2.4146: Vim9: shadowed function can be used in compiled function v8.2.4146
Tue, 18 Jan 2022 18:45:02 +0100 Bram Moolenaar patch 8.2.4137: Vim9: calling import with and without method is inconsistent v8.2.4137
Mon, 17 Jan 2022 22:00:03 +0100 Bram Moolenaar patch 8.2.4124: Vim9: method in compiled function may not see script item v8.2.4124
Sun, 16 Jan 2022 22:00:04 +0100 Bram Moolenaar patch 8.2.4116: Vim9: cannot use a method with a complex expression in :def v8.2.4116
Thu, 13 Jan 2022 22:30:05 +0100 Bram Moolenaar patch 8.2.4086: "cctx" argument of find_func_even_dead() is unused v8.2.4086
Wed, 12 Jan 2022 21:00:05 +0100 Bram Moolenaar patch 8.2.4072: Vim9: compiling function fails when autoload is not loaded v8.2.4072
Sun, 09 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4050: Vim9: need to prefix every item in an autoload script v8.2.4050
Sun, 09 Jan 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4049: Vim9: reading before the start of the line with "$" v8.2.4049
Thu, 06 Jan 2022 22:15:04 +0100 Bram Moolenaar patch 8.2.4019: Vim9: import mechanism is too complicated v8.2.4019
Tue, 04 Jan 2022 16:30:06 +0100 Bram Moolenaar patch 8.2.3996: Vim9: type checking lacks information about declared type v8.2.3996
Sat, 01 Jan 2022 17:30:02 +0100 Bram Moolenaar patch 8.2.3972: error messages are spread out v8.2.3972
Sat, 01 Jan 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.3970: error messages are spread out v8.2.3970
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Mon, 27 Dec 2021 16:45:03 +0100 Bram Moolenaar patch 8.2.3913: help for expressions does not mention Vim9 syntax v8.2.3913
Wed, 22 Dec 2021 14:30:05 +0100 Bram Moolenaar patch 8.2.3869: Vim9: type checking for "any" is inconsistent v8.2.3869
Tue, 21 Dec 2021 13:45:03 +0100 Bram Moolenaar patch 8.2.3866: Vim9: type checking global variables is inconsistent v8.2.3866
Mon, 20 Dec 2021 16:15:03 +0100 Bram Moolenaar patch 8.2.3860: Vim9: codecov struggles with the file size v8.2.3860