Add SparseConnectivityTracer test compat - #3927
Merged
ChrisRackauckas merged 2 commits intoJul 21, 2026
Merged
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Member
Author
Four-hour CI checkpointThe scheduled timer expired at 2026-07-16 22:00:07 EDT; this snapshot was collected immediately afterward. Branch / PR state
Patch-relevant OrdinaryDiffEqNonlinearSolve lanes
Remaining failuresThe 20 completed failures classify into existing master failure buckets:
No completed failure attributable to this SCT compatibility-only patch was found. Local verification
|
ChrisRackauckas
marked this pull request as ready for review
July 21, 2026 21:22
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.
Ignore this PR until it has been reviewed by @ChrisRackauckas.
Summary
SparseConnectivityTracer = "1"compat bound for the matrix-free NonlinearSolveAlg test dependencyRoot cause
Commit
9a2f7e7b7addedSparseConnectivityTracerto test extras forTracerSparsityDetector()but omitted its compat entry. Aqua therefore fails the OrdinaryDiffEqNonlinearSolve QA lane. The 1.x bound targets the stable API series containing the exported ADTypes sparsity detector used by the test.Validation
Aqua.test_deps_compat(OrdinaryDiffEqNonlinearSolve)on Julia 1.11: passed 4/4, including the extras checkODEDIFFEQ_TEST_GROUP=QA julia +1.11 --project=lib/OrdinaryDiffEqNonlinearSolve -e "using Pkg; Pkg.test()": compat bounds passed 4/4; the run remains red only on the 11 pre-existing cross-sublibrary public-API errors tracked in ExplicitImports: drive sublibrary QA checks to green (ei_broken markers) #3776julia +1.12 -m Runic --check --diff --verbose .: all 1000 Julia files passedThis PR does not add an ExplicitImports allowance or otherwise silence #3776.