Commit e362bf5
committed
Bump Mooncake compat lower bound to 0.5.25
v0.15.35 added `Mooncake.friendly_tangent_cache(x::ComponentArray)` to
`ext/ComponentArraysMooncakeExt.jl` (commit 29ddd04 "Add
friendly_tangent_cache function to Mooncake"), but the Mooncake compat
floor was left at `"0.5"`. `Mooncake.friendly_tangent_cache` /
`Mooncake.FriendlyTangentCache` were only introduced in Mooncake 0.5.25
— on 0.5.24 and earlier the extension fails to precompile with
`UndefVarError: friendly_tangent_cache not defined in Mooncake` whenever
the resolver happens to pick a pre-0.5.25 Mooncake, which has been
blocking downstream CI across SciMLSensitivity.jl and other Mooncake
consumers.
Pin the floor to 0.5.25 so the resolver is forced to pick a Mooncake
that has the symbols this extension now references, and bump the
package version 0.15.35 → 0.15.36.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>1 parent d99bb07 commit e362bf5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments