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

Specialize last for BroadcastArray #291

Merged
merged 5 commits into from
Apr 2, 2024

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Mar 21, 2024

This makes it easier to work with infinite arrays, as currently it falls back to indexing, and indexing with an infinity fails.

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.79%. Comparing base (52dcc12) to head (16aafa9).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #291   +/-   ##
=======================================
  Coverage   93.79%   93.79%           
=======================================
  Files          14       14           
  Lines        2416     2417    +1     
=======================================
+ Hits         2266     2267    +1     
  Misses        150      150           

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

@jishnub jishnub merged commit 01894b1 into JuliaArrays:master Apr 2, 2024
9 checks passed
@jishnub jishnub deleted the broadcastarraylast branch April 2, 2024 06:06
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