summaryrefslogtreecommitdiffstatshomepage
path: root/test/unit/eval/typval_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-02-16vim-patch:8.2.3841: Vim9: outdated TODO items, disabled tests that work (#37900)zeertzjq1
2025-09-26test(unit): disable JIT when using mocks (#35913)zeertzjq1
2025-03-03refactor(messages): simplify message historyLuuk van Baal1
2024-07-05vim-patch:9.1.0524: the recursive parameter in the *_equal functions can be r...zeertzjq1
2024-05-25test(unit): skip flaky 'typval.c dict extend() works' testdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-29test: skip flaky testsdundargoc1
2024-03-28test: skip flaky testsdundargoc1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2023-12-04build: enable lintlua for test/unit/ dir #26396Justin M. Keyes1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-08-15vim-patch:9.0.1704: Cannot use positional arguments for printf() (#24719)zeertzjq1
2023-06-12test(unit/eval/typval_spec): adjust for Float to String conversionSean Dewar1
2023-06-12test(unit/eval/typval_spec): don't dereference NULL last_msg_histSean Dewar1
2023-05-05vim-patch:9.0.0250: slightly inconsistent error messageszeertzjq1
2023-05-05vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq1
2023-05-05vim-patch:8.2.3135: Vim9: builtin function arguments not checked at compile timezeertzjq1
2023-03-23fix(api): make nvim_get_hl return 'cterm' attrs properlybfredl1
2023-01-31fix(test): fix issues detected by running unittests in ASAN/UBSANbfredl1
2023-01-19vim-patch:8.2.1698: cannot lock a variable in legacy Vim script like in Vim9 ...zeertzjq1
2023-01-18fix(unittests): fix TUI broken test previously ignoredbfredl1
2022-10-26vim-patch:8.2.1852: map() returing zero for NULL list is unexpectedzeertzjq1
2022-08-13vim-patch:7.4.1168 (#19645)zeertzjq1
2021-09-16vim-patch:8.2.1473: items in a list given to :const can still be modifiedSean Dewar1
2021-06-26vim-patch:8.1.0897: can modify a:000 when using a reference (#14902)Jan Edmund Lazo1
2020-07-19vim-patch:8.2.0539: comparing two NULL list failsJan Edmund Lazo1
2020-06-06vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su1
2020-04-28gen_api_dispatch.lua: allow msgpack int for Float args; test: add ui_pum_set_...Yatao Li1
2020-02-18lua: move test helper function, map and filter, to vim.shared moduleHirokazu Hata1
2019-05-18test: remove use of require('test.helpers')Justin M. Keyes1
2018-01-14*: Provide list length when allocating listsZyX1
2017-12-24*: Fix linter errorsZyX1
2017-12-24eval: Replace some tv_list_item_remove() callsZyX1
2017-12-24eval: Rename tv_list_remove_items() to tv_list_drop_items()ZyX1
2017-12-24eval/typval: Make tv_list_item_remove return pointer to the next itemZyX1
2017-12-24eval/typval: Remove tv_list_item_free() as it is unusedZyX1
2017-12-24*: Remove most calls to tv_list_item_allocZyX1
2017-07-02unittests: Fix allocation ordering for tv_dict_add_str()ZyX1
2017-07-02eval/typval: Add tv_dict_add_allocated_str() functionZyX1
2017-05-10eval: Refactor get_user_input to support dictionaryZyX1
2017-04-14unittests: Add a test for TV_CSTRINGZyX1
2017-04-09unittests: Move allocating vimconv_T to a functionZyX1
2017-04-09unittests: Do not GC typval_T which is owned by a diZyX1
2017-04-09unittests: Use Neovim memory allocation for vimconv_TZyX1
2017-04-09unittests: Do not gc what is already freedZyX1
2017-04-07unittests: Fix testlint failureZyX1
2017-04-06unittests: Force GC, fix GC failures in typval_specZyX1
2017-03-29eval/typval,api/buffer: Fix review commentsZyX1
2017-03-29eval/typval: Allow NULL dict as tv_dict_get_callback() argumentZyX1