Commit 7dfe4a9
fix(downgrade): add [sources] for sibling submodules and raise floors
The downgrade CI resolves each workspace submodule in isolation via
julia-downgrade-compat, which cannot resolve sibling submodule deps
(DiscreteMeasures, CanonicalMoments) since they are unregistered
path deps -> "unknown package UUID". Declare them via [sources] so the
action removes them for resolution and re-adds them to the manifest as
path deps (the same mechanism SciML tests.yml@v1 relies on).
Submodule floor bumps (verified resolvable + test-passing at floors on
Julia 1.10, deps-mode, allow_reresolve=true):
CanonicalMoments:
- add [sources] DiscreteMeasures = ../DiscreteMeasures.jl
- Polynomials: (none) -> "4" (0.5.0 lacked AbstractPolynomial export)
- RecurrenceRelationships: (none) -> "0.2"
- add julia/LinearAlgebra/Statistics/DiscreteMeasures floors
OUQBase:
- add [sources] CanonicalMoments + DiscreteMeasures path deps
- SciMLBase: 2.89.1 -> 2.153 (2.89.1 held Optimization to 3.25.1, too
old for the test stack's OptimizationBBO -> UndefVarError deduce_retcode;
2.153 lets OptimizationBBO/OptimizationBase/Optimization resolve
consistently, matching the passing latest-CI set)
Downgrade suite run locally at these floors: PASS
- CanonicalMoments: Orthogonal Polynomial Roots 11/11, Moment Sequence 260/260
- OUQBase: FloodProblem solve pipeline completes (was failing on deduce_retcode)
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 54161c7 commit 7dfe4a9
2 files changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
0 commit comments