log src/testdir/test_vim9_expr.vim @ 20953:6b4b887a12f0 v8.2.1028

age author description
Sun, 21 Jun 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.1028: Vim9: no error for declaring buffer, window, etc. variable v8.2.1028
Sun, 21 Jun 2020 14:15:03 +0200 Bram Moolenaar patch 8.2.1026: Vim9: cannot break the line after "->" v8.2.1026
Fri, 19 Jun 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.1011: Vim9: some code not tested v8.2.1011
Mon, 18 May 2020 13:45:03 +0200 Bram Moolenaar patch 8.2.0789: Vim9: expression testing lost coverage using constants v8.2.0789
Fri, 15 May 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.0761: Vim9: instructions not tested v8.2.0761
Fri, 15 May 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.0760: Vim9: dict member errors not tested v8.2.0760
Sun, 10 May 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.0730: Vim9: Assignment to dict member does not work v8.2.0730
Sat, 09 May 2020 15:45:03 +0200 Bram Moolenaar patch 8.2.0719: Vim9: more expressions can be evaluated at compile time v8.2.0719
Thu, 07 May 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.0714: Vim9: handling constant expression does not scale v8.2.0714
Thu, 07 May 2020 17:00:03 +0200 Bram Moolenaar patch 8.2.0708: Vim9: constant expressions are not simplified v8.2.0708
Tue, 05 May 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.0699: Vim9: not all errors tested v8.2.0699
Tue, 28 Apr 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0659: Vim9: no test for equal func type v8.2.0659
Tue, 28 Apr 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.0657: Vim9: no check if called variable is a FuncRef v8.2.0657
Mon, 27 Apr 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.0650: Vim9: script function can be deleted v8.2.0650
Sat, 25 Apr 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.0640: Vim9: expanding does not work v8.2.0640
Sun, 19 Apr 2020 14:45:03 +0200 Bram Moolenaar patch 8.2.0600: Vim9: cannot read or write w:, t: and b: variables v8.2.0600
Mon, 13 Apr 2020 17:30:05 +0200 Bram Moolenaar patch 8.2.0570: Vim9: no error when omitting type from argument v8.2.0570
Sun, 12 Apr 2020 21:00:06 +0200 Bram Moolenaar patch 8.2.0562: Vim9: cannot split an expression into multiple lines v8.2.0562
Sun, 12 Apr 2020 18:15:03 +0200 Bram Moolenaar patch 8.2.0558: Vim9: dict code not covered by tests v8.2.0558
Sun, 12 Apr 2020 16:45:03 +0200 Bram Moolenaar patch 8.2.0555: Vim9: line continuation is not always needed v8.2.0555
Thu, 09 Apr 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.0536: Vim9: some compilation code not tested v8.2.0536
Sun, 05 Apr 2020 17:15:25 +0200 Bram Moolenaar patch 8.2.0512: Vim9: no optional arguments in func type v8.2.0512
Fri, 03 Apr 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.0508: Vim9: func and partial types not done yet v8.2.0508
Wed, 01 Apr 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.0492: Vim9: some error messages not tested v8.2.0492
Mon, 30 Mar 2020 23:00:05 +0200 Bram Moolenaar patch 8.2.0486: Vim9: some code and error messages not tested v8.2.0486
Mon, 30 Mar 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.0484: Vim9: some error messages not tested v8.2.0484
Mon, 30 Mar 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.0483: Vim9: "let x = x + 1" does not give an error v8.2.0483
Sun, 29 Mar 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.0480: Vim9: some code is not tested v8.2.0480
Sun, 29 Mar 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.0477: Vim9: error messages not tested v8.2.0477
Sat, 28 Mar 2020 21:45:06 +0100 Bram Moolenaar patch 8.2.0469: Vim9: no error for missing ] after list v8.2.0469
Sat, 28 Mar 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.0467: Vim9: some errors are not tested v8.2.0467
Mon, 02 Mar 2020 23:00:06 +0100 Bram Moolenaar patch 8.2.0348: Vim9: not all code tested v8.2.0348
Sat, 29 Feb 2020 23:30:04 +0100 Bram Moolenaar patch 8.2.0336: Vim9: insufficient test coverage for compiling v8.2.0336
Tue, 25 Feb 2020 23:00:04 +0100 Bram Moolenaar patch 8.2.0318: Vim9: types not sufficiently tested v8.2.0318
Sat, 22 Feb 2020 20:45:03 +0100 Bram Moolenaar patch 8.2.0300: Vim9: expression test fails without channel support v8.2.0300
Sat, 22 Feb 2020 19:15:04 +0100 Bram Moolenaar patch 8.2.0299: Vim9: ISN_STORE with argument not tested v8.2.0299
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 22:30:03 +0100 Bram Moolenaar patch 8.2.0288: Vim9: some float and blob operators not tested v8.2.0288
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 12:45:04 +0100 Bram Moolenaar patch 8.2.0276: Vim9: not allowing space before ")" in function call v8.2.0276
Mon, 17 Feb 2020 21:15:05 +0100 Bram Moolenaar patch 8.2.0269: Vim9: operator after list index does not work v8.2.0269
Fri, 31 Jan 2020 22:15:03 +0100 Bram Moolenaar patch 8.2.0188: Check commands don't work well with Vim9 script v8.2.0188
Thu, 30 Jan 2020 18:30:04 +0100 Bram Moolenaar patch 8.2.0183: tests fail when the float feature is disabled v8.2.0183
Tue, 28 Jan 2020 23:00:04 +0100 Bram Moolenaar patch 8.2.0168: Coverity warning for assigning NULL to an option v8.2.0168
Tue, 28 Jan 2020 23:00:03 +0100 Bram Moolenaar patch 8.2.0167: Coverity warning for ignoring return value v8.2.0167
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