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

Known Issues Tracker #6

Open
7 of 11 tasks
folke opened this issue Oct 3, 2022 · 6 comments
Open
7 of 11 tasks

Known Issues Tracker #6

folke opened this issue Oct 3, 2022 · 6 comments
Labels
pinned stale upstream Issue is caused by a dependency (like Neovim)

Comments

@folke
Copy link
Owner

folke commented Oct 3, 2022

@folke folke pinned this issue Oct 3, 2022
@folke folke added bug Something isn't working upstream Issue is caused by a dependency (like Neovim) labels Oct 18, 2022
@folke folke removed the bug Something isn't working label Oct 28, 2022
@ilan-schemoul
Copy link

Another known issue acknowledged by the neovim's team is that this plugin might lead to assert failures (and so crash on startup). See neovim/neovim#28331.

By the way the readme reads "It is highly recommended to use Neovim nightly, since a bunch of issues have already been fixed upstream." however nightly releases are shipped with RelWithDebInfo mode which (I believe but cannot find documentation about this) enables assertions checks which might fail because of Noice (I have checked that Release mode doesn't crash but RelWithDebInfo crashes)

@justinmk
Copy link

however nightly releases are shipped with RelWithDebInfo mode which (I believe but cannot find documentation about this) enables assertions checks which might fail because of Noice

Assertions declare conditions that "cannot happen". Without the assertions, behavior is just undefined and may silently lead to very weird and potentially destructive situations.

Copy link
Contributor

github-actions bot commented Jul 6, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale label Jul 6, 2024
Copy link
Contributor

This issue was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 13, 2024
@bew
Copy link

bew commented Jul 13, 2024

Hum this looks like a mistake 🤔

@folke folke added the pinned label Jul 13, 2024
@folke folke reopened this Jul 13, 2024
@folke folke added pinned and removed pinned labels Jul 25, 2024
@dbieber-rfideas
Copy link

Another known issue acknowledged by the neovim's team is that this plugin might lead to assert failures (and so crash on startup). See neovim/neovim#28331.

By the way the readme reads "It is highly recommended to use Neovim nightly, since a bunch of issues have already been fixed upstream." however nightly releases are shipped with RelWithDebInfo mode which (I believe but cannot find documentation about this) enables assertions checks which might fail because of Noice (I have checked that Release mode doesn't crash but RelWithDebInfo crashes)

Does anyone know what we can do about this? I am not finding solutions, but maybe I am missing something. I am ok nerfing Noice if that is required, but would prefer not to completely disable the plugin. I've tried the latest nightly as of today and it's still crashing with the latest version of Noice from Lazy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pinned stale upstream Issue is caused by a dependency (like Neovim)
Projects
None yet
Development

No branches or pull requests

5 participants