jonniedie / ComponentArrays.jl

Arrays with arbitrarily nested named components.
MIT License
287 stars 34 forks source link

Use extensions introduced in Julia 1.9 #192

Closed YichengDWu closed 1 year ago

YichengDWu commented 1 year ago

Julia introduced package extensions in v1.9. This PR is backwards-compatible to earlier Julia versions as well.

codecov-commenter commented 1 year ago

Codecov Report

Merging #192 (c216454) into master (ed42033) will decrease coverage by 0.15%. The diff coverage is 80.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master     #192      +/-   ##
==========================================
- Coverage   73.64%   73.49%   -0.15%     
==========================================
  Files          20       20              
  Lines         683      683              
==========================================
- Hits          503      502       -1     
- Misses        180      181       +1     
Impacted Files Coverage Δ
ext/ConstructionBaseExt.jl 0.00% <0.00%> (ø)
ext/GPUArraysExt.jl 52.88% <ø> (ø)
ext/RecursiveArrayToolsExt.jl 0.00% <ø> (ø)
ext/ReverseDiffExt.jl 100.00% <ø> (ø)
ext/SciMLBaseExt.jl 0.00% <ø> (ø)
src/ComponentArrays.jl 88.88% <85.71%> (-11.12%) :arrow_down:
ext/StaticArraysExt.jl 100.00% <100.00%> (ø)
src/similar_convert_copy.jl 85.71% <100.00%> (ø)

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

jonniedie commented 1 year ago

Thanks!