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

Fix thread-safety bug in MetadataIndex #559

Merged
merged 1 commit into from
May 19, 2022
Merged

Fix thread-safety bug in MetadataIndex #559

merged 1 commit into from
May 19, 2022

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented May 19, 2022

Now that the type ref to type def cache is shared across generators, it should have been using thread-safe patterns to access and update its cache dictionary.

Now that the type ref to type def cache is shared across generators, it should have been using thread-safe patterns to access and update its cache dictionary.
@AArnott AArnott added the bug Something isn't working label May 19, 2022
@AArnott AArnott enabled auto-merge May 19, 2022 19:58
@AArnott AArnott merged commit a5f7c43 into main May 19, 2022
@AArnott AArnott deleted the fixThreadSafetyBug branch May 19, 2022 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant