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

LS: Rework diagnostics locks to bounded queue #6318

Open
Draggu opened this issue Aug 30, 2024 · 1 comment
Open

LS: Rework diagnostics locks to bounded queue #6318

Draggu opened this issue Aug 30, 2024 · 1 comment
Assignees
Labels
ide This issue refers to CairoLS or editor extensions

Comments

@Draggu
Copy link
Collaborator

Draggu commented Aug 30, 2024

Rework current locks to bounded queue with 0 or 1 element.

  • on request push to queue and do NOT wait
  • create job in separate thread to pull from queue in loop and recalculate diagnostics
@Draggu Draggu self-assigned this Aug 30, 2024
@Draggu Draggu added the ide This issue refers to CairoLS or editor extensions label Aug 30, 2024
@mkaput mkaput linked a pull request Oct 9, 2024 that will close this issue
@piotmag769
Copy link
Collaborator

The description and title is outdated, pls change it

@mkaput mkaput self-assigned this Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ide This issue refers to CairoLS or editor extensions
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

3 participants