folke / noice.nvim

💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
Apache License 2.0
4.29k stars 100 forks source link

deprecation: `tbl_islist` is deprecated #822

Closed Zeioth closed 4 months ago

Zeioth commented 4 months ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

On nvim 0.11 this warning shows on :checkhealth vim.deprecated

- WARNING vim.tbl_islist is deprecated. Feature will be removed in Nvim 0.12
  - ADVICE:
    - use vim.islist instead.
    - stack traceback:
        /home/zeioth/.local/share/nvim/lazy/nui.nvim/lua/nui/utils/init.lua:47
        /home/zeioth/.local/share/nvim/lazy/nui.nvim/lua/nui/popup/border.lua:135
        /home/zeioth/.local/share/nvim/lazy/nui.nvim/lua/nui/popup/border.lua:461
        /home/zeioth/.local/share/nvim/lazy/nui.nvim/lua/nui/object/init.lua:132
        /home/zeioth/.local/share/nvim/lazy/nui.nvim/lua/nui/popup/init.lua:154
        /home/zeioth/.local/share/nvim/lazy/nui.nvim/lua/nui/object/init.lua:132
        /home/zeioth/.local/share/nvim/lazy/noice.nvim/lua/noice/view/nui.lua:128
        /home/zeioth/.local/share/nvim/lazy/noice.nvim/lua/noice/view/nui.lua:307
        /home/zeioth/.local/share/nvim/lazy/noice.nvim/lua/noice/view/init.lua:155
        [C]:-1
        /home/zeioth/.local/share/nvim/lazy/noice.nvim/lua/noice/util/call.lua:149
        /home/zeioth/.local/share/nvim/lazy/noice.nvim/lua/noice/view/init.lua:162
        /home/zeioth/.local/share/nvim/lazy/noice.nvim/lua/noice/message/router.lua:223
        [C]:-1
        /home/zeioth/.local/share/nvim/lazy/noice.nvim/lua/noice/util/call.lua:149
        /home/zeioth/.local/share/nvim/lazy/noice.nvim/lua/noice/ui/init.lua:109

Not a big deal yet because the plugin works correctly on nvim 0.11 without errors. But good to keep in mind.

Describe the solution you'd like

x

Describe alternatives you've considered

x

Additional context

No response

Zeioth commented 4 months ago

See: https://neovim.io/doc/user/deprecated.html

folke commented 4 months ago

As you can see, that's from nui.nvim, so pease report the issue there instead.

Zeioth commented 4 months ago

Sorry for the retardeness, thank you folke.