Closed SohumB closed 8 years ago
Thanks for the report; I need quite a bit more info to be able to debug this though :)
Clément.
Emacs 25.4, dafny 1.9.7, and the plain cli tool.
On Tue, 27 Sep 2016, 16:51 Clément Pit--Claudel, notifications@github.com wrote:
Thanks for the report; I need quite a bit more info to be able to debug this though :)
- Which version of Emacs and Dafny are you using?
- Are you using the inferior Dafny mode (with the Dafny server) or just the plain Dafny tool?
Clément.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/boogie-org/boogie-friends/issues/11#issuecomment-250032364, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEDqO08lSHOb9ht1Xt3giosP7ja6FZGks5quavngaJpZM4KINfo .
25.4
Uh?
Also: thanks! Reproduced :) This is really silly. I mostly use the server checker, so I missed that. Working on a fix now.
Ok. It's an upstream Flycheck issue introduced in flycheck/flycheck@a8147c47be11d2e904dc2be6c522aec717aa4d57
My apologies, 24.5 :p Thanks for the quick debugging!
24.5
:)
Btw, things should work fine if you use the more efficient inferior-dafny-mode (use M-x customize-group RET dafny RET
and pick server in the last option). With this on, Dafny will run as a local server process on your machine, and cache verification results as you write your program.
This is my file:
Running
dafny
on it produces the following error:dafny-mode however crashes on it and reports no errors, showing this stack trace:
It looks like the structure returned as the warning doesn't include the
(flycheck-error-message)
.