Commit 4234154
Fix Project.toml: move weakdeps back out of [deps]
Commit 286ea09 accidentally moved FastBroadcast, Polyester, SparseArrays,
StaticArrays, and RecursiveArrayToolsShorthandConstructors into [deps]
(they were added there by stray Pkg.add/Pkg.develop calls during
development). Restore FastBroadcast/Polyester/SparseArrays to [weakdeps]
and drop StaticArrays/ShorthandConstructors (they are test-only). This
fixes the Aqua stale_deps and deps_compat failures on Julia 1.10 CI,
which were caused by the polluted [deps] triggering a circular precompile
with the ShorthandConstructors subpackage dev'd in runtests.jl.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 26866cf commit 4234154
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 14 | | |
20 | 15 | | |
21 | 16 | | |
22 | 17 | | |
23 | 18 | | |
| 19 | + | |
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
| 24 | + | |
28 | 25 | | |
| 26 | + | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
0 commit comments