log src/testdir/test_vim9_script.vim @ 19726:ad37a198a708 v8.2.0419

age author description
Fri, 20 Mar 2020 18:45:04 +0100 Bram Moolenaar patch 8.2.0419: various memory leaks in Vim9 script code v8.2.0419
Mon, 09 Mar 2020 19:30:04 +0100 Bram Moolenaar patch 8.2.0368: Vim9: import that redefines local variable does not fail v8.2.0368
Wed, 04 Mar 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.0353: Vim9: while loop not tested v8.2.0353
Tue, 03 Mar 2020 19:15:04 +0100 Bram Moolenaar patch 8.2.0349: Vim9: constant expression not well tested v8.2.0349
Mon, 02 Mar 2020 23:00:06 +0100 Bram Moolenaar patch 8.2.0348: Vim9: not all code tested v8.2.0348
Sun, 01 Mar 2020 23:45:04 +0100 Bram Moolenaar patch 8.2.0346: Vim9: finding common list type not tested v8.2.0346
Sun, 01 Mar 2020 18:00:04 +0100 Bram Moolenaar patch 8.2.0343: Vim9: using wrong instruction, limited test coverage v8.2.0343
Sun, 01 Mar 2020 16:30:03 +0100 Bram Moolenaar patch 8.2.0341: using ":for" in Vim9 script gives an error v8.2.0341
Sun, 01 Mar 2020 15:45:03 +0100 Bram Moolenaar patch 8.2.0340: Vim9: function and partial types not tested v8.2.0340
Sun, 01 Mar 2020 14:15:04 +0100 Bram Moolenaar patch 8.2.0339: Vim9: function return type may depend on arguments v8.2.0339
Sat, 29 Feb 2020 23:30:04 +0100 Bram Moolenaar patch 8.2.0336: Vim9: insufficient test coverage for compiling v8.2.0336
Wed, 26 Feb 2020 21:30:04 +0100 Bram Moolenaar patch 8.2.0323: Vim9: calling a function that is defined later is slow v8.2.0323
Wed, 26 Feb 2020 20:30:09 +0100 Bram Moolenaar patch 8.2.0322: Vim9: error checks not tested v8.2.0322
Wed, 26 Feb 2020 18:30:04 +0100 Bram Moolenaar patch 8.2.0321: Vim9: ":execute" does not work yet v8.2.0321
Tue, 25 Feb 2020 23:00:04 +0100 Bram Moolenaar patch 8.2.0318: Vim9: types not sufficiently tested v8.2.0318
Sun, 23 Feb 2020 22:45:04 +0100 Bram Moolenaar patch 8.2.0313: Vim9: insufficient script tests v8.2.0313
Sun, 23 Feb 2020 21:30:03 +0100 Bram Moolenaar patch 8.2.0312: Vim9: insufficient script tests v8.2.0312
Sun, 23 Feb 2020 18:15:03 +0100 Bram Moolenaar patch 8.2.0311: Vim9: insufficient script tests v8.2.0311
Sun, 23 Feb 2020 14:45:03 +0100 Bram Moolenaar patch 8.2.0306: Vim9: :substitute(pat(repl does not work in Vim9 script v8.2.0306
Sat, 22 Feb 2020 18:45:04 +0100 Bram Moolenaar patch 8.2.0298: Vim9 script: cannot start command with a string constant v8.2.0298
Fri, 21 Feb 2020 18:45:06 +0100 Bram Moolenaar patch 8.2.0294: cannot use Ex command that is also a function name v8.2.0294
Thu, 20 Feb 2020 23:15:03 +0100 Bram Moolenaar patch 8.2.0292: Vim9: CHECKNR and CHECKTYPE instructions not tested v8.2.0292
Thu, 20 Feb 2020 23:00:05 +0100 Bram Moolenaar patch 8.2.0291: Vim9: assigning [] to list<string> doesn't work v8.2.0291
Thu, 20 Feb 2020 20:45:03 +0100 Bram Moolenaar patch 8.2.0287: Vim9: return in try block not tested; catch not tested v8.2.0287
Wed, 19 Feb 2020 22:45:03 +0100 Bram Moolenaar patch 8.2.0285: unused error message; cannot create s:var v8.2.0285
Wed, 19 Feb 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.0283: Vim9: failing to load script var not tested v8.2.0283
Wed, 19 Feb 2020 18:15:05 +0100 Bram Moolenaar patch 8.2.0282: Vim9: setting number option not tested v8.2.0282
Wed, 19 Feb 2020 17:15:03 +0100 Bram Moolenaar patch 8.2.0280: Vim9: throw in :def function not caught higher up v8.2.0280
Wed, 19 Feb 2020 16:00:04 +0100 Bram Moolenaar patch 8.2.0279: Vim9: no test for deleted :def function v8.2.0279
Thu, 06 Feb 2020 20:45:03 +0100 Bram Moolenaar patch 8.2.0224: compiling :elseif not tested yet v8.2.0224
Thu, 06 Feb 2020 19:30:08 +0100 Bram Moolenaar patch 8.2.0223: some instructions not yet tested v8.2.0223
Thu, 06 Feb 2020 18:00:04 +0100 Bram Moolenaar patch 8.2.0222: Vim9: optional function arguments don't work yet v8.2.0222
Thu, 06 Feb 2020 13:30:03 +0100 Bram Moolenaar patch 8.2.0221: no test for Vim9 += and ..= v8.2.0221
Wed, 05 Feb 2020 23:00:04 +0100 Bram Moolenaar patch 8.2.0218: several Vim9 instructions are not tested v8.2.0218
Wed, 05 Feb 2020 22:15:03 +0100 Bram Moolenaar patch 8.2.0216: several Vim9 instructions are not tested v8.2.0216
Tue, 04 Feb 2020 22:00:05 +0100 Bram Moolenaar patch 8.2.0207: crash when missing member type on list argument v8.2.0207
Tue, 04 Feb 2020 21:30:04 +0100 Bram Moolenaar patch 8.2.0206: calling Vim9 function using default argument fails v8.2.0206
Mon, 03 Feb 2020 21:00:04 +0100 Bram Moolenaar patch 8.2.0201: cannot assign to an imported variable v8.2.0201
Sun, 02 Feb 2020 22:30:04 +0100 Bram Moolenaar patch 8.2.0200: Vim9 script commands not sufficiently tested v8.2.0200
Sun, 02 Feb 2020 17:30:03 +0100 Bram Moolenaar patch 8.2.0199: Vim9 script commands not sufficiently tested v8.2.0199
Fri, 31 Jan 2020 20:15:05 +0100 Bram Moolenaar patch 8.2.0185: Vim9 script: cannot use "if has()" to skip lines v8.2.0185
Sun, 26 Jan 2020 17:45:04 +0100 Bram Moolenaar patch 8.2.0151: detecting a script was already sourced is unreliable v8.2.0151
Sun, 26 Jan 2020 17:00:04 +0100 Bram Moolenaar patch 8.2.0150: cannot define python function when using :execute v8.2.0150
Sun, 26 Jan 2020 16:00:05 +0100 Bram Moolenaar patch 8.2.0149: maintaining a Vim9 branch separately is more work v8.2.0149