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

Use a concurrent bag for verification results #2398

Merged

Conversation

atomb
Copy link
Member

@atomb atomb commented Jul 12, 2022

The previous implementation was not thread safe, and could occasionally lead to failures during addition. We don’t have a reliable way to reproduce one of these failures, however, so this commit doesn’t add any new tests.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

The previous implementation was not thread safe, and could occasionally
lead to failures during addition. We don’t have a reliable way to
reproduce one of these failures, however, so this commit doesn’t add
any new tests
@cpitclaudel cpitclaudel enabled auto-merge (squash) July 12, 2022 21:39
@cpitclaudel cpitclaudel merged commit 3496bd8 into dafny-lang:master Jul 12, 2022
@atomb atomb deleted the concurrent-verification-results branch July 12, 2022 22:36
@atomb atomb self-assigned this Jul 21, 2022
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.

None yet

2 participants