8000 Clarify that when certain things are slow, Sorbet is broken by jez · Pull Request #8843 · sorbet/sorbet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Clarify that when certain things are slow, Sorbet is broken #8843

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

Merged
merged 2 commits into from
May 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion website/docs/server-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ or delayed response to IDE features like hover, autocompletion, go to
definition, etc. Most phases of Sorbet cause requests for IDE features to queue
until the end of the current operation. The exceptions are the **Idle** and
**Typechecking in background...** phases, which don't cause requests to use IDE
features to queue
features to queue. In these two phases, features like [Hover](hover.md),
[Go to Definition](go-to-def.md), [Autocompletion](autocompletion.md), and
others should be effectively instant. When that's not the case, it implies
something is broken.

The "Error list is complete?" column indicates whether the list of errors is
up-to-date, or whether Sorbet is still working on producing all the errors in a
Expand Down
0