log src/vim9instr.c @ 29234:96ff6c230a66 v8.2.5136

age author description
Wed, 25 May 2022 20:30:06 +0200 Bram Moolenaar patch 8.2.5018: Vim9: some code is not covered by tests v8.2.5018
Tue, 17 May 2022 17:15:03 +0200 Bram Moolenaar patch 8.2.4973: Vim9: type error for list unpack mentions argument v8.2.4973
Tue, 10 May 2022 14:30:04 +0200 Bram Moolenaar patch 8.2.4930: interpolated string expression requires escaping v8.2.4930
Wed, 04 May 2022 18:00:04 +0200 Bram Moolenaar patch 8.2.4863: accessing freed memory in test without the +channel feature v8.2.4863
Wed, 27 Apr 2022 19:00:03 +0200 Bram Moolenaar patch 8.2.4834: Vim9: some lines not covered by tests v8.2.4834
Mon, 25 Apr 2022 13:45:04 +0200 Bram Moolenaar patch 8.2.4823: concat more than 2 strings in :def function is inefficient v8.2.4823
Thu, 31 Mar 2022 21:15:03 +0200 Bram Moolenaar patch 8.2.4657: errors for functions are sometimes hard to read v8.2.4657
Thu, 31 Mar 2022 17:30:03 +0200 Bram Moolenaar patch 8.2.4656: Vim9: can't use item from "import autoload" with autoload dir v8.2.4656
Wed, 30 Mar 2022 22:15:04 +0200 Bram Moolenaar patch 8.2.4650: "import autoload" only works with using 'runtimepath' v8.2.4650
Sun, 27 Mar 2022 17:30:04 +0200 Bram Moolenaar patch 8.2.4634: Vim9: cannot initialize a variable to null_list
Wed, 23 Mar 2022 12:30:04 +0100 Bram Moolenaar patch 8.2.4612: Vim9: cannot use a recursive call in a nested function v8.2.4612
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
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
Tue, 15 Mar 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4575: Vim9: test for profiling still fails v8.2.4575
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
Tue, 08 Mar 2022 20:45:03 +0100 Bram Moolenaar patch 8.2.4529: Vim9: comparing partial with function fails v8.2.4529
Tue, 08 Mar 2022 14:30:05 +0100 Bram Moolenaar patch 8.2.4526: Vim9: cannot set variables to a null value v8.2.4526
Tue, 01 Mar 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.4487: Vim9: cannot compare with v:null v8.2.4487
Sun, 06 Feb 2022 18:30:04 +0100 Bram Moolenaar patch 8.2.4311: Vim9: changing script variable type not caught compile time v8.2.4311
Sun, 06 Feb 2022 17:00:03 +0100 Bram Moolenaar patch 8.2.4310: Vim9: constant list and dict get a declaration type v8.2.4310
Tue, 01 Feb 2022 13:15:03 +0100 Bram Moolenaar patch 8.2.4279: Vim9: cannot change item type with map() after range() v8.2.4279
Thu, 27 Jan 2022 17:45:03 +0100 Bram Moolenaar patch 8.2.4231: Vim9: map() gives type error when type was not declared v8.2.4231
Tue, 25 Jan 2022 17:00:06 +0100 Bram Moolenaar patch 8.2.4216: Vim9: cannot use a function from an autoload import directly v8.2.4216
Mon, 24 Jan 2022 15:00:04 +0100 Bram Moolenaar patch 8.2.4202: Vim9: cannot export function that exists globally v8.2.4202
Sat, 15 Jan 2022 22:45:03 +0100 Bram Moolenaar patch 8.2.4103: Vim9: variable declared in for loop not initialzed v8.2.4103
Thu, 13 Jan 2022 22:30:05 +0100 Bram Moolenaar patch 8.2.4086: "cctx" argument of find_func_even_dead() is unused v8.2.4086
Wed, 12 Jan 2022 21:00:05 +0100 Bram Moolenaar patch 8.2.4072: Vim9: compiling function fails when autoload is not loaded v8.2.4072
Sat, 08 Jan 2022 19:45:03 +0100 Bram Moolenaar patch 8.2.4045: some global functions are only used in one file v8.2.4045
Tue, 04 Jan 2022 16:30:06 +0100 Bram Moolenaar patch 8.2.3996: Vim9: type checking lacks information about declared type v8.2.3996
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Sat, 25 Dec 2021 19:30:03 +0100 Bram Moolenaar patch 8.2.3893: Vim9: many local variables are initialized with an instruction v8.2.3893
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
Tue, 21 Dec 2021 13:45:03 +0100 Bram Moolenaar patch 8.2.3866: Vim9: type checking global variables is inconsistent v8.2.3866
Tue, 21 Dec 2021 10:45:04 +0100 Bram Moolenaar patch 8.2.3865: Vim9: compiler complains about using "try" as a struct member v8.2.3865
Mon, 20 Dec 2021 16:15:03 +0100 Bram Moolenaar patch 8.2.3860: Vim9: codecov struggles with the file size v8.2.3860