Backports for 1.10 - #62218
Merged
Merged
Conversation
…#61613) Stdlib: SparseArrays URL: https://github.com/JuliaSparse/SparseArrays.jl.git Stdlib branch: release-1.10 Julia branch: backports-release-1.10 Old commit: 248d9f9 New commit: c3e31aa Julia version: 1.10.10 SparseArrays version: 1.10.0 (Does not match) Bump invoked by: @dkarrasch Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaSparse/SparseArrays.jl@248d9f9...c3e31aa ``` $ git log --oneline 248d9f9..c3e31aa c3e31aa Backports to release 1.10 (#704) bc4fc20 Merge branch 'release-1.10' into backports-release-1.10 1882d61 1.10: Fixed tests for builds without GPL SuiteSparse (#698) 02a105e Backport "Fix mul! for HermOrSym sparse matrices" 19465ec Exclude unintended complex symmetric sparse matrices from 3-arg `dot` (#642) ee589b1 Fix signature for 2-arg matrix-matrix `dot` (#641) 35bc761 fix libsuitesparseconfig bug (#625) f6bec65 Use `libsuitesparseconfig` from JLL (#620) 15e6430 Delete lock interface implementation from UmfpackLU (#617) 85a6c84 Fix `issymmetric` for matrices with empty columns (#606) 08b8168 1.10: Delete the `gen/Manifest.toml` manifest (#674) 302350a 1.10: Fix CI on `release-1.10` (#675) ``` Co-authored-by: dkarrasch <26658441+dkarrasch@users.noreply.github.com>
…#61834) Stdlib: SparseArrays URL: https://github.com/JuliaSparse/SparseArrays.jl.git Stdlib branch: release-1.10 Julia branch: backports-release-1.10 Old commit: c3e31aa New commit: 60273e7 Julia version: 1.10.10 SparseArrays version: 1.10.0 (Does not match) Bump invoked by: @dkarrasch Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaSparse/SparseArrays.jl@c3e31aa...60273e7 ``` $ git log --oneline c3e31aa..60273e7 60273e7 Backports to release-1.10 (#719) 98be987 fix 3-argument dot (#715) ``` Co-authored-by: dkarrasch <26658441+dkarrasch@users.noreply.github.com>
KristofferC
force-pushed
the
backports-release-1.10
branch
from
July 27, 2026 08:47
bcda674 to
c70c17b
Compare
The SparseArrays test set runs as one monolithic job that takes close to an hour on slow platforms (e.g. the i686 testers). It currently starts ~35 minutes into the run, and since the node-1-only tests (ccall, precompile, SharedArrays, threads, Distributed) cannot start until every parallel test has finished, it regularly pushes the i686 CI jobs past their internal JL_TERM_TIMEOUT (110 minutes) with only the final test set still running. Add SparseArrays to the existing list of tests that are moved to the front of the queue so it starts immediately and stops dominating the critical path. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Stdlib: SparseArrays URL: https://github.com/JuliaSparse/SparseArrays.jl.git Stdlib branch: release-1.10 Julia branch: backports-release-1.10 Old commit: 60273e7 New commit: 64e166f Julia version: 1.10.11 SparseArrays version: 1.10.0 (Does not match) Diff: JuliaSparse/SparseArrays.jl@60273e7...64e166f ``` $ git log --oneline 60273e7..64e166f 64e166f 1.10: Backport CI test time improvements (#744) ```
Member
Author
|
@pkgeval |
|
Your package evaluation job has been submitted as run |
|
@KristofferC: run |
26 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.