-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change job scheduler to complete fence job
before creating a next job. It is to fix this scenario: * didChage document has been executed and waits its completion * the next request creates a job, job remebers AnalysisUnit * this job for request triggers completion of didChange and reparse AnalysisUnit * then the job is executed with raising Stale_Reference exception After this patch, the request triggers completion before next job is actually created, so it can't get previous version of AU. Refs #1141
- Loading branch information
Showing
3 changed files
with
44 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters