Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warnings in v0.10 and v11 nightlies #17

Closed
cwebster2 opened this issue May 17, 2024 · 1 comment
Closed

Deprecation warnings in v0.10 and v11 nightlies #17

cwebster2 opened this issue May 17, 2024 · 1 comment
Assignees

Comments

@cwebster2
Copy link

cwebster2 commented May 17, 2024

NeoVim Version
NVIM v0.11.0-dev-4+ga66424617

Describe the bug
Deprecation warning for vim.tbl_flatten

To Reproduce
Start nvim with nvim-nio enabled

vim.tbl_flatten is deprecated, use vim.iter(…):flatten():totable() instead. :help deprecated
Feature will be removed in Nvim 0.12
stack traceback:
        vim/shared.lua: in function 'tbl_flatten'
        ...casey/.local/share/nvim/lazy/nvim-nio/lua/nio/logger.lua:39: in function 'path_join'

return table.concat(vim.tbl_flatten({ ... }), path_sep)

@rcarriga
Copy link
Contributor

rcarriga commented Jun 9, 2024

Closed by #18

@rcarriga rcarriga closed this as completed Jun 9, 2024
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

No branches or pull requests

2 participants