-
Notifications
You must be signed in to change notification settings - Fork 0
Improve hls graph #24
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
base: master
Are you sure you want to change the base?
Conversation
gracefully exit the server
…te to use new lsp revision
…111-hputbuf-resource-vanished-broken-pipe---test-option-j1-workaround
…t and progress reporting
…ith a more flexible flaky-test-loop script, update test patterns handling, and improve logging and exit code interpretation.
The worker thread checks this flag before dequeuing each job; if set, it exits immediately, ensuring that no new work is started after shutdown is requested. This mechanism is necessary because some downstream code may swallow async exceptions, making 'cancel' unreliable for stopping the thread in all cases. If 'cancel' does interrupt the thread (e.g., while blocked in STM or in a cooperative job), the thread exits immediately and never checks the TMVar; in such cases, the stop flag is redundant.
…ly-fail-with-exception-fd111-hputbuf-resource-vanished-broken-pipe---test-option-j1-workaround
…ly-fail-with-exception-fd111-hputbuf-resource-vanished-broken-pipe---test-option-j1-workaround
This reverts commit 773bfee.
bdbd707 to
01a03ff
Compare
* Fix typo in hls-signature-help-plugin * Remove unused import
1c290b0 to
6baa010
Compare
|
@copilot functions like |
|
@soulomoon I've opened a new pull request, #32, to work on those changes. Once the pull request is ready, I'll request review from you. |
No description provided.