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

Fix broadcast ambiguities with AbstractFill #316

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Dec 4, 2023

(::AbstractFill) * (::Zeros) and other similar functions were ambiguous for general AbstractFill subtypes (other than the ones defined in this package). This PR fixes these, and adds tests with a custom AbstractFill type.

Copy link

codecov bot commented Dec 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8c7ace3) 99.88% compared to head (5d4c3dc) 99.88%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #316   +/-   ##
=======================================
  Coverage   99.88%   99.88%           
=======================================
  Files           8        8           
  Lines         907      907           
=======================================
  Hits          906      906           
  Misses          1        1           

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

@dlfivefifty dlfivefifty merged commit 6c3d030 into JuliaArrays:master Dec 4, 2023
24 checks passed
@jishnub jishnub deleted the broadcastambiguity branch December 12, 2023 08:02
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