log src/testdir/test_listdict.vim @ 35122:739aaccbca74 default tip

age author description
Tue, 16 Apr 2024 23:00:03 +0200 Christian Brabandt patch 9.1.0341: Problem: a few memory leaks are found v9.1.0341
Sun, 10 Dec 2023 15:16:23 +0100 Christian Brabandt patch 9.0.2152: Using type unknown for List/Dict containers v9.0.2152
Wed, 11 Oct 2023 21:30:08 +0200 Christian Brabandt patch 9.0.2012: Vim9: error message can be more accurate v9.0.2012
Sat, 09 Sep 2023 11:45:04 +0200 Christian Brabandt patch 9.0.1886: Various Typos v9.0.1886
Thu, 17 Aug 2023 22:30:02 +0200 Christian Brabandt patch 9.0.1723: Fix regression in {func} argument of reduce() v9.0.1723
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
Wed, 24 May 2023 22:15:06 +0200 Bram Moolenaar patch 9.0.1576: users may not know what to do with an internal error v9.0.1576
Thu, 11 May 2023 16:15:08 +0200 Bram Moolenaar patch 9.0.1540: reverse() on string doesn't work in compiled function v9.0.1540
Sat, 06 May 2023 15:15:04 +0200 Bram Moolenaar patch 9.0.1515: reverse() does not work for a String v9.0.1515
Sat, 01 Apr 2023 23:30:03 +0200 Bram Moolenaar patch 9.0.1437: test fails with different error number v9.0.1437
Mon, 27 Feb 2023 16:15:03 +0100 Bram Moolenaar patch 9.0.1361: extendnew() not sufficiently tested v9.0.1361
Wed, 28 Sep 2022 14:30:04 +0200 Bram Moolenaar patch 9.0.0615: using reduce() on a list from range() is a bit slow v9.0.0615
Thu, 22 Sep 2022 18:15:03 +0200 Bram Moolenaar patch 9.0.0548: reduce() with a compiled lambda could be faster v9.0.0548
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
Wed, 07 Sep 2022 20:45:03 +0200 Bram Moolenaar patch 9.0.0409: #{g:x} was seen as a curly-braces expression v9.0.0409
Fri, 02 Sep 2022 16:30:07 +0200 Bram Moolenaar patch 9.0.0359: error message for wrong argument type is not specific v9.0.0359
Tue, 30 Aug 2022 21:00:05 +0200 Bram Moolenaar patch 9.0.0335: checks for Dictionary argument often give a vague error v9.0.0335
Tue, 30 Aug 2022 19:00:03 +0200 Bram Moolenaar patch 9.0.0331: cannot use items() on a string v9.0.0331
Tue, 30 Aug 2022 15:45:03 +0200 Bram Moolenaar patch 9.0.0327: items() does not work on a list v9.0.0327
Sun, 14 Aug 2022 13:15:04 +0200 Bram Moolenaar patch 9.0.0204: indexof() may leak memory v9.0.0204
Sat, 13 Aug 2022 14:15:05 +0200 Bram Moolenaar patch 9.0.0196: finding value in list may require a for loop v9.0.0196
Sat, 23 Apr 2022 12:00:06 +0200 Bram Moolenaar patch 8.2.4809: various things no6 properly tested v8.2.4809
Sun, 20 Mar 2022 19:00:03 +0100 Bram Moolenaar patch 8.2.4600: Vim9: not enough test coverage for executing :def function v8.2.4600
Wed, 23 Feb 2022 14:30:03 +0100 Bram Moolenaar patch 8.2.4455: accepting one and zero for second sort() argument is strange v8.2.4455
Wed, 23 Feb 2022 00:00:02 +0100 Bram Moolenaar patch 8.2.4451: sort() fails when ignoring case v8.2.4451
Tue, 22 Feb 2022 23:30:02 +0100 Bram Moolenaar patch 8.2.4450: list sort test fails v8.2.4450
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
Sun, 26 Dec 2021 23:00:04 +0100 Bram Moolenaar patch 8.2.3908: cannot use a script-local function for 'foldtext' v8.2.3908
Wed, 22 Dec 2021 19:30:04 +0100 Bram Moolenaar patch 8.2.3871: list.c contains code for dict and blob v8.2.3871
Sun, 19 Dec 2021 19:45:03 +0100 Bram Moolenaar patch 8.2.3854: Vim9: inconsistent arguments for test functions v8.2.3854
Sun, 19 Dec 2021 18:30:03 +0100 Bram Moolenaar patch 8.2.3853: Vim9: not enough tests v8.2.3853
Sun, 19 Dec 2021 16:30:03 +0100 Bram Moolenaar patch 8.2.3852: Vim9: not enough tests v8.2.3852
Sun, 19 Dec 2021 11:45:03 +0100 Bram Moolenaar patch 8.2.3849: functions implementing reduce and map are too long v8.2.3849
Sat, 18 Dec 2021 19:45:03 +0100 Bram Moolenaar patch 8.2.3848: cannot use reduce() for a string v8.2.3848
Fri, 17 Dec 2021 21:45:03 +0100 Bram Moolenaar patch 8.2.3842: Vim9: can change locked list and list items v8.2.3842
Fri, 17 Dec 2021 21:30:03 +0100 Bram Moolenaar patch 8.2.3841: Vim9: outdated TODO items, disabled tests that work v8.2.3841
Tue, 30 Nov 2021 13:00:06 +0100 Bram Moolenaar patch 8.2.3702: first key in dict is seen as curly expression and fails v8.2.3702
Mon, 29 Nov 2021 14:45:04 +0100 Bram Moolenaar patch 8.2.3695: confusing error for missing key
Fri, 13 Aug 2021 18:30:03 +0200 Bram Moolenaar patch 8.2.3338: Vim9: no type check when assigning a list range v8.2.3338
Thu, 12 Aug 2021 21:15:03 +0200 Bram Moolenaar patch 8.2.3336: behavior of negative index in list change changed v8.2.3336
Thu, 12 Aug 2021 19:30:03 +0200 Bram Moolenaar patch 8.2.3335: Vim9: not enough tests run with Vim9 v8.2.3335
Thu, 12 Aug 2021 17:15:04 +0200 Bram Moolenaar patch 8.2.3334: Vim9: not enough tests run with Vim9 v8.2.3334
Thu, 12 Aug 2021 10:45:02 +0200 Bram Moolenaar patch 8.2.3333: Vim9: not enough tests run with Vim9 v8.2.3333
Wed, 11 Aug 2021 22:00:06 +0200 Bram Moolenaar patch 8.2.3332: Vim9: cannot assign to range in list v8.2.3332
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
Thu, 22 Jul 2021 19:00:05 +0200 Bram Moolenaar patch 8.2.3202: Vim9: tests are only executed for legacy script v8.2.3202
Tue, 20 Jul 2021 22:30:05 +0200 Bram Moolenaar patch 8.2.3191: Vim9: not enough code is tested v8.2.3191
Sat, 26 Jun 2021 15:15:03 +0200 Bram Moolenaar patch 8.2.3055: strange error for assigning to "x.key" on non-dictionary v8.2.3055
Sun, 06 Jun 2021 14:15:04 +0200 Bram Moolenaar patch 8.2.2949: tests failing because no error for float to string conversion v8.2.2949
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
Thu, 13 May 2021 15:00:06 +0200 Bram Moolenaar patch 8.2.2848: crash whn calling partial v8.2.2848
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
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
Wed, 04 Nov 2020 12:30:03 +0100 Bram Moolenaar patch 8.2.1951: test for list and dict fails v8.2.1951
Tue, 03 Nov 2020 18:30:04 +0100 Bram Moolenaar patch 8.2.1945: crash when passing NULL function to reduce() v8.2.1945
Fri, 30 Oct 2020 19:15:04 +0100 Bram Moolenaar patch 8.2.1925: list/dict test fails v8.2.1925
Sat, 10 Oct 2020 16:45:03 +0200 Bram Moolenaar patch 8.2.1822: list test doesn't fail v8.2.1822
Mon, 05 Oct 2020 20:15:05 +0200 Bram Moolenaar patch 8.2.1803: a few failures are not tested v8.2.1803
Wed, 23 Sep 2020 22:45:06 +0200 Bram Moolenaar patch 8.2.1736: failure to compile a pattern not tested much v8.2.1736