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

remove promote_rule method; add type information to any definition #440

Merged
merged 2 commits into from
Aug 11, 2022

Conversation

jverzani
Copy link
Member

In #403 @jishnub points out an issue with a promote_rule definition, which turns out is unnecessary. This was removed. As well, the specialization of Base.any for abstract polynomials was causing an invalidation on testing, this was addressed.

@codecov
Copy link

codecov bot commented Aug 11, 2022

Codecov Report

Merging #440 (ed8afb3) into master (bf295af) will increase coverage by 0.02%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##           master     #440      +/-   ##
==========================================
+ Coverage   82.80%   82.83%   +0.02%     
==========================================
  Files          23       23              
  Lines        2891     2890       -1     
==========================================
  Hits         2394     2394              
+ Misses        497      496       -1     
Impacted Files Coverage Δ
src/polynomials/ChebyshevT.jl 96.21% <0.00%> (ø)
src/common.jl 90.25% <100.00%> (+0.25%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jverzani jverzani merged commit 419d65e into JuliaMath:master Aug 11, 2022
@jverzani jverzani deleted the issue_403b branch August 11, 2022 13:56
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