Skip to content

Various fixes#39

Merged
jakobnissen merged 2 commits into
masterfrom
misc
Apr 12, 2026
Merged

Various fixes#39
jakobnissen merged 2 commits into
masterfrom
misc

Conversation

@jakobnissen
Copy link
Copy Markdown
Member

  • Use proper C types for ccalls; this fixes UB and is more maintainable
  • Add fast path for append!(::Vector, ::MemoryView)
  • Add 5-arg copyto! to avoid generic fallback
  • Improve precision of @static VERSION checks
  • Simplify impl of old parentindices before memoryindex was public
  • Fix a couple of pointer retentions that was UB
  • Amend AGENTS.md

* Use proper C types for ccalls; this fixes UB and is more maintainable
* Add fast path for append!(::Vector, ::MemoryView)
* Add 5-arg copyto! to avoid generic fallback
* Improve precision of @static VERSION checks
* Simplify impl of old parentindices before memoryindex was public
* Fix a couple of pointer retentions that was UB
* Amend AGENTS.md
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.23%. Comparing base (18f4d0a) to head (8ea40e1).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   98.20%   98.23%   +0.02%     
==========================================
  Files           9        9              
  Lines         335      340       +5     
==========================================
+ Hits          329      334       +5     
  Misses          6        6              
Flag Coverage Δ
unittests 98.23% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.

@jakobnissen jakobnissen merged commit 84281b7 into master Apr 12, 2026
12 checks passed
@jakobnissen jakobnissen deleted the misc branch April 12, 2026 09:48
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