log src/vim9instr.c @ 34013:15d3f8eefaa3 v9.0.2185

age author description
Sun, 24 Dec 2023 11:30:02 +0100 Christian Brabandt patch 9.0.2185: Coverity complains about not checking return value v9.0.2185
Thu, 21 Dec 2023 17:30:05 +0100 Christian Brabandt patch 9.0.2184: Vim9: inconsistent :type/:class messages v9.0.2184
Thu, 14 Dec 2023 20:15:10 +0100 Christian Brabandt patch 9.0.2164: Vim9: can use type a func arg/return value v9.0.2164
Thu, 14 Dec 2023 20:15:08 +0100 Christian Brabandt patch 9.0.2163: Vim9: type can be assigned to list/dict v9.0.2163
Fri, 27 Oct 2023 19:45:05 +0200 Christian Brabandt patch 9.0.2076: Vim9: No support for type aliases v9.0.2076
Tue, 17 Oct 2023 11:15:06 +0200 Christian Brabandt patch 9.0.2038: Vim9: object method funcref not cleaned up after use v9.0.2038
Sat, 14 Oct 2023 11:30:07 +0200 Christian Brabandt patch 9.0.2019: Vim9: no support for funcrefs v9.0.2019
Wed, 04 Oct 2023 20:30:03 +0200 Christian Brabandt patch 9.0.1982: vim9: clean up from v9.0.1955 v9.0.1982
Fri, 29 Sep 2023 20:00:07 +0200 Christian Brabandt patch 9.0.1955: Vim9: lockvar issues with objects/classes v9.0.1955
Fri, 29 Sep 2023 19:45:06 +0200 Christian Brabandt patch 9.0.1952: Vim9: unused static field v9.0.1952
Wed, 27 Sep 2023 19:00:10 +0200 Christian Brabandt patch 9.0.1944: Vim9: function instruction pointer invalidated v9.0.1944
Sun, 24 Sep 2023 16:00:07 +0200 Christian Brabandt patch 9.0.1928: Vim9: constructor type checking bug v9.0.1928
Mon, 18 Sep 2023 20:00:12 +0200 Christian Brabandt patch 9.0.1909: Vim9: problem calling class method from other class v9.0.1909
Mon, 11 Sep 2023 20:00:03 +0200 Christian Brabandt patch 9.0.1895: Vim9: finding object method/member is inefficient v9.0.1895
Sun, 10 Sep 2023 18:30:04 +0200 Christian Brabandt patch 9.0.1890: Vim9: lookup code for class/object repaeated v9.0.1890
Mon, 04 Sep 2023 22:45:04 +0200 Christian Brabandt patch 9.0.1867: Vim9: access to interface statics possible v9.0.1867
Sun, 27 Aug 2023 19:30:08 +0200 Christian Brabandt patch 9.0.1805: Vim9: problem compiling object method as function call arg v9.0.1805
Sun, 27 Aug 2023 18:45:08 +0200 Christian Brabandt patch 9.0.1796: Vim9 problems with null_objects v9.0.1796
Thu, 17 Aug 2023 22:45:03 +0200 Christian Brabandt patch 9.0.1724: vim9class constructor argument type checking bug v9.0.1724
Mon, 26 Jun 2023 13:13:12 +0200 Christian Brabandt Fix line endings issue
Mon, 26 Jun 2023 09:54:34 +0200 Christian Brabandt normalize line endings
Thu, 27 Apr 2023 17:30:05 +0200 Bram Moolenaar patch 9.0.1492: using uninitialized memory when argument is missing v9.0.1492
Sat, 01 Apr 2023 23:15:03 +0200 Bram Moolenaar patch 9.0.1436: cannot compare a typed variable with v:none v9.0.1436
Mon, 27 Feb 2023 09:15:04 +0100 Bram Moolenaar patch 9.0.1358: compilation error with some compilers v9.0.1358
Sun, 26 Feb 2023 20:00:03 +0100 Bram Moolenaar patch 9.0.1357: using null_object results in an internal error v9.0.1357
Wed, 08 Feb 2023 22:00:06 +0100 Bram Moolenaar patch 9.0.1292: :defer may call the wrong method for an object v9.0.1292
Sun, 29 Jan 2023 15:15:04 +0100 Bram Moolenaar patch 9.0.1260: Coverity warns for possible NULL pointer usage v9.0.1260
Sat, 28 Jan 2023 16:30:04 +0100 Bram Moolenaar patch 9.0.1254: calling a method on an interface does not work v9.0.1254
Fri, 27 Jan 2023 21:15:03 +0100 Bram Moolenaar patch 9.0.1250: cannot use an object method with :defer v9.0.1250
Thu, 26 Jan 2023 13:15:04 +0100 Bram Moolenaar patch 9.0.1246: code is indented more than necessary v9.0.1246
Mon, 16 Jan 2023 22:00:03 +0100 Bram Moolenaar patch 9.0.1211: storing value in interface member does not always work v9.0.1211
Mon, 16 Jan 2023 20:45:04 +0100 Bram Moolenaar patch 9.0.1209: getting interface member does not always work v9.0.1209
Sun, 15 Jan 2023 19:30:04 +0100 Bram Moolenaar patch 9.0.1203: return type of values() is always list<any> v9.0.1203
Tue, 03 Jan 2023 13:45:04 +0100 Bram Moolenaar patch 9.0.1138: crash when expecting varargs but it is something else v9.0.1138
Mon, 02 Jan 2023 21:45:02 +0100 Bram Moolenaar patch 9.0.1134: comparing objects uses identity instead of equality v9.0.1134
Fri, 30 Dec 2022 11:45:04 +0100 Bram Moolenaar patch 9.0.1109: leaking allocated type v9.0.1109
Thu, 29 Dec 2022 22:00:04 +0100 Bram Moolenaar patch 9.0.1108: type error when using "any" type and adding to float v9.0.1108
Sun, 18 Dec 2022 23:15:02 +0100 Bram Moolenaar patch 9.0.1075: build fails if compiler doesn't allow declaration after case v9.0.1075
Sun, 18 Dec 2022 22:45:04 +0100 Bram Moolenaar patch 9.0.1074: class members are not supported yet v9.0.1074
Tue, 13 Dec 2022 19:45:04 +0100 Bram Moolenaar patch 9.0.1053: default constructor arguments are not optional v9.0.1053
Sat, 10 Dec 2022 19:45:04 +0100 Bram Moolenaar patch 9.0.1045: in a class object members cannot be initialized v9.0.1045
Fri, 09 Dec 2022 22:45:03 +0100 Bram Moolenaar patch 9.0.1041: cannot define a method in a class v9.0.1041
Thu, 08 Dec 2022 16:45:03 +0100 Bram Moolenaar patch 9.0.1031: Vim9 class is not implemented yet v9.0.1031
Sat, 08 Oct 2022 15:45:03 +0200 Bram Moolenaar patch 9.0.0695: failing check for dictionary type for const any v9.0.0695
Fri, 07 Oct 2022 16:15:03 +0200 Bram Moolenaar patch 9.0.0684: skipped :exe command fails compilation on MS-Windows v9.0.0684
Fri, 07 Oct 2022 15:45:06 +0200 Bram Moolenaar patch 9.0.0683: cannot specify a time for :echowindow v9.0.0683
Thu, 29 Sep 2022 20:15:05 +0200 Bram Moolenaar patch 9.0.0623: error for modifying a const is not detected at compile time v9.0.0623
Mon, 19 Sep 2022 17:00:07 +0200 Bram Moolenaar patch 9.0.0502: a closure in a nested loop in a :def function does not work v9.0.0502
Sat, 17 Sep 2022 22:15:05 +0200 Bram Moolenaar patch 9.0.0491: no good reason to build without the float feature v9.0.0491
Fri, 16 Sep 2022 20:15:03 +0200 Bram Moolenaar patch 9.0.0481: in :def function all closures in loop get the same variables v9.0.0481
Thu, 15 Sep 2022 18:30:04 +0200 Bram Moolenaar patch 9.0.0470: in :def function all closures in loop get the same variables v9.0.0470
Thu, 08 Sep 2022 21:00:04 +0200 Bram Moolenaar patch 9.0.0419: the :defer command does not check the function arguments v9.0.0419
Sun, 04 Sep 2022 14:00:03 +0200 Bram Moolenaar patch 9.0.0376: clang warns for dead assignments v9.0.0376
Sat, 03 Sep 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0370: cleaning up afterwards can make a function messy v9.0.0370
Thu, 01 Sep 2022 18:30:02 +0200 Bram Moolenaar patch 9.0.0353: missing entry in switch v9.0.0353
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