Skip to content

chore: Replace use of deprecated vim.tbl_flatten#112

Open
SamCastelain wants to merge 1 commit into
nvim-neotest:masterfrom
SamCastelain:deprecated-tbl_flatten
Open

chore: Replace use of deprecated vim.tbl_flatten#112
SamCastelain wants to merge 1 commit into
nvim-neotest:masterfrom
SamCastelain:deprecated-tbl_flatten

Conversation

@SamCastelain
Copy link
Copy Markdown

vim.tbl_flatten is deprecated and will be removed in 0.13. Just replaced it with the recommendation in the deprecation notice.

For some reason discovering tests did not work anymore after upgrading from 0.11.x to 0.12.1 even though vim.tbl_flatten still works in this version. Replacing it fixes test discovery for me though and it needs to be done before 0.13 anyway.

vim.tbl_flatten is deprecated and will be removed in 0.13. Just replaced
it with the recommendation in the deprecation notice.

For some reason discovering tests did not work anymore after upgrading from
0.11.x to 0.12.1 even though vim.tbl_flatten still works in this
version. Replacing it fixes test discovery for me though and it needs to
be done before 0.13 anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant