-
Notifications
You must be signed in to change notification settings - Fork 36
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
Failures when running tests (e.g. for DeleteBuffer) #102
Comments
Some additional info. Am running on a current version of Arch. The following all fail with the same Invalid method exception:
In addition, when trying to detach a buffer (which I don't see a test for), I am getting:
If someone can point me in the right direction, happy to investigate. |
@slzatz Thanks for post issue. will investigate. |
@slzatz What nvim version are you using? |
NVIM v0.4.4 |
Here is the -v output:
|
@slzatz Ah, neovim/go-client follows neovim latest (HEAD) APIs.So it's normal. Thankns. |
I am relatively new to go and the go bindings for the nvim api but when I run go test I am getting a number of failures and separately in my own code I cannot run commands like DeleteBuffer(...) without getting the same error that I get when I run the tests, namely:
All the rest of the code I have written is working but just trying to figure out if this is my error or if a subset of methods like DeleteBuffer are not working. Seems impossible that this would have escaped notice, but just checking to see if there is a known issue before continuing to try to debug my code.
The text was updated successfully, but these errors were encountered: