-
Notifications
You must be signed in to change notification settings - Fork 17
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
vim.tbl_islist is deprecated #339
Comments
Hey 👋 We have CI actions that make sure we don't use any deprecated APIs in rocks.nvim and its extensions. In the stack trace you posted, it's
Note: the nvim-cmp package on luarocks is very outdated. I have opened a PR that will hopefully fix that: Haven't received a response yet, though 😢 |
Cool, thanks! I tried with the git-version of nvim-cmp, but I was getting an even bigger wall of deprecation warnings. The tagged version over there is still 0.0.1, which is indeed horribly out of date. When using the very last commit, I am only getting |
That is very strange indeed. Maybe rocks-git didn't pick up like latest commit for some reason? |
Sorry, my bad... got confused by the next batch of errors popping up, this time related to nvim-lspconfig. I've pinned nvim-cmp and nvim-lspconfig to the latest commits for now, which seems to have solved the problem for now. |
I've opened an issue for lspconfig: |
Great, thanks! |
Hi,
Getting this warning on launching nvim after the latest update of
neovim-git
from aur:Version:
I'm guessing there are a few plugins that use the deprecated functions, but some of it seems to be rocks-specific?
The text was updated successfully, but these errors were encountered: