Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI #29

Merged
merged 7 commits into from
Sep 1, 2022
Merged

Update CI #29

merged 7 commits into from
Sep 1, 2022

Conversation

devmotion
Copy link
Member

I updated CI a bit, including the invalidation action. The last commit is a generalization that should handle differently named default branches as well, not sure if it should be applied to the other actions as well.

@devmotion
Copy link
Member Author

Haha seems the generalization is not completely correct 😄

@devmotion
Copy link
Member Author

Seems to work now.

@ChrisRackauckas ChrisRackauckas merged commit 6473d98 into master Sep 1, 2022
@ChrisRackauckas
Copy link
Member

@devmotion could you run the mass action installer with this? Thanks.

1 similar comment
@ChrisRackauckas
Copy link
Member

@devmotion could you run the mass action installer with this? Thanks.

ranocha added a commit to SciML/RootedTrees.jl that referenced this pull request Sep 1, 2022
ranocha added a commit to SciML/BoundaryValueDiffEq.jl that referenced this pull request Sep 1, 2022
ranocha added a commit to SciML/DelayDiffEq.jl that referenced this pull request Sep 1, 2022
ranocha added a commit to SciML/DiffEqBase.jl that referenced this pull request Sep 1, 2022
ranocha added a commit to ranocha/IRKGaussLegendre.jl that referenced this pull request Sep 1, 2022
ranocha added a commit to SciML/OrdinaryDiffEq.jl that referenced this pull request Sep 1, 2022
ranocha added a commit to SciML/SciMLSensitivity.jl that referenced this pull request Sep 1, 2022
ranocha added a commit to SciML/SimpleDiffEq.jl that referenced this pull request Sep 1, 2022
ranocha added a commit to SciML/SteadyStateDiffEq.jl that referenced this pull request Sep 1, 2022
quinnj pushed a commit to JuliaStrings/InlineStrings.jl that referenced this pull request Sep 5, 2022
quinnj pushed a commit to JuliaWeb/HTTP.jl that referenced this pull request Sep 5, 2022
vchuravy pushed a commit to JuliaParallel/MPI.jl that referenced this pull request Sep 5, 2022
mauro3 pushed a commit to mauro3/UnPack.jl that referenced this pull request Sep 6, 2022
hyrodium pushed a commit to JuliaGeometry/Rotations.jl that referenced this pull request Sep 8, 2022
j-fu pushed a commit to j-fu/GridVisualize.jl that referenced this pull request Sep 9, 2022
JonasIsensee pushed a commit to JuliaIO/JLD2.jl that referenced this pull request Sep 10, 2022
ranocha added a commit to ranocha/GeometryBasics.jl that referenced this pull request Sep 15, 2022
sethaxen pushed a commit to JuliaGeometry/Octonions.jl that referenced this pull request Sep 19, 2022
j-fu pushed a commit to JuliaGeometry/Triangulate.jl that referenced this pull request Sep 30, 2022
jverzani pushed a commit to JuliaMath/Roots.jl that referenced this pull request Oct 1, 2022
ranocha added a commit to ranocha/OrderedCollections.jl that referenced this pull request Oct 6, 2022
ranocha added a commit to ranocha/PrettyTables.jl that referenced this pull request Oct 13, 2022
ronisbr pushed a commit to ronisbr/PrettyTables.jl that referenced this pull request Oct 13, 2022
giordano pushed a commit to JuliaPackaging/Preferences.jl that referenced this pull request Nov 3, 2022
ranocha added a commit to trixi-framework/Trixi2Vtk.jl that referenced this pull request Nov 26, 2022
* Create Invalidations.yml

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

* Update Invalidations.yml

Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
oschulz pushed a commit to JuliaArrays/ElasticArrays.jl that referenced this pull request Nov 29, 2022
SaschaMann pushed a commit to julia-actions/julia-invalidations that referenced this pull request Dec 6, 2022
This is based on some discussion we recently had in SciML, see SciML/MuladdMacro.jl#26 and SciML/MuladdMacro.jl#29
mcabbott pushed a commit to JuliaDiff/ForwardDiff.jl that referenced this pull request Dec 10, 2022
ararslan pushed a commit to JuliaIO/FileIO.jl that referenced this pull request Dec 16, 2022
timholy pushed a commit to JuliaGraphics/Colors.jl that referenced this pull request Jan 4, 2023
simonbyrne pushed a commit to JuliaMath/Quadmath.jl that referenced this pull request May 17, 2023
jw3126 pushed a commit to jw3126/ArgCheck.jl that referenced this pull request Sep 23, 2023
ScottPJones pushed a commit to JuliaString/Format.jl that referenced this pull request Feb 20, 2024
ScottPJones added a commit to JuliaString/Format.jl that referenced this pull request Feb 20, 2024
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

Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
giordano added a commit to JuliaMath/QuadGK.jl that referenced this pull request May 10, 2024
* Create Invalidations.yml

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

* Apply suggestions from code review

---------

Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants