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

Parsing comments #755

Merged
merged 3 commits into from
Apr 25, 2024
Merged

Parsing comments #755

merged 3 commits into from
Apr 25, 2024

Conversation

rtetley
Copy link
Collaborator

@rtetley rtetley commented Mar 19, 2024

Draft for handling comments in vscoq.
This should be merged coincidentally with coq/coq#18821.
Closes #728

@Zeta611
Copy link

Zeta611 commented Apr 25, 2024

I think it has been merged upstream? coq/coq#18821

rtetley added 3 commits April 25, 2024 13:24
Coq now has a mechanism for enabling comments, we make sure the correct flag is
set to true, and we record the comments in a new data type.
Next step: exploiting the comments for new features.
@rtetley rtetley marked this pull request as ready for review April 25, 2024 11:26
@rtetley
Copy link
Collaborator Author

rtetley commented Apr 25, 2024

You are right ! Added the opt comp and I think it is ready for merge ! Thanks

@rtetley rtetley merged commit 17f46ea into main Apr 25, 2024
16 checks passed
@rtetley rtetley deleted the comments branch June 19, 2024 05:40
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 this pull request may close these issues.

Comments are not parsed
2 participants