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

[Rust] Remove thread_init #214

Merged
merged 1 commit into from
Jul 1, 2023
Merged

Conversation

lopukhov
Copy link
Contributor

After fixing #110 the function thread_init is not needed anymore.

This PR removes the function, its usage in the crate and the out of date caveat. This is a breaking change to the API, but in because the crate has not reached version 1.x this is considered ok in the Rust ecosystem (which tries to use SemVer). Before publishing to crates.io the crate version should be bumped to 0.2.x to signal the a breaking change. If the breaking change is not desired another option is to leave a dummy thread_init function that has no effect.

The changes have been tested with one of my programs, the toy example and with cargo test.

@emeryberger emeryberger merged commit cb12a72 into plasma-umass:master Jul 1, 2023
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