Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix UB in IntoOnes and setup testing with MIRI #112

Merged
merged 4 commits into from
Mar 19, 2024

Conversation

SkiFire13
Copy link
Contributor

Fixes #111

This also adds a Github Actions workflow for testing with MIRI. I reduced the size of some tests when ran with MIRI because they were taking a lot of time on my PC (the reduced version runs in 1 minute and 20 seconds on CI, which I considered to be acceptable, let me know if they should be reduced even further).

While I was there I also removed some parameters that the rust-toolchain action ignores (see for example this warning https://github.com/petgraph/fixedbitset/actions/runs/8339136052/job/22820592988#step:3:1)

@james7132 james7132 merged commit 8b292d5 into petgraph:master Mar 19, 2024
14 checks passed
@SkiFire13 SkiFire13 deleted the fix-miri branch March 19, 2024 16:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Undefined Behaviour when dropping FixedBitSet::into_ones
2 participants