Commit 7defb4d
Migrate AD backends to a group env (test/Extensions/Project.toml) (#552)
Move the heavy optional AD/analysis backends Mooncake, Zygote, and
SparseConnectivityTracer out of the root package's old-style
[extras]/[targets].test and into a dedicated group env
test/Extensions/Project.toml (the group whose test files actually
`using` them). All three are used only in test/Extensions/*.jl.
This stops the root/Core Downgrade lane from floor-resolving the
Mooncake/Zygote joint dependency graph: the jdc-52 downgrade harness
drops these three from its "Independently downgrading N weakdep
extension(s)" set (7 -> 4) and no longer writes Manifest-Mooncake,
Manifest-Zygote, or Manifest-SparseConnectivityTracer, while the base
project still resolves. The cross-backend AD tests are unchanged; the
SciMLTesting folder harness auto-activates the group env, so
runtests.jl (run_tests()) needs no wiring.
All three moved packages remain [weakdeps] (they gate extensions), so
their root [compat] entries are kept (no dangling-compat resolver
error). No package is a pure test-only extra here, so no [compat]
deletion is needed.
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>1 parent 4cf5128 commit 7defb4d
2 files changed
Lines changed: 26 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
75 | | - | |
76 | 74 | | |
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
80 | | - | |
81 | 78 | | |
82 | 79 | | |
83 | | - | |
| 80 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments