Commit 6d8e14f
committed
Bump Mooncake lower bound to 0.5.25 for friendly_tangent_cache
ComponentArrays 0.15.35 added `Mooncake.friendly_tangent_cache` in its
Mooncake extension (ComponentArraysMooncakeExt.jl:111), but that symbol
was only introduced in Mooncake 0.5.25. The existing `Mooncake = "0.5"`
compat let the resolver pick Mooncake 0.5.24, which made
`ComponentArraysMooncakeExt` fail to precompile repo-wide with
`UndefVarError: friendly_tangent_cache not defined in Mooncake` —
blocking every Mooncake-loading test job on master and every open PR.
Pin the lower bound to 0.5.25 so the resolver is forced to pick a
Mooncake that actually has the symbol ComponentArrays 0.15.35 needs.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>1 parent 12e6b06 commit 6d8e14f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments