log src/list.c @ 25591:ea69398b40d1 v8.2.3332

age author description
Wed, 11 Aug 2021 22:00:06 +0200 Bram Moolenaar patch 8.2.3332: Vim9: cannot assign to range in list v8.2.3332
Mon, 09 Aug 2021 20:00:06 +0200 Bram Moolenaar patch 8.2.3320: some local functions are not static v8.2.3320
Wed, 04 Aug 2021 19:30:04 +0200 Bram Moolenaar patch 8.2.3284: no error for insert() or remove() changing a locked blob v8.2.3284
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
Fri, 23 Jul 2021 20:45:05 +0200 Bram Moolenaar patch 8.2.3206: Vim9: argument types are not checked at compile time v8.2.3206
Thu, 22 Jul 2021 15:00:05 +0200 Bram Moolenaar patch 8.2.3200: Vim9: hard to guess where a type error is given v8.2.3200
Tue, 20 Jul 2021 21:15:05 +0200 Bram Moolenaar patch 8.2.3190: error messages are spread out v8.2.3190
Tue, 20 Jul 2021 18:00:06 +0200 Bram Moolenaar patch 8.2.3188: Vim9: argument types are not checked at compile time v8.2.3188
Sun, 18 Jul 2021 22:30:03 +0200 Bram Moolenaar patch 8.2.3182: Vim9: crash when using removing items from a constant list v8.2.3182
Fri, 09 Jul 2021 19:30:06 +0200 Bram Moolenaar patch 8.2.3133: Vim9: memory leak when add() fails v8.2.3133
Thu, 08 Jul 2021 21:00:04 +0200 Bram Moolenaar patch 8.2.3127: Vim9: no error when adding number to list of string v8.2.3127
Sun, 27 Jun 2021 22:15:04 +0200 Bram Moolenaar patch 8.2.3069: error messages are spread out v8.2.3069
Sun, 18 Apr 2021 16:00:06 +0200 Bram Moolenaar patch 8.2.2782: Vim9: blob operations not fully tested v8.2.2782
Sun, 18 Apr 2021 14:15:04 +0200 Bram Moolenaar patch 8.2.2781: add() silently skips when adding to null list or blob v8.2.2781
Tue, 13 Apr 2021 21:00:05 +0200 Bram Moolenaar patch 8.2.2759: Vim9: for loop infers type of loop variable v8.2.2759
Thu, 08 Apr 2021 20:15:03 +0200 Bram Moolenaar patch 8.2.2738: extending a list with itself can give wrong result v8.2.2738
Thu, 18 Mar 2021 22:30:03 +0100 Bram Moolenaar patch 8.2.2621: typval2type() cannot handle recursive structures v8.2.2621
Sun, 21 Feb 2021 16:30:03 +0100 Bram Moolenaar patch 8.2.2537: Vim9: crash when map() fails v8.2.2537
Sat, 20 Feb 2021 17:15:03 +0100 Bram Moolenaar patch 8.2.2533: Vim9: cannot use a range with :unlet v8.2.2533
Thu, 11 Feb 2021 21:30:04 +0100 Bram Moolenaar patch 8.2.2501: not always clear where an error is reported v8.2.2501
Sun, 07 Feb 2021 18:15:05 +0100 Bram Moolenaar patch 8.2.2486: Vim9: some errors for white space do not show context v8.2.2486
Sun, 07 Feb 2021 15:30:03 +0100 Bram Moolenaar patch 8.2.2480: Vim9: some errors for white space do not show context v8.2.2480
Mon, 01 Feb 2021 20:15:04 +0100 Bram Moolenaar patch 8.2.2449: Vim9: flatten() always changes the list type
Sun, 31 Jan 2021 18:00:04 +0100 Bram Moolenaar patch 8.2.2441: Vim9: extend() does not give an error for a type mismatch v8.2.2441
Sun, 17 Jan 2021 13:30:05 +0100 Bram Moolenaar patch 8.2.2367: test failures on some less often used systems v8.2.2367
Sat, 16 Jan 2021 19:15:04 +0100 Bram Moolenaar patch 8.2.2365: Vim9: no check for map() changing item type at script level v8.2.2365
Wed, 13 Jan 2021 22:00:04 +0100 Bram Moolenaar patch 8.2.2344: using inclusive index for slice is not always desired v8.2.2344
Tue, 12 Jan 2021 20:30:07 +0100 Bram Moolenaar patch 8.2.2336: Vim9: not possible to extend dictionary with different type v8.2.2336
Sun, 10 Jan 2021 22:45:06 +0100 Bram Moolenaar patch 8.2.2325: Vim9: crash if map() changes the item type v8.2.2325
Sat, 09 Jan 2021 13:30:04 +0100 Bram Moolenaar patch 8.2.2318: Vim9: string and list index work differently v8.2.2318
Sat, 02 Jan 2021 15:45:04 +0100 Bram Moolenaar patch 8.2.2272: Vim9: extend() can violate the type of a variable v8.2.2272
Fri, 18 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2160: various typos v8.2.2160
Tue, 01 Dec 2020 21:15:03 +0100 Bram Moolenaar patch 8.2.2075: error for const argument to mapnew() v8.2.2075
Sat, 28 Nov 2020 20:45:04 +0100 Bram Moolenaar patch 8.2.2065: using map() and filter() on a range() is inefficient v8.2.2065
Sat, 21 Nov 2020 14:00:04 +0100 Bram Moolenaar patch 8.2.2027: Coverity warnts for uninitialized field v8.2.2027
Thu, 12 Nov 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.1980: Vim9: some tests are not done at the script level v8.2.1980
Tue, 10 Nov 2020 11:45:05 +0100 Bram Moolenaar patch 8.2.1971: memory leak when map() fails v8.2.1971
Mon, 09 Nov 2020 18:45:04 +0100 Bram Moolenaar patch 8.2.1969: Vim9: map() may change the list or dict item type v8.2.1969
Wed, 04 Nov 2020 11:45:06 +0100 Bram Moolenaar patch 8.2.1949: Vim9: using extend() on null dict is silently ignored v8.2.1949
Tue, 03 Nov 2020 18:30:04 +0100 Bram Moolenaar patch 8.2.1945: crash when passing NULL function to reduce() v8.2.1945
Sun, 01 Nov 2020 14:00:03 +0100 Bram Moolenaar patch 8.2.1933: cannot sort using locale ordering v8.2.1933
Thu, 15 Oct 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1852: map() returing zero for NULL list is unexpected v8.2.1852
Sat, 10 Oct 2020 15:45:03 +0200 Bram Moolenaar patch 8.2.1821: Vim9: concatenating to a NULL list doesn't work v8.2.1821
Wed, 16 Sep 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.1701: Vim9: sort("i") does not work v8.2.1701
Wed, 16 Sep 2020 21:15:05 +0200 Bram Moolenaar patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9 v8.2.1698
Sat, 05 Sep 2020 20:30:03 +0200 Bram Moolenaar patch 8.2.1610: Vim9: cannot pass "true" to list2str() and str2list() v8.2.1610
Wed, 02 Sep 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1571: Vim9: count() third argument cannot be "true" v8.2.1571
Fri, 21 Aug 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1504: Vim9: white space checks are only done for a :def function v8.2.1504
Sun, 16 Aug 2020 17:45:22 +0200 Bram Moolenaar patch 8.2.1466: Vim9: cannot index or slice a variable with type "any" v8.2.1466
Sun, 16 Aug 2020 15:00:05 +0200 Bram Moolenaar patch 8.2.1465: Vim9: subscript not handled properly v8.2.1465
Sat, 15 Aug 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1463: Vim9: list slice not supported yet
Thu, 13 Aug 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1444: error messages are spread out and names can be confusing v8.2.1444
Wed, 12 Aug 2020 18:15:04 +0200 Bram Moolenaar patch 8.2.1430: Vim9: error for missing comma instead of extra white space v8.2.1430
Thu, 30 Jul 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1328: no space allowed before comma in list v8.2.1328
Thu, 30 Jul 2020 20:15:05 +0200 Bram Moolenaar patch 8.2.1326: Vim9: skipping over white space after list v8.2.1326
Sun, 12 Jul 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.1190: Vim9: checking for Vim9 syntax is spread out v8.2.1190
Sat, 04 Jul 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.1125: Vim9: double quote can be a string or a comment v8.2.1125
Wed, 01 Jul 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict() v8.2.1111
Wed, 01 Jul 2020 17:30:06 +0200 Bram Moolenaar patch 8.2.1110: Vim9: line continuation does not work in function arguments v8.2.1110
Mon, 29 Jun 2020 20:15:04 +0200 Bram Moolenaar patch 8.2.1083: crash when using reduce() on a NULL list v8.2.1083