-
Notifications
You must be signed in to change notification settings - Fork 152
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
re-enable cargo miri #520
Comments
I just released version 0.1.5 of append-only-vec with your PR included. |
Thanks! |
@droundy have you tested with miri, out of curiosity? |
nikomatsakis
added a commit
to nikomatsakis/salsa
that referenced
this issue
Aug 4, 2024
Closing this, as miri is re-enabled. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I disabled miri tests in #518 because concurrent-vec is not miri safe and filed orxfun/orx-concurrent-vec#14 to track the underlying issue. We should either figure out why concurrent-vec is not miri-safe and fix it or adopt a new library (e.g., https://github.com/droundy/append-only-vec/ would meet our relatively simple needs if they land droundy/append-only-vec#4; we could fork too).
The text was updated successfully, but these errors were encountered: