Skip to content

Fix contiguous_axis #412

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

Merged
merged 2 commits into from
Jun 9, 2022
Merged

Fix contiguous_axis #412

merged 2 commits into from
Jun 9, 2022

Conversation

Tokazama
Copy link
Member

@Tokazama Tokazama commented Jun 9, 2022

Locally, this gets everything working with the current master branch of ArrayInterface

@chriselrod chriselrod enabled auto-merge (squash) June 9, 2022 18:36
ArrayInterfaceCore = "0.1.5"
ArrayInterfaceOffsetArrays = "0.1.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why drop the 0.1.2 requirement?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the most recent changes fix the issues caused by the forwarding trait

Copy link
Member

@chriselrod chriselrod Jun 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a lower bound.
Because of:
JuliaArrays/ArrayInterface.jl#272
I cannot easily double check what actually changed in that version.

I'd be more comfortable leaving the lower bound of 0.1.2.
If you explicitly tested that 0.1.0 and 0.1.1 do work, then that's okay.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I didn't explicitly test the lower versions. I was just trying to get everything working with master going forward

@codecov
Copy link

codecov bot commented Jun 9, 2022

Codecov Report

Merging #412 (b3359e4) into master (9db523e) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #412      +/-   ##
==========================================
- Coverage   84.61%   84.60%   -0.01%     
==========================================
  Files          38       38              
  Lines        9559     9562       +3     
==========================================
+ Hits         8088     8090       +2     
- Misses       1471     1472       +1     
Impacted Files Coverage Δ
src/broadcast.jl 89.28% <100.00%> (-0.21%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9db523e...b3359e4. Read the comment docs.

@chriselrod chriselrod disabled auto-merge June 9, 2022 21:21
@chriselrod chriselrod merged commit 25ec1c2 into JuliaSIMD:master Jun 9, 2022
@Tokazama Tokazama deleted the patch-1 branch June 9, 2022 23:12
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