Skip to content

Conversation

SkySkimmer
Copy link
Contributor

@SkySkimmer SkySkimmer commented Jul 25, 2025

eg on Open Scope Type we used to get
Syntax error: illegal begin of toplevel:vernac_toplevel
now it also says after Open Scope, expected identifier.

The current state is not entirely satisfying, eg on Doesntexist. it
gives the list of command initial keywords, with "end of input" in themiddle,
yet is not a complete list of possible beginnings such as
attributes (as can be seen in the test suite).

Fix #14098

Depends:

@SkySkimmer SkySkimmer added the request: full CI Use this label when you want your next push to trigger a full CI. label Jul 25, 2025
@coqbot-app coqbot-app bot removed the request: full CI Use this label when you want your next push to trigger a full CI. label Jul 25, 2025
@SkySkimmer
Copy link
Contributor Author

@github-actions github-actions bot added the needs: rebase Should be rebased on the latest master to solve conflicts or have a newer CI run. label Jul 28, 2025
Copy link
Contributor

coqbot-app bot commented Sep 1, 2025

The "needs: rebase" label was set more than 30 days ago. If the PR is not rebased in 30 days, it will be automatically closed.

@coqbot-app coqbot-app bot added the stale This PR will be closed unless it is rebased. label Sep 1, 2025
@coqbot-app coqbot-app bot added needs: full CI The latest GitLab pipeline that ran was a light CI. Say "@coqbot run full ci" to get a full CI. and removed needs: rebase Should be rebased on the latest master to solve conflicts or have a newer CI run. stale This PR will be closed unless it is rebased. labels Sep 3, 2025
@github-actions github-actions bot added the needs: rebase Should be rebased on the latest master to solve conflicts or have a newer CI run. label Sep 8, 2025
eg on `Open Scope Type` we used to get
`Syntax error: illegal begin of toplevel:vernac_toplevel`
now it also says `after Open Scope, expected identifier`.

The current state is not entirely satisfying, eg on `Doesntexist.` it
gives the list of command initial keywords, with "end of input" in the
middle, yet is not a complete list of possible beginnings such as
attributes (as can be seen in the test suite).
@coqbot-app coqbot-app bot removed the needs: rebase Should be rebased on the latest master to solve conflicts or have a newer CI run. label Sep 8, 2025
@github-actions github-actions bot added the needs: rebase Should be rebased on the latest master to solve conflicts or have a newer CI run. label Sep 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: full CI The latest GitLab pipeline that ran was a light CI. Say "@coqbot run full ci" to get a full CI. needs: rebase Should be rebased on the latest master to solve conflicts or have a newer CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Open Scope Type gives surprising parsing error.
1 participant