-
Notifications
You must be signed in to change notification settings - Fork 35
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
Parsing failure prevents from showing log messages in debug terminal #1083
Comments
Change proposal in lp_doc.ml:
Changes in pure.ml: remove Parse_error exception and:
Change in pure.mli: remove Parse_error and
|
Seems to work with theses modifications. |
So, we probably still need to show an error message if the user navigates to the end of the file |
I cannot see that it works on my machine with
nothing is printed in emacs or vscode despite verbose 3. |
Are you sure your are in the right branch? |
In Vscode (and probably with Emacs too), when a proof is started but
end
is missing at the end of the proof, the console doesn't show the log messages except the last one which isUnexpected token: ""
.For instance, with the following file
The command line check command produces :
But the Vscode Lambdapi debug terminal show only
Unexpected token: ""
(despiteconsole 3;
at the beginning of the file) and only when the end of file is reached.The text was updated successfully, but these errors were encountered: