We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Test coverage here is pretty abysmal. Filing a bug to record that it should be improved.
The stdlib has some tests for Arc functionality we could borrow in https://github.com/rust-lang/rust/blob/master/src/liballoc/sync/tests.rs, but a lot of them test things we don't really support like weak references.
Arc
They also don't test any of our bespoke artisanal smart pointers.
It would also be nice to run tests under loom once we actually have tests.
loom
The text was updated successfully, but these errors were encountered:
This would be great!
Sorry, something went wrong.
No branches or pull requests
Test coverage here is pretty abysmal. Filing a bug to record that it should be improved.
The stdlib has some tests for
Arc
functionality we could borrow in https://github.com/rust-lang/rust/blob/master/src/liballoc/sync/tests.rs, but a lot of them test things we don't really support like weak references.They also don't test any of our bespoke artisanal smart pointers.
It would also be nice to run tests under
loom
once we actually have tests.The text was updated successfully, but these errors were encountered: