Skip to content
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

Support views on empty UnsafeArrays #22

Merged
merged 3 commits into from
Jul 24, 2024
Merged

Support views on empty UnsafeArrays #22

merged 3 commits into from
Jul 24, 2024

Conversation

oschulz
Copy link
Collaborator

@oschulz oschulz commented Jul 24, 2024

Fixes #21

Copy link

codecov bot commented Jul 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.10%. Comparing base (e851ba2) to head (0884cc5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
- Coverage   99.22%   97.10%   -2.13%     
==========================================
  Files           4        4              
  Lines         129      138       +9     
==========================================
+ Hits          128      134       +6     
- Misses          1        4       +3     

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

@oschulz oschulz merged commit 0884cc5 into main Jul 24, 2024
7 of 8 checks passed
@oschulz oschulz deleted the fixes branch July 24, 2024 11:27
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.

UnsafeArrays doesn't correctly handle dimensions of size zero
1 participant