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

Update dependencies in the background evaluator #1948

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Conversation

jneem
Copy link
Member

@jneem jneem commented Jun 10, 2024

The background evaluator needs to track dependencies separately, because it doesn't share file ids with the main cache. This updates the background dependencies when the foreground ones get updated.

This fixes an unreported bug that I noticed while testing #1944, where eval diagnostics would flash on and off when opening an import of an already-opened file.

The background evaluator needs to track dependencies separately, because
it doesn't share file ids with the main cache. This updates the
background dependencies when the foreground ones get updated.
@jneem jneem requested a review from yannham June 10, 2024 16:22
@github-actions github-actions bot temporarily deployed to pull request June 10, 2024 16:25 Inactive
@jneem jneem added this pull request to the merge queue Jun 10, 2024
Merged via the queue into master with commit 9fe8b98 Jun 10, 2024
5 checks passed
@jneem jneem deleted the nls-background-deps branch June 10, 2024 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants