log src/testdir/test_vim9_script.vim @ 21600:622021f43db1 v8.2.1350

age author description
Sat, 01 Aug 2020 22:30:05 +0200 Bram Moolenaar patch 8.2.1350: Vim9: no test for error message when redefining function v8.2.1350
Sat, 01 Aug 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1349: Vim9: can define a function with the name of an import v8.2.1349
Sat, 01 Aug 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.1342: Vim9: accidentally using "t" gives a confusing error v8.2.1342
Sat, 01 Aug 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.1339: Vim9: assigning to global dict variable doesn't work v8.2.1339
Sat, 01 Aug 2020 15:45:06 +0200 Bram Moolenaar patch 8.2.1338: Vim9: assigning to script-local variable doesn't check type v8.2.1338
Sat, 01 Aug 2020 14:15:03 +0200 Bram Moolenaar patch 8.2.1337: Vim9: cannot use empty key in dict assignment v8.2.1337
Wed, 29 Jul 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1324: Vim9: line break after "=" does not work v8.2.1324
Wed, 29 Jul 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1320: Vim9: cannot declare some single letter variables v8.2.1320
Wed, 29 Jul 2020 14:45:05 +0200 Bram Moolenaar patch 8.2.1314: Vim9: rule for comment after :function is confusing v8.2.1314
Tue, 28 Jul 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1313: Vim9 script: cannot assign to environment variable v8.2.1313
Tue, 28 Jul 2020 20:15:07 +0200 Bram Moolenaar patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exit v8.2.1308
Sat, 25 Jul 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.1293: Vim9: error when using vim9script in TextYankPost v8.2.1293
Sat, 25 Jul 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.1290: Vim9: cannot replace a global function v8.2.1290
Thu, 23 Jul 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.1287: Vim9: crash when using an imported function v8.2.1287
Thu, 23 Jul 2020 21:15:05 +0200 Bram Moolenaar patch 8.2.1286: Vim9: No error when using a type to a window variable v8.2.1286
Thu, 23 Jul 2020 13:15:07 +0200 Bram Moolenaar patch 8.2.1274: Vim9: no error for missing white space at script level v8.2.1274
Wed, 22 Jul 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1272: Vim9: type not checked if declaration also assigns value v8.2.1272
Wed, 22 Jul 2020 18:30:06 +0200 Bram Moolenaar patch 8.2.1268: Vim9: no error for using double quote comment v8.2.1268
Mon, 20 Jul 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1257: Vim9: list unpack doesn't work at the script level v8.2.1257
Sun, 19 Jul 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.1246: Vim9: comment after assignment doesn't work v8.2.1246
Sat, 18 Jul 2020 18:15:04 +0200 Bram Moolenaar patch 8.2.1238: Vim9: a few remaining errors not caught by try/catch v8.2.1238
Sat, 18 Jul 2020 15:30:03 +0200 Bram Moolenaar patch 8.2.1236: Vim9: a few errors not caught by try/catch v8.2.1236
Fri, 17 Jul 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1233: Vim9: various errors not caught by try/catch v8.2.1233
Fri, 17 Jul 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1230: Vim9: list index error not caught by try/catch v8.2.1230
Fri, 17 Jul 2020 20:45:06 +0200 Bram Moolenaar patch 8.2.1227: Vim9: allowing both quoted and # comments is confusing v8.2.1227
Sat, 11 Jul 2020 22:30:07 +0200 Bram Moolenaar patch 8.2.1183: assert_fails() checks the last error message v8.2.1183
Wed, 08 Jul 2020 18:45:09 +0200 Bram Moolenaar patch 8.2.1159: Vim9: no error for missing space after a comma v8.2.1159
Wed, 08 Jul 2020 15:30:04 +0200 Bram Moolenaar patch 8.2.1154: Vim9: crash when using imported function v8.2.1154
Tue, 07 Jul 2020 23:45:05 +0200 Bram Moolenaar patch 8.2.1153: Vim9: script test fails on some systems v8.2.1153
Tue, 07 Jul 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1152: Vim9: function reference is missing script prefix v8.2.1152
Sun, 05 Jul 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1145: Vim9: "for" only accepts a list at compile time v8.2.1145
Sat, 04 Jul 2020 17:45:03 +0200 Bram Moolenaar patch 8.2.1126: Vim9: using :copen causes an error v8.2.1126
Sat, 04 Jul 2020 13:30:04 +0200 Bram Moolenaar patch 8.2.1124: Vim9: no line break allowed in :import command v8.2.1124
Wed, 01 Jul 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.1112: Vim9: no line continuation allowed in method call v8.2.1112
Tue, 30 Jun 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1100: Vim9: cannot use line break in :execute argument v8.2.1100
Tue, 30 Jun 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1099: Vim9: cannot use line break in :cexpr argument v8.2.1099
Tue, 30 Jun 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.1098: Vim9: cannot use line break in :throw argument v8.2.1098
Mon, 22 Jun 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.1042: Vim9: cannot put an operator on the next line v8.2.1042
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
Sat, 20 Jun 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1024: Vim9: no error for using "let g:var = val" v8.2.1024
Fri, 19 Jun 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1012: Vim9: cannot declare single character script variables v8.2.1012
Fri, 19 Jun 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.1011: Vim9: some code not tested v8.2.1011
Thu, 18 Jun 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1009: Vim9: some failures not checked for v8.2.1009
Thu, 18 Jun 2020 18:30:03 +0200 Bram Moolenaar patch 8.2.1001: Vim9: crash with nested "if" and assignment v8.2.1001
Wed, 17 Jun 2020 20:15:05 +0200 Bram Moolenaar patch 8.2.0994: Vim9: missing function causes compilation error v8.2.0994
Wed, 17 Jun 2020 12:15:05 +0200 Bram Moolenaar patch 8.2.0993: Vim9 script test fails with normal features v8.2.0993
Tue, 16 Jun 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.0992: Vim9: crash when using :import in the Vim command v8.2.0992
Tue, 16 Jun 2020 11:45:04 +0200 Bram Moolenaar patch 8.2.0987: Vim9: cannot assign to [var; var] v8.2.0987
Sun, 14 Jun 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.0981: Vim9: cannot compile "[var, var] = list" v8.2.0981
Sun, 14 Jun 2020 13:00:04 +0200 Bram Moolenaar patch 8.2.0975: Vim9: script variable does not accept optional s: prefix v8.2.0975
Sat, 13 Jun 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.0973: Vim9: type is not checked when assigning to a script variable v8.2.0973
Sat, 13 Jun 2020 18:15:03 +0200 Bram Moolenaar patch 8.2.0972: Vim9 script variable declarations need a type v8.2.0972
Thu, 11 Jun 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.0960: cannot use :import in legacy Vim script v8.2.0960
Mon, 25 May 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.0823: Vim9: script reload test is disabled v8.2.0823
Sun, 24 May 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.0818: Vim9: using a discovery phase doesn't work well v8.2.0818
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
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