JuliaLinearAlgebra / IterativeSolvers.jl

Iterative algorithms for solving linear systems, eigensystems, and singular value problems
MIT License
394 stars 106 forks source link

Create Invalidations.yml #324

Closed ranocha closed 1 year ago

ranocha commented 1 year ago

This is based on https://github.com/julia-actions/julia-invalidations. Adding such checks came up in https://discourse.julialang.org/t/potential-performance-regressions-in-julia-1-8-for-special-un-precompiled-type-dispatches-and-how-to-fix-them/86359. I suggest to add this check here since this package is widely used as a dependency.

See also SciML/MuladdMacro.jl#26 and SciML/MuladdMacro.jl#29

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 2971770828


Totals Coverage Status
Change from base Build 2861052751: -0.7%
Covered Lines: 2020
Relevant Lines: 2091

💛 - Coveralls
coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 2973068747


Totals Coverage Status
Change from base Build 2861052751: -0.7%
Covered Lines: 2020
Relevant Lines: 2091

💛 - Coveralls
mschauer commented 1 year ago

Can you add a comment with a link to https://github.com/julia-actions/julia-invalidations ?