log src/vim9type.c @ 31976:16025ef158bf v9.0.1320

age author description
Sat, 18 Feb 2023 15:45:04 +0100 Bram Moolenaar patch 9.0.1320: checking the type of a null object causes a crash v9.0.1320
Thu, 26 Jan 2023 13:15:04 +0100 Bram Moolenaar patch 9.0.1246: code is indented more than necessary v9.0.1246
Fri, 20 Jan 2023 21:01:46 +0100 Bram Moolenaar patch 9.0.1224: cannot call a :def function with a number for float argument v9.0.1224
Mon, 16 Jan 2023 17:45:02 +0100 Bram Moolenaar patch 9.0.1207: error when object type is expected but getting "any" v9.0.1207
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
Sun, 15 Jan 2023 18:00:03 +0100 Bram Moolenaar patch 9.0.1202: crash when iterating over list of objects v9.0.1202
Thu, 12 Jan 2023 21:45:04 +0100 Bram Moolenaar patch 9.0.1187: test for using imported class fails v9.0.1187
Thu, 12 Jan 2023 18:15:05 +0100 Bram Moolenaar patch 9.0.1185: using class from imported script not tested v9.0.1185
Thu, 12 Jan 2023 16:15:04 +0100 Bram Moolenaar patch 9.0.1184: interface of an object is not recognized when checking type v9.0.1184
Wed, 11 Jan 2023 22:15:02 +0100 Bram Moolenaar patch 9.0.1181: class inheritance and typing insufficiently tested v9.0.1181
Mon, 09 Jan 2023 15:30:04 +0100 Bram Moolenaar patch 9.0.1163: compiler warning for implicit size_t/int conversion v9.0.1163
Sat, 07 Jan 2023 14:15:02 +0100 Bram Moolenaar patch 9.0.1156: tests fail because of a different error message v9.0.1156
Sat, 07 Jan 2023 13:15:04 +0100 Bram Moolenaar patch 9.0.1155: cannot use a class as a type v9.0.1155
Tue, 03 Jan 2023 15:15:03 +0100 Bram Moolenaar patch 9.0.1139: cannot create a new object in a compiled function v9.0.1139
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
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
Tue, 27 Dec 2022 18:30:06 +0100 Bram Moolenaar patch 9.0.1104: invalid memory access when checking function argument types v9.0.1104
Tue, 13 Dec 2022 22:15:03 +0100 Bram Moolenaar patch 9.0.1054: object member can't get type from initializer v9.0.1054
Tue, 13 Dec 2022 14:45:05 +0100 Bram Moolenaar patch 9.0.1052: using freed memory on exit when EXITFREE is defined v9.0.1052
Mon, 12 Dec 2022 20:00:04 +0100 Bram Moolenaar patch 9.0.1050: using freed memory when assigning to variable twice v9.0.1050
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
Sun, 09 Oct 2022 14:00:03 +0200 Bram Moolenaar patch 9.0.0703: failing check for argument type for const any v9.0.0703
Fri, 30 Sep 2022 13:15:03 +0200 Bram Moolenaar patch 9.0.0628: Coverity warns for not checking return value v9.0.0628
Thu, 29 Sep 2022 21:30:03 +0200 Bram Moolenaar patch 9.0.0624: leaking argument type array v9.0.0624
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
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 13:30:07 +0200 Bram Moolenaar patch 9.0.0477: missing dependency may cause crashes on incomplete build v9.0.0477
Sat, 20 Aug 2022 13:15:03 +0200 Bram Moolenaar patch 9.0.0229: Vim9: error message for missing type is not clear v9.0.0229
Thu, 26 May 2022 23:30:05 +0200 Bram Moolenaar patch 8.2.5026: Vim9: a few lines not covered by tests v8.2.5026
Sun, 22 May 2022 15:00:02 +0200 Bram Moolenaar patch 8.2.4998: Vim9: crash when using multiple funcref() v8.2.4998
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
Mon, 28 Mar 2022 16:30:03 +0200 Bram Moolenaar patch 8.2.4642: Vim9: in :def function script var cannot be null v8.2.4642
Sat, 12 Mar 2022 22:30:03 +0100 Bram Moolenaar patch 8.2.4554: Vim9: using null values not sufficiently tested v8.2.4554
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
Mon, 21 Feb 2022 14:15:04 +0100 Bram Moolenaar patch 8.2.4429: using script-local function from the wrong script v8.2.4429
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
Thu, 03 Feb 2022 13:45:03 +0100 Bram Moolenaar patch 8.2.4287: cannot assign empty list with type to variable with list type v8.2.4287
Wed, 02 Feb 2022 21:15:03 +0100 Bram Moolenaar patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy() v8.2.4286
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
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
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
Sat, 08 Jan 2022 13:45:04 +0100 Bram Moolenaar patch 8.2.4038: various code not used when features are disabled v8.2.4038
Fri, 07 Jan 2022 21:30:02 +0100 Bram Moolenaar patch 8.2.4034: Coverity warns for possibly using a NULL pointer v8.2.4034
Tue, 04 Jan 2022 17:15:02 +0100 Bram Moolenaar patch 8.2.3998: asan error for adding zero to NULL v8.2.3998
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
Mon, 03 Jan 2022 13:30:04 +0100 Bram Moolenaar patch 8.2.3991: Vim9: error when extending dict<any> v8.2.3991
Thu, 30 Dec 2021 15:00:05 +0100 Bram Moolenaar patch 8.2.3948: Vim9: failure with partial with unknown argument count v8.2.3948
Thu, 30 Dec 2021 14:30:04 +0100 Bram Moolenaar patch 8.2.3945: Vim9: partial variable argument types are wrong v8.2.3945
Wed, 22 Dec 2021 14:30:05 +0100 Bram Moolenaar patch 8.2.3869: Vim9: type checking for "any" is inconsistent v8.2.3869
Tue, 21 Dec 2021 14:45:03 +0100 Bram Moolenaar patch 8.2.3868: Vim9: function test fails v8.2.3868
Sat, 18 Dec 2021 13:45:04 +0100 Bram Moolenaar patch 8.2.3844: Vim9: no type error if assigning func(number) to func(string) v8.2.3844
Thu, 16 Dec 2021 22:00:05 +0100 Bram Moolenaar patch 8.2.3830: error messages are spread out v8.2.3830
Sat, 11 Sep 2021 23:15:02 +0200 Bram Moolenaar patch 8.2.3429: leaking memory when assigning to list or dict v8.2.3429
Sat, 28 Aug 2021 15:00:03 +0200 Bram Moolenaar patch 8.2.3382: crash when getting the type of a NULL partial v8.2.3382
Thu, 19 Aug 2021 21:15:04 +0200 Bram Moolenaar patch 8.2.3359: Vim9: error for type when variable is not set v8.2.3359
Mon, 09 Aug 2021 22:30:04 +0200 Bram Moolenaar patch 8.2.3322: Vim9: checking type of dict does not check member type v8.2.3322
Mon, 09 Aug 2021 20:00:06 +0200 Bram Moolenaar patch 8.2.3320: some local functions are not static v8.2.3320
Sun, 01 Aug 2021 15:45:04 +0200 Bram Moolenaar patch 8.2.3269: Vim9: wrong argument check for partial v8.2.3269