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

Distinguish between no response and empty response to query #153

Open
TheoWinterhalter opened this issue Aug 1, 2020 · 1 comment
Open
Labels
help wanted Extra attention is needed

Comments

@TheoWinterhalter
Copy link

This problem is probably not specific to vscoq (I think it is the same with Proof General) but I believe it is probably solved at the editor level.

Currently when one uses a query like Print or Search which does not fail but does not turn up anything, we simply get no message in the Query output. So whether it's still processing or simply returned nothing is difficult to tell. Even worse, sometimes the Query seems to be buggy and will not show anything at all unless closed and opened again.

@rtetley
Copy link
Collaborator

rtetley commented Sep 5, 2023

This is a real problem that I've run into while implementing the query panel for VsCoq 2 but I think its a limitation of the coq api. At least for Search. If someone has an idea how to move forward feel free to comment !

@rtetley rtetley added the help wanted Extra attention is needed label Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants