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

Index traits #410

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Index traits #410

wants to merge 4 commits into from

Conversation

Tokazama
Copy link
Member

This gets a good chunk of the methods that can be made independent of Static.jl but
were in StaticArrayInterface.jl.

  • is_splat_index
  • known_length: the followning are necessary to get known_length to work
    • known_size
    • known_first
    • known_last
    • known_step

Tokazama added 2 commits May 13, 2023 06:54
This gets a good chunk of the methods that can be made independent of Static.jl but
were in StaticArrayInterface.jl.

- is_splat_index
- known_length: the followning are necessary to get known_length to work
    - known_size
    - known_first
    - known_last
    - known_step
@codecov
Copy link

codecov bot commented May 13, 2023

Codecov Report

Merging #410 (116da7d) into master (796eb67) will decrease coverage by 53.07%.
The diff coverage is 2.09%.

@@             Coverage Diff             @@
##           master     #410       +/-   ##
===========================================
- Coverage   76.55%   23.48%   -53.07%     
===========================================
  Files           7       10        +3     
  Lines         563      694      +131     
===========================================
- Hits          431      163      -268     
- Misses        132      531      +399     
Impacted Files Coverage Δ
ext/ArrayInterfaceOffsetArraysExt.jl 0.00% <0.00%> (ø)
ext/ArrayInterfaceStaticArraysCoreExt.jl 38.88% <0.00%> (-53.42%) ⬇️
ext/ArrayInterfaceStaticArraysExt.jl 0.00% <0.00%> (ø)
ext/ArrayInterfaceStaticExt.jl 0.00% <0.00%> (ø)
src/ArrayInterface.jl 28.79% <2.56%> (-40.07%) ⬇️

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ChrisRackauckas
Copy link
Member

I'm not looking at any new things until a round of bug fixes for like a week or two.

@Tokazama
Copy link
Member Author

I'm not looking at any new things until a round of bug fixes for like a week or two.

Feel free to ping me if any are applicable to me

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.

2 participants