williamboman / mason.nvim

Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
Apache License 2.0
7.22k stars 258 forks source link

fix: replace deprecated table methods for neovim v0.10 #1690

Closed skoch13 closed 1 month ago

skoch13 commented 2 months ago

Credits go to https://github.com/sindrets/diffview.nvim/pull/489

Fixes https://github.com/williamboman/mason.nvim/issues/1689

mikesmithgh commented 2 months ago

FYI @skoch13 https://github.com/sindrets/diffview.nvim/pull/489#issuecomment-2085206944

I also do not see the error on the latest version of nvim nightly.

I made a change to https://github.com/sindrets/diffview.nvim/pull/489 to add the depth of math.huge to the flatten function that should be updated in the PR.

skoch13 commented 2 months ago

@mikesmithgh thank you, I did mention that in the issue here https://github.com/williamboman/mason.nvim/issues/1689#issuecomment-2078711997

I'll update the PR accordingly, thank you