Skip to content

Conversation

mtfishman
Copy link
Collaborator

Define Base.axes1(S::Base.Slice{<:BlockedOneTo}) = S.indices, analogous to the definitions Base.axes(S::Base.Slice{<:BlockedOneTo}) and Base.axes1(S::Slice{<:Base.OneTo}).

Closes #484.

Copy link

codecov bot commented Aug 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.04%. Comparing base (a4a0b93) to head (021dc7b).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #487      +/-   ##
==========================================
+ Coverage   93.81%   94.04%   +0.23%     
==========================================
  Files          19       19              
  Lines        1761     1764       +3     
==========================================
+ Hits         1652     1659       +7     
+ Misses        109      105       -4     

☔ 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.

@dlfivefifty dlfivefifty merged commit 3edffcb into JuliaArrays:master Aug 19, 2025
17 checks passed
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.

Base.axes1(Base.Slice(blockedrange([2, 3]))) returns Base.IdentityUnitRange
2 participants