log src/testdir/test_vim9_script.vim @ 20504:7fb80f486aad v8.2.0806

age author description
Thu, 21 May 2020 22:00:03 +0200 Bram Moolenaar patch 8.2.0806: using "func!" after vim9script gives confusing error v8.2.0806
Mon, 18 May 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.0790: Vim9: list index not well tested v8.2.0790
Sat, 16 May 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.0772: Vim9: some variable initializations not tested v8.2.0772
Fri, 15 May 2020 23:45:04 +0200 Bram Moolenaar patch 8.2.0764: Vim9: assigning to option not fully tested v8.2.0764
Fri, 15 May 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.0755: Vim9: No error when variable initializer is not a constant v8.2.0755
Thu, 14 May 2020 23:30:03 +0200 Bram Moolenaar patch 8.2.0754: Vim9: No test for forward declaration v8.2.0754
Thu, 14 May 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0753: Vim9: expressions are evaluated in the discovery phase v8.2.0753
Sun, 10 May 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.0731: Vim9: parsing declarations continues after :finish v8.2.0731
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
Sun, 10 May 2020 15:30:03 +0200 Bram Moolenaar patch 8.2.0729: Vim9: When reloading a script variables are not cleared v8.2.0729
Sat, 09 May 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.0724: Vim9: appending to buffer/window/tab variable not tested
Thu, 07 May 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.0706: Vim9: using assert_fails() causes function to finish v8.2.0706
Tue, 05 May 2020 23:45:04 +0200 Bram Moolenaar patch 8.2.0701: Vim9 test fails without job feature v8.2.0701
Tue, 05 May 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.0700: Vim9: converting error message to exception not tested v8.2.0700
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:45:03 +0200 Bram Moolenaar patch 8.2.0653: using uninitialized pointer v8.2.0653
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
Thu, 23 Apr 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.0626: Vim9: wrong syntax of function in Vim9 script v8.2.0626
Thu, 23 Apr 2020 17:15:04 +0200 Bram Moolenaar patch 8.2.0624: Vim9: no check for space before #comment v8.2.0624
Mon, 20 Apr 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0613: Vim9: no check for space before #comment v8.2.0613
Mon, 20 Apr 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.0612: Vim9: no check for space before #comment v8.2.0612
Mon, 20 Apr 2020 18:00:03 +0200 Bram Moolenaar patch 8.2.0611: Vim9: no check for space before #comment v8.2.0611
Sun, 19 Apr 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.0605: Vim9: cannot unlet an environment variable v8.2.0605
Sun, 19 Apr 2020 16:30:04 +0200 Bram Moolenaar patch 8.2.0601: Vim9: :unlet is not compiled v8.2.0601
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
Sat, 18 Apr 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.0595: Vim9: not all commands using ends_excmd() tested v8.2.0595
Thu, 16 Apr 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0586: Vim9: # comment not sufficiently tested v8.2.0586
Thu, 16 Apr 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.0585: Vim9: # comment not recognized after :vim9script v8.2.0585
Thu, 16 Apr 2020 13:15:05 +0200 Bram Moolenaar patch 8.2.0583: Vim9: # comment not recognized in :def function v8.2.0583
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
Mon, 13 Apr 2020 14:45:04 +0200 Bram Moolenaar patch 8.2.0567: Vim9: cannot put comments halfway expressions v8.2.0567
Sun, 12 Apr 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.0565: Vim9: tests contain superfluous line continuation v8.2.0565
Sun, 12 Apr 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.0561: Vim9: cannot split function call in multiple lines v8.2.0561
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 20:15:04 +0200 Bram Moolenaar patch 8.2.0537: Vim9: no check for sandbox when setting v:var v8.2.0537
Mon, 06 Apr 2020 21:45:31 +0200 Bram Moolenaar patch 8.2.0522: several errors are not tested for v8.2.0522
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
Thu, 02 Apr 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0503: Vim9: some code is not tested v8.2.0503
Thu, 02 Apr 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.0502: Vim9: some code is not tested v8.2.0502
Thu, 02 Apr 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.0501: Vim9: script test fails when channel feature is missing v8.2.0501
Wed, 01 Apr 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.0495: Vim9: some code not tested v8.2.0495
Wed, 01 Apr 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.0493: Vim9: some error messages not tested v8.2.0493
Wed, 01 Apr 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.0492: Vim9: some error messages not tested v8.2.0492
Tue, 31 Mar 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.0487: Vim9: compiling not sufficiently tested v8.2.0487
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
Sat, 28 Mar 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.0467: Vim9: some errors are not tested v8.2.0467
Sat, 28 Mar 2020 15:00:10 +0100 Bram Moolenaar patch 8.2.0465: Vim9: dead code and wrong return type v8.2.0465
Thu, 26 Mar 2020 14:15:04 +0100 Bram Moolenaar patch 8.2.0450: not enough testing for restricted mode and function calls v8.2.0450
Thu, 26 Mar 2020 13:30:04 +0100 Bram Moolenaar patch 8.2.0449: Vim9: crash if return type is invalid v8.2.0449
Sun, 22 Mar 2020 13:45:08 +0100 Bram Moolenaar patch 8.2.0424: checking for wrong return value v8.2.0424
Fri, 20 Mar 2020 21:00:05 +0100 Bram Moolenaar patch 8.2.0421: interrupting with CTRL-C does not always work v8.2.0421
Fri, 20 Mar 2020 19:45:03 +0100 Bram Moolenaar patch 8.2.0420: Vim9: cannot interrupt a loop with CTRL-C v8.2.0420
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