Skip to content

Homogenize use of Base functions #445

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 1 commit into from
Apr 14, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Apr 14, 2023

Make sure that there aren't calls to size at one place and Base.size at another (except in macros that are used elsewhere). This makes the functions easy to search for. This doesn't change any functionality, and it's purely a stylistic change.

@codecov
Copy link

codecov bot commented Apr 14, 2023

Codecov Report

Patch coverage: 53.33% and project coverage change: +1.46 🎉

Comparison is base (c875ecc) 71.24% compared to head (2763d23) 72.71%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #445      +/-   ##
==========================================
+ Coverage   71.24%   72.71%   +1.46%     
==========================================
  Files          80       80              
  Lines        8302     8302              
==========================================
+ Hits         5915     6037     +122     
+ Misses       2387     2265     -122     
Impacted Files Coverage Δ
src/ApproxFunBase.jl 83.33% <ø> (ø)
src/Operators/banded/ToeplitzOperator.jl 75.93% <0.00%> (ø)
src/Spaces/ProductSpaceOperators.jl 73.18% <0.00%> (+3.35%) ⬆️
src/Multivariate/ProductFun.jl 50.00% <50.00%> (ø)
src/Operators/banded/ConstantOperator.jl 78.31% <50.00%> (ø)
src/PDE/KroneckerOperator.jl 79.83% <50.00%> (ø)
src/Spaces/ArraySpace.jl 75.63% <50.00%> (-0.85%) ⬇️
src/Operators/general/CachedOperator.jl 69.84% <60.00%> (ø)
src/Operators/Operator.jl 67.57% <66.66%> (+0.27%) ⬆️
src/Multivariate/TensorSpace.jl 87.91% <100.00%> (ø)
... and 1 more

... and 21 files with indirect coverage changes

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

☔ 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 2b7474f into JuliaApproximation:master Apr 14, 2023
@jishnub jishnub deleted the hombasefn branch April 14, 2023 12:17
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