summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_listdict.vim
AgeCommit message (Expand)Author
2024-05-17patch 9.1.0415: Some functions are not testedv9.1.0415Yegappan Lakshmanan
2024-04-16patch 9.1.0341: Problem: a few memory leaks are foundv9.1.0341Christian Brabandt
2023-12-05patch 9.0.2152: Using type unknown for List/Dict containersv9.0.2152Yegappan Lakshmanan
2023-10-11patch 9.0.2012: Vim9: error message can be more accuratev9.0.2012Ernie Rael
2023-09-09patch 9.0.1886: Various Typosv9.0.1886Christian Brabandt
2023-08-17patch 9.0.1723: Fix regression in {func} argument of reduce()v9.0.1723zeertzjq
2023-05-24patch 9.0.1576: users may not know what to do with an internal errorv9.0.1576Bram Moolenaar
2023-05-11patch 9.0.1540: reverse() on string doesn't work in compiled functionv9.0.1540Yegappan Lakshmanan
2023-05-06patch 9.0.1515: reverse() does not work for a Stringv9.0.1515Yegappan Lakshmanan
2023-04-01patch 9.0.1437: test fails with different error numberv9.0.1437Bram Moolenaar
2023-02-27patch 9.0.1361: extendnew() not sufficiently testedv9.0.1361zeertzjq
2022-09-28patch 9.0.0615: using reduce() on a list from range() is a bit slowv9.0.0615Bram Moolenaar
2022-09-22patch 9.0.0548: reduce() with a compiled lambda could be fasterv9.0.0548Bram Moolenaar
2022-09-17patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar
2022-09-07patch 9.0.0409: #{g:x} was seen as a curly-braces expressionv9.0.0409ii14
2022-09-02patch 9.0.0359: error message for wrong argument type is not specificv9.0.0359Yegappan Lakshmanan
2022-08-30patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan
2022-08-30patch 9.0.0331: cannot use items() on a stringv9.0.0331Bram Moolenaar
2022-08-30patch 9.0.0327: items() does not work on a listv9.0.0327Bram Moolenaar
2022-08-14patch 9.0.0204: indexof() may leak memoryv9.0.0204Yegappan Lakshmanan
2022-08-13patch 9.0.0196: finding value in list may require a for loopv9.0.0196Yegappan Lakshmanan
2022-04-23patch 8.2.4809: various things no6 properly testedv8.2.4809Yegappan Lakshmanan
2022-03-20patch 8.2.4600: Vim9: not enough test coverage for executing :def functionv8.2.4600Bram Moolenaar
2022-02-23patch 8.2.4455: accepting one and zero for second sort() argument is strangev8.2.4455Bram Moolenaar
2022-02-22patch 8.2.4451: sort() fails when ignoring casev8.2.4451Bram Moolenaar
2022-02-22patch 8.2.4450: list sort test failsv8.2.4450Bram Moolenaar
2022-01-29patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar
2021-12-26patch 8.2.3908: cannot use a script-local function for 'foldtext'v8.2.3908Yegappan Lakshmanan
2021-12-22patch 8.2.3871: list.c contains code for dict and blobv8.2.3871Yegappan Lakshmanan
2021-12-19patch 8.2.3854: Vim9: inconsistent arguments for test functionsv8.2.3854Bram Moolenaar
2021-12-19patch 8.2.3853: Vim9: not enough testsv8.2.3853Bram Moolenaar
2021-12-19patch 8.2.3852: Vim9: not enough testsv8.2.3852Bram Moolenaar
2021-12-19patch 8.2.3849: functions implementing reduce and map are too longv8.2.3849Yegappan Lakshmanan
2021-12-18patch 8.2.3848: cannot use reduce() for a stringv8.2.3848rbtnn
2021-12-17patch 8.2.3842: Vim9: can change locked list and list itemsv8.2.3842Bram Moolenaar
2021-12-17patch 8.2.3841: Vim9: outdated TODO items, disabled tests that workv8.2.3841Bram Moolenaar
2021-11-30patch 8.2.3702: first key in dict is seen as curly expression and failsv8.2.3702Bram Moolenaar
2021-11-29patch 8.2.3695: confusing error for missing keyv8.2.3695Bram Moolenaar
2021-08-13patch 8.2.3338: Vim9: no type check when assigning a list rangev8.2.3338Bram Moolenaar
2021-08-12patch 8.2.3336: behavior of negative index in list change changedv8.2.3336Bram Moolenaar
2021-08-12patch 8.2.3335: Vim9: not enough tests run with Vim9v8.2.3335Bram Moolenaar
2021-08-12patch 8.2.3334: Vim9: not enough tests run with Vim9v8.2.3334Bram Moolenaar
2021-08-12patch 8.2.3333: Vim9: not enough tests run with Vim9v8.2.3333Bram Moolenaar
2021-08-11patch 8.2.3332: Vim9: cannot assign to range in listv8.2.3332Bram Moolenaar
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan
2021-07-22patch 8.2.3202: Vim9: tests are only executed for legacy scriptv8.2.3202Bram Moolenaar
2021-07-20patch 8.2.3191: Vim9: not enough code is testedv8.2.3191Bram Moolenaar
2021-06-26patch 8.2.3055: strange error for assigning to "x.key" on non-dictionaryv8.2.3055Bram Moolenaar
2021-06-06patch 8.2.2949: tests failing because no error for float to string conversionv8.2.2949Bram Moolenaar
2021-05-25patch 8.2.2886: various pieces of code not covered by testsv8.2.2886Yegappan Lakshmanan