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

Server does not catch consistency errors #94

Closed
alcarney opened this issue Feb 3, 2021 · 0 comments · Fixed by #112
Closed

Server does not catch consistency errors #94

alcarney opened this issue Feb 3, 2021 · 0 comments · Fixed by #112
Assignees
Labels
bug Something isn't working lsp Issues that relate to the language server

Comments

@alcarney
Copy link
Member

alcarney commented Feb 3, 2021

e.g.

checking consistency... /home/alex/Projects/esbonio/docs/lsp/editors/vscode_changelog.rst: WARNING: document isn't included in any toctree
@alcarney alcarney added bug Something isn't working lsp Issues that relate to the language server labels Feb 3, 2021
@alcarney alcarney self-assigned this Feb 23, 2021
alcarney added a commit that referenced this issue Feb 24, 2021
By running the full build, we are now able to catch errors like
invalid references and benefit from Sphinx's caching logic.

Also by updating the `PROBLEM_PATTERN` regex, we can catch errors
that do not have an associated line number.

`DiagnosticList` is a way to ensure we don't get repeat reports of
the same issue, but might become a performance issue depending on project scale.

Closes #94 
Closes #57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lsp Issues that relate to the language server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant