Skip to content

chore: replace semisafe with native unsafe methods - #216

Merged
shssoichiro merged 1 commit into
masterfrom
remove-semisafe
Jun 21, 2026
Merged

chore: replace semisafe with native unsafe methods#216
shssoichiro merged 1 commit into
masterfrom
remove-semisafe

Conversation

@shssoichiro

Copy link
Copy Markdown
Member

Since these have builtin unsafe assertions, the semisafe crate is largely unnecessary, although it does mean we need to throw unsafe everywhere, but that's probably better.

Since these have builtin unsafe assertions, the semisafe crate is
largely unnecessary, although it does mean we need to throw `unsafe`
everywhere, but that's probably better.
@codecov

codecov Bot commented Jun 21, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 37.68116% with 43 lines in your changes missing coverage. Please review.
✅ Project coverage is 26.00%. Comparing base (72569dd) to head (9599749).

Files with missing lines Patch % Lines
src/analyze/intra.rs 0.00% 37 Missing ⚠️
src/data/motion.rs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #216      +/-   ##
==========================================
+ Coverage   25.89%   26.00%   +0.11%     
==========================================
  Files          31       31              
  Lines        3016     3034      +18     
==========================================
+ Hits          781      789       +8     
- Misses       2235     2245      +10     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@shssoichiro
shssoichiro merged commit 0b05e71 into master Jun 21, 2026
7 checks passed
@FreezyLemon
FreezyLemon deleted the remove-semisafe branch June 25, 2026 16:22
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.

1 participant