ArrayLayouts.jl icon indicating copy to clipboard operation
ArrayLayouts.jl copied to clipboard

Fix location of definition of const

Open dkarrasch opened this issue 2 years ago • 1 comments

It turns out that the definition outside of the scope of the macro doesn't work properly.

dkarrasch avatar Dec 09 '22 17:12 dkarrasch

Codecov Report

Base: 85.87% // Head: 85.87% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (22c5ab3) compared to base (9a9d8f1). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #116   +/-   ##
=======================================
  Coverage   85.87%   85.87%           
=======================================
  Files          10       10           
  Lines        1649     1650    +1     
=======================================
+ Hits         1416     1417    +1     
  Misses        233      233           
Impacted Files Coverage Δ
src/mul.jl 81.60% <ø> (ø)
src/ldiv.jl 87.15% <100.00%> (+0.11%) :arrow_up:

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

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Dec 09 '22 18:12 codecov[bot]