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

[fleche] When interrupted in parsing, signal end of file #34

Merged
merged 2 commits into from
Jul 13, 2022

Conversation

ejgallego
Copy link
Owner

I think that's the correct thing to do, as we don't want to continue
as of now with error recovery, etc...

I think that's the correct thing to do, as we don't want to continue
as of now with error recovery, etc...
@Alizter
Copy link
Collaborator

Alizter commented Jul 12, 2022

@ejgallego can you format

This allows for much quicker restart until we merge the parsing
caching PR; ideally we would do this on the Coq side, but parsing
rarely takes a long time (tho we know some cases it does)
@ejgallego ejgallego merged commit 09d193d into main Jul 13, 2022
@ejgallego ejgallego deleted the fix_parsing_int branch July 13, 2022 11:11
ejgallego added a commit to ejgallego/opam-repository that referenced this pull request Nov 20, 2022
CHANGES:

-----------------------

 - Location-aware cache for incremental Coq interpretation (@ejgallego)
 - Smart, structure-aware error recovery (@ejgallego)
 - Configure flags reading _CoqProject file (@artagnon, ejgallego/coq-lsp#3)
 - Interruption support (@ejgallego , @Alizter, ejgallego/coq-lsp#27, ejgallego/coq-lsp#32, ejgallego/coq-lsp#34)
 - Markdown support (@ejgallego, ejgallego/coq-lsp#62)
 - Goal display (@ejgallego @corwin-of-amber, ejgallego/coq-lsp#69)
 - User-side configuration (@ejgallego, ejgallego/coq-lsp#67)
 - Allow to configure before/after goal display (@ejgallego, ejgallego/coq-lsp#78)
 - Allow requests to interrupt checking (@ejgallego, ejgallego/coq-lsp#76)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants