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
When attempting to show counterexamples in VSCode, it now fails with an error popup that says Counterexample request failed: TypeError: Cannot convert undefined or null to object
I've confirmed that reinstalling extension v3.3.0 fixes the issue.
The output window only displays the following.
Language server: {"command":"C:\\Program Files\\dotnet\\dotnet.EXE","args":["c:\\Users\\alfred\\scoop\\apps\\vscode\\1.92.2\\data\\extensions\\dafny-lang.ide-vscode-3.3.1\\out\\resources\\4.7.0\\github\\dafny\\Dafny.dll","server","--verify-on:Change","--verification-time-limit:0","--cache-verification=0","--cores:9","--notify-ghostness:true","--notify-line-verification-status:true"]}
Dafny is ready
Unsure how to collect additional info but happy to help however i can.
The text was updated successfully, but these errors were encountered:
This was broken by dafny-lang/dafny#5013, which changes the counterexample API provided by dafny server. I'm not sure why that API was updated. There were internal changes in that PR made to enable the dafny verify --extract-counterexample option, that possibly made it difficult not to update the dafny server API as well, I'm not sure.
We should consider reverting the dafny server counterexample API to what it was, or otherwise think about how we could visually display the new API.
Dafny Extension v3.3.1
Thank you all for this incredible tool!
When attempting to show counterexamples in VSCode, it now fails with an error popup that says
Counterexample request failed: TypeError: Cannot convert undefined or null to object
I've confirmed that reinstalling extension v3.3.0 fixes the issue.
The output window only displays the following.
Unsure how to collect additional info but happy to help however i can.
The text was updated successfully, but these errors were encountered: