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

Add test asserting that StatsError is Sync & Send #226

Merged

Conversation

FreezyLemon
Copy link
Contributor

See #221.

Error types should implement both Sync and Send so they can be used in multi-threaded applications. This test just ensures that StatsError follows this recommendation.

@YeungOnion YeungOnion merged commit 4d94513 into statrs-dev:master Apr 29, 2024
2 checks passed
@FreezyLemon FreezyLemon deleted the add-send-sync-test-for-statserror branch April 29, 2024 11:20
FreezyLemon added a commit to FreezyLemon/statrs that referenced this pull request May 1, 2024
YeungOnion pushed a commit that referenced this pull request May 27, 2024
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