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

OmniSharpDebugTest throws error relative to number of parameters the first time it is run #850

Closed
Melandel opened this issue Sep 17, 2023 · 1 comment · Fixed by #853
Closed

Comments

@Melandel
Copy link
Contributor

Systematically, on any test (example: any test from https://github.com/Melandel/Zuc.Tests.SourceCodeExperiments), on the first run, OmniSharpDebugTest will throw the following error:

Error detected while processing function OmniSharp#proc#vimOutHandler[11]..OmniSharp#stdio#HandleResponse[42]..<SNR>135_ProjectRH:
line    9:
E118: Too many arguments for function: <SNR>136_BindTest

due to the line call a:Callback(v:true), while the callback itself requires 2 parameters (a buffer number, and a callback) on the first call.

Note: debugging the test will work as expected on later executions, so functionally everything is OK except the user experience

@nickspoons
Copy link
Member

nickspoons commented Sep 25, 2023

This issue has been resolved in PR #789, which I realise is over a year old and has never been merged. For the record I always run the testrunner branch and I use it a lot. I've just never quite found the time to finish it off, but I really have to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants