Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Interupt consecutive parsing events #937

Closed
wants to merge 4 commits into from
Closed

Interupt consecutive parsing events #937

wants to merge 4 commits into from

Conversation

rtetley
Copy link
Collaborator

@rtetley rtetley commented Oct 31, 2024

Currently, as outlined in #682, each time a document is edited, a full parsing is triggered. This cam be problematic and could be at the origin of #914.
The aim of this PR is to make parsing part of the event loop which can then be optimised to only keep the last event.

rtetley and others added 4 commits October 31, 2024 15:13
In order to interupt a full document parse, we first need to make it part of the event loop.
@rtetley rtetley mentioned this pull request Nov 6, 2024
@rtetley
Copy link
Collaborator Author

rtetley commented Nov 22, 2024

Closed in favour of #941

@rtetley rtetley closed this Nov 22, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants