JuliaApproximation / DomainSets.jl

A Julia package for describing domains as continuous sets of elements
MIT License
72 stars 12 forks source link

Use invoke function instead of macro #156

Closed jishnub closed 4 months ago

jishnub commented 4 months ago

The macro was introduced in julia v1.7, so for compatibility with v1.6, we need to use the function.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 87.36%. Comparing base (72dbb5a) to head (63e2763).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #156 +/- ## ========================================== + Coverage 87.22% 87.36% +0.13% ========================================== Files 35 35 Lines 2803 2826 +23 ========================================== + Hits 2445 2469 +24 + Misses 358 357 -1 ```

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