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

Add promote_eltype primitive to ArrayInterfaceCore #344

Merged
merged 1 commit into from
Sep 3, 2022

Conversation

ChrisRackauckas
Copy link
Member

The description is pretty self-explanatory. I found that this is a generally missing part of the interface which is required in order to compute types generated when doing type promotions on the element types of arrays.

The description is pretty self-explanatory. I found that this is a generally missing part of the interface which is required in order to compute types generated when doing type promotions on the element types of arrays.
@codecov
Copy link

codecov bot commented Sep 3, 2022

Codecov Report

Merging #344 (128938c) into master (951f2a4) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #344   +/-   ##
=======================================
  Coverage   90.23%   90.23%           
=======================================
  Files           9        9           
  Lines        1331     1331           
=======================================
  Hits         1201     1201           
  Misses        130      130           

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

@ChrisRackauckas ChrisRackauckas merged commit 9b74e3b into master Sep 3, 2022
@ChrisRackauckas ChrisRackauckas deleted the promote_eltype branch September 3, 2022 10:55
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.

None yet

1 participant