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

regression(test): diagnostics handler handler changedtick tracking should call handler only once if buffer changed in between callbacks #1

Open
mochaaP opened this issue Aug 30, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@mochaaP
Copy link
Member

mochaaP commented Aug 30, 2023

Fail	||	diagnostics handler handler changedtick tracking should call handler only once if buffer changed in between callbacks	
            test/spec/diagnostics_spec.lua:126: Expected to be called 1 time(s), but was called 2 time(s)
            
            stack traceback:
            	test/spec/diagnostics_spec.lua:126: in function <test/spec/diagnostics_spec.lua:116>

Minimal repro:

make test-file FILE=test/spec/diagnostics_spec.lua

Seems a plenary / nvim update broke the async generator

@mochaaP
Copy link
Member Author

mochaaP commented Sep 17, 2023

addressed by commit 16bdde6 for now

@mochaaP
Copy link
Member Author

mochaaP commented Sep 18, 2023

seealso: neovim-stuff/null-ls.nvim#3 (comment)

@mochaaP mochaaP added the bug Something isn't working label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant