Skip to content

Simplify containsconstant trait #492

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 3 commits into from
Jul 13, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jul 12, 2023

Remove the dependency on SimpleTraits, as for a binary trait we may dispatch on Val(true) and Val(false) directly.

@codecov
Copy link

codecov bot commented Jul 12, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +9.57 🎉

Comparison is base (1a9877e) 61.84% compared to head (f9738f3) 71.42%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #492      +/-   ##
==========================================
+ Coverage   61.84%   71.42%   +9.57%     
==========================================
  Files          81       81              
  Lines        8513     8520       +7     
==========================================
+ Hits         5265     6085     +820     
+ Misses       3248     2435     -813     
Impacted Files Coverage Δ
src/ApproxFunBase.jl 84.00% <ø> (+8.00%) ⬆️
src/Spaces/ConstantSpace.jl 59.09% <100.00%> (+20.77%) ⬆️

... and 55 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jishnub jishnub merged commit 4b1bb01 into JuliaApproximation:master Jul 13, 2023
@jishnub jishnub deleted the nosimpletraits branch July 13, 2023 00:58
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