log src/testdir/test_vim9_expr.vim @ 28171:b4c111ea83b1 v8.2.4611

age author description
Tue, 22 Mar 2022 22:30:03 +0100 Bram Moolenaar patch 8.2.4611: typos in tests; one lua line not covered by test v8.2.4611
Sun, 20 Mar 2022 22:15:02 +0100 Bram Moolenaar patch 8.2.4602: Vim9: not enough test coverage for executing :def function v8.2.4602
Wed, 16 Mar 2022 19:00:04 +0100 Bram Moolenaar patch 8.2.4581: null types not fully tested v8.2.4581
Tue, 15 Mar 2022 21:30:03 +0100 Bram Moolenaar patch 8.2.4576: Vim9: error for comparing with null can be annoying v8.2.4576
Thu, 10 Mar 2022 21:15:04 +0100 Bram Moolenaar patch 8.2.4540: line number for error is off by one v8.2.4540
Thu, 10 Mar 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.4539: when comparing special v:none and v:null are handled the same v8.2.4539
Thu, 10 Mar 2022 13:30:12 +0100 Bram Moolenaar patch 8.2.4534: Vim9: "is" operator with empty string and null returns true v8.2.4534
Tue, 08 Mar 2022 20:45:03 +0100 Bram Moolenaar patch 8.2.4529: Vim9: comparing partial with function fails v8.2.4529
Tue, 01 Mar 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.4487: Vim9: cannot compare with v:null v8.2.4487
Mon, 28 Feb 2022 22:00:02 +0100 Bram Moolenaar patch 8.2.4484: Vim9: some error messages are not tested v8.2.4484
Sat, 26 Feb 2022 13:00:04 +0100 Bram Moolenaar patch 8.2.4476: operator name spelled wrong v8.2.4476
Thu, 17 Feb 2022 20:45:03 +0100 Bram Moolenaar patch 8.2.4410: Vim9: some code not covered by tests v8.2.4410
Sat, 12 Feb 2022 21:00:03 +0100 Bram Moolenaar patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistencies v8.2.4360
Fri, 04 Feb 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.4296: Vim9: not all code covered by tests v8.2.4296
Fri, 04 Feb 2022 12:45:03 +0100 Bram Moolenaar patch 8.2.4295: Vim9: concatenating two lists may result in wrong type v8.2.4295
Thu, 03 Feb 2022 23:00:05 +0100 Bram Moolenaar patch 8.2.4293: Vim9: when copying a list it gets type list<any> v8.2.4293
Mon, 31 Jan 2022 14:45:04 +0100 Bram Moolenaar patch 8.2.4272: Vim9 expr test fails without the channel feature v8.2.4272
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, 18 Jan 2022 11:45:04 +0100 Bram Moolenaar patch 8.2.4128: crash when method cannot be found v8.2.4128
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
Sun, 16 Jan 2022 20:45:02 +0100 Bram Moolenaar patch 8.2.4115: cannot use a method with a complex expression v8.2.4115
Sun, 16 Jan 2022 19:15:03 +0100 Bram Moolenaar patch 8.2.4114: Vim9: type checking for a funcref does not work for method v8.2.4114
Mon, 10 Jan 2022 20:00:05 +0100 Bram Moolenaar patch 8.2.4055: Vim9: line break in expression causes v:errmsg to be fillec v8.2.4055
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
Sat, 25 Dec 2021 22:45:02 +0100 Bram Moolenaar patch 8.2.3897: Vim9: second argument of map() and filter() not checked v8.2.3897
Fri, 24 Dec 2021 22:45:03 +0100 Bram Moolenaar patch 8.2.3890: Vim9: type check for using v: variables is basic v8.2.3890
Wed, 22 Dec 2021 22:45:03 +0100 Bram Moolenaar patch 8.2.3877: function does not abort after a type error in compare v8.2.3877
Sun, 19 Dec 2021 19:45:03 +0100 Bram Moolenaar patch 8.2.3854: Vim9: inconsistent arguments for test functions v8.2.3854
Fri, 17 Dec 2021 14:00:04 +0100 Bram Moolenaar patch 8.2.3835: the inline-function example does not work v8.2.3835
Wed, 15 Dec 2021 16:45:03 +0100 Bram Moolenaar patch 8.2.3815: Vim9: cannot have a multi-line dict inside a block v8.2.3815
Tue, 14 Dec 2021 20:00:04 +0100 Bram Moolenaar patch 8.2.3810: Vim9: expr4 test fails on MS-Windows v8.2.3810
Sun, 15 Aug 2021 20:45:04 +0200 Bram Moolenaar patch 8.2.3353: Vim9: type of argument for negate not checked at compile time v8.2.3353
Sat, 07 Aug 2021 17:30:03 +0200 Bram Moolenaar patch 8.2.3311: Vim9: check for DO_NOT_FREE_CNT is very slow v8.2.3311
Sat, 07 Aug 2021 16:00:04 +0200 Bram Moolenaar patch 8.2.3309: Vim9: divide by zero causes a crash v8.2.3309
Wed, 28 Jul 2021 21:00:04 +0200 Bram Moolenaar patch 8.2.3238: Vim9: error message does not indicate the location v8.2.3238
Wed, 21 Jul 2021 21:45:04 +0200 Bram Moolenaar patch 8.2.3196: Vim9: bool expression with numbers only fails at runtime v8.2.3196
Mon, 19 Jul 2021 21:15:04 +0200 Bram Moolenaar patch 8.2.3185: Vim9: start of inline function found in comment line v8.2.3185
Sun, 18 Jul 2021 14:45:04 +0200 Bram Moolenaar patch 8.2.3176: Vim9: no type error for comparing number with string v8.2.3176
Thu, 15 Jul 2021 22:15:03 +0200 Bram Moolenaar patch 8.2.3169: Vim9: cannot handle nested inline function v8.2.3169
Thu, 15 Jul 2021 15:45:03 +0200 Bram Moolenaar patch 8.2.3165: Vim9: in a || expression the error line number may be wrong v8.2.3165
Thu, 15 Jul 2021 13:00:06 +0200 Bram Moolenaar patch 8.2.3162: Vim9: argument types are not checked at compile time v8.2.3162
Sun, 11 Jul 2021 21:00:04 +0200 Bram Moolenaar patch 8.2.3152: Vim9: accessing "s:" results in an error v8.2.3152
Sat, 10 Jul 2021 19:45:04 +0200 Bram Moolenaar patch 8.2.3137: Vim9: no error when a line only has a variable name v8.2.3137
Sun, 04 Jul 2021 16:00:03 +0200 Bram Moolenaar patch 8.2.3100: Vim9: no error when using type with unknown number of args v8.2.3100
Sat, 03 Jul 2021 12:00:05 +0200 Bram Moolenaar patch 8.2.3084: Vim9: builtin function argument types are not checked v8.2.3084
Sat, 19 Jun 2021 21:00:04 +0200 Bram Moolenaar patch 8.2.3019: location list only has the start position. v8.2.3019
Thu, 17 Jun 2021 22:15:03 +0200 Bram Moolenaar patch 8.2.3016: confusing error when expression is followed by comma v8.2.3016
Tue, 15 Jun 2021 22:15:03 +0200 Bram Moolenaar patch 8.2.3005: Vim9: using a void value does not give a proper error message v8.2.3005
Tue, 08 Jun 2021 21:00:03 +0200 Bram Moolenaar patch 8.2.2964: Vim9: hang when using space after -> v8.2.2964
Fri, 04 Jun 2021 21:15:04 +0200 Bram Moolenaar patch 8.2.2936: Vim9: converting number to bool uses wrong stack offset v8.2.2936
Fri, 28 May 2021 18:00:03 +0200 Bram Moolenaar patch 8.2.2895: Vim9: random characters appear in some error messages v8.2.2895
Fri, 28 May 2021 14:00:05 +0200 Bram Moolenaar patch 8.2.2892: error message contains random characters v8.2.2892
Tue, 25 May 2021 20:15:03 +0200 Bram Moolenaar patch 8.2.2886: various pieces of code not covered by tests v8.2.2886
Mon, 24 May 2021 15:30:03 +0200 Bram Moolenaar patch 8.2.2881: various pieces of code not covered by tests v8.2.2881
Mon, 17 May 2021 00:15:03 +0200 Bram Moolenaar patch 8.2.2861: Vim9: "legacy return" is not recognized as a return statement v8.2.2861
Thu, 06 May 2021 21:15:04 +0200 Bram Moolenaar patch 8.2.2840: Vim9: member operation not fully tested v8.2.2840
Wed, 28 Apr 2021 20:15:04 +0200 Bram Moolenaar patch 8.2.2816: Vim9: comment below expression in lambda causes problems v8.2.2816
Sat, 24 Apr 2021 19:15:04 +0200 Bram Moolenaar patch 8.2.2806: Vim9: using "++nr" as a command might not work v8.2.2806