You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@Littledarren are you following the latest versions of 0.10. I don't think it's sustainable to try to support within 0.10 I think we have to assume people who follow head do it actively
The reason will be displayed to describe this comment to others. Learn more.
Please also see #893 it's very hard to account for how fast nightly will reach certain people. Someone will hit an issue within an hour and raise an issue as fast as that and someone else might depend on something like the AUR and it'll take them days π€·πΎββοΈ I personally don't have the time or bandwidth to try to follow that level of granularity. If you can pin the commit and wait for it to get rolled out to you that would be great
The reason will be displayed to describe this comment to others. Learn more.
Guys - just compile latest neovim build.
something like the AUR and it'll take them days
I'm building from AUR https://aur.archlinux.org/packages/neovim-git
Keep in mind that if you using AUR helper (like yay or paru) to pull latest repo from *-git package you have to a) manually mark it to install or b) upgrade packages with --devel flag so that helper would force check commit status of the packages.
AUR *-git packages are rarely if ever bumping versions. Without --devel flag it will never upgrade.
a6ad228
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i have 0.10 but no
isarray
orislist
a6ad228
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OS: macOS
nvim:
bufferline.nvim commit
"bufferline.nvim": { "branch": "main", "commit": "73540cb95f8d95aa1af3ed57713c6720c78af915" },
a6ad228
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akinsho @grappas
a6ad228
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Littledarren are you following the latest versions of 0.10. I don't think it's sustainable to try to support within 0.10 I think we have to assume people who follow head do it actively
a6ad228
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also see #893 it's very hard to account for how fast nightly will reach certain people. Someone will hit an issue within an hour and raise an issue as fast as that and someone else might depend on something like the AUR and it'll take them days π€·πΎββοΈ I personally don't have the time or bandwidth to try to follow that level of granularity. If you can pin the commit and wait for it to get rolled out to you that would be great
a6ad228
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it, tks!
a6ad228
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've got
NVIM v0.10.0-dev-2786+gb3f9da952
Build type: RelWithDebInfo
LuaJIT 2.1.1710088188
Run "nvim -V1 -v" for more info
and have this issue
Linux
Actually i've updated neovim and its fixed
a6ad228
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guys - just compile latest neovim build.
I'm building from AUR https://aur.archlinux.org/packages/neovim-git
Keep in mind that if you using AUR helper (like
yay
orparu
) to pull latest repo from *-git package you have to a) manually mark it to install or b) upgrade packages with--devel
flag so that helper would force check commit status of the packages.AUR *-git packages are rarely if ever bumping versions. Without
--devel
flag it will never upgrade.a6ad228
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have the same issue with neovim's 0.10 version :(
a6ad228
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgrade neovim fixed this issue in ubuntu-22.04