Commit 551ab58
Bump the all-julia-packages group across 7 directories with 12 updates (#1435)
Supersedes #1433.
Same dependency bump dependabot proposed there, opened from a plain
branch instead of `dependabot/julia/*` so `julia-runtest`'s
`force_latest_compatible_version` (which auto-forces `true` purely by
matching the branch name against `dependabot/julia*`/`compathelper/*`)
doesn't force-pin every compat entry to the top of its own range
independently of what's actually installable.
The CI failures on #1433 were exactly that:
`force_latest_compatible_version=true` demands OrderedCollections sit at
literally 2.0.1, but MCMCChains caps at `OrderedCollections = "1.4"`
across every version DynamicPPL allows (checked 6.0.0 through 7.7.0
directly against MCMCChains' own Project.toml -- all of them). Under
normal resolution this isn't a conflict at all: OrderedCollections just
resolves to 1.x, same as before the bump, since MCMCChains' ceiling
never moves regardless of what DynamicPPL's own compat permits. This is
a genuine false positive, not a real issue -- confirmed by resolving
cleanly on Julia 1.10, 1.11, and 1.12 (all three CI matrix versions)
with no forcing involved.
Verified locally before pushing:
- `Pkg.resolve()` succeeds on `test/Project.toml` against Julia 1.10,
1.11, and 1.12
- Full test suite (`GROUP=Group1` and `GROUP=Group2`) passes on Julia
1.10 (the `min` job, furthest from what's already validated): 61959 +
further tests, all pass (8 pre-existing `@test_broken` markers, not
failures)
- The `enzyme`, `floattypes`, `marginallogdensities`, and `reversediff`
jobs already passed on the original PR (those don't hit
`force_latest_compatible_version` the same way), so their new
exact-version compat pins (ADTypes, AbstractPPL, Bijectors,
DifferentiationInterface, Enzyme, ForwardDiff, Distributions,
LogDensityProblems) needed no further changes
No other changes were needed -- unlike the AbstractPPL.jl and
AdvancedHMC.jl dependabot PRs bumped around the same time, this one
didn't have a real version-floor mismatch (like a package needing a
newer Julia than what's tested) hiding behind the force-latest false
positive.
---
Generated with [Claude Code](https://claude.com/claude-code)
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com>1 parent a49099c commit 551ab58
7 files changed
Lines changed: 35 additions & 6 deletions
File tree
- docs
- test
- ext
- DynamicPPLEnzymeCoreExt
- DynamicPPLMarginalLogDensitiesExt
- DynamicPPLReverseDiffExt
- floattypes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments