Nemocas / AbstractAlgebra.jl

Generic abstract algebra functionality in pure Julia (no C dependencies)
https://nemocas.github.io/AbstractAlgebra.jl/dev/index.html
Other
155 stars 60 forks source link

Add and use generic `check_parent` method #1721

Closed fingolfin closed 3 weeks ago

fingolfin commented 4 weeks ago

Of course some types may still wish to override this, but most check_parent implementations really followed the exact same pattern...

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.33%. Comparing base (0576d5e) to head (be6be59).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1721 +/- ## ========================================== - Coverage 87.35% 87.33% -0.03% ========================================== Files 117 117 Lines 29836 29772 -64 ========================================== - Hits 26062 26000 -62 + Misses 3774 3772 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.