Skip to content

Commit 6d8e14f

Browse files
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

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Lux = "1"
8686
Markdown = "1.10"
8787
ModelingToolkit = "10, 11"
8888
ModelingToolkitStandardLibrary = "2"
89-
Mooncake = "0.5"
89+
Mooncake = "0.5.25"
9090
Reactant = "0.2.22"
9191
NLsolve = "4.5.1"
9292
NonlinearSolve = "3.0.1, 4"

0 commit comments

Comments
 (0)