Raise Mooncake compat floor to 0.5.36 (fix Downgrade resolution)#522
Closed
ChrisRackauckas-Claude wants to merge 1 commit into
Closed
Raise Mooncake compat floor to 0.5.36 (fix Downgrade resolution)#522ChrisRackauckas-Claude wants to merge 1 commit into
ChrisRackauckas-Claude wants to merge 1 commit into
Conversation
The old Mooncake unions (0.4.146, 0.5 in FIRK; 0.4, 0.5 in MIRK) let the Downgrade CI pin an ancient Mooncake at minimum resolution, which the promotion-caused Resolver capacity wall could not satisfy (Unsatisfiable). Limiting to the latest Mooncake (0.5.36) lets min-resolution succeed. Verified with julia-downgrade-compat downgrade.jl (mode=alldeps, julia=1.12) on both sublibraries: resolution succeeds with Mooncake pinned to 0.5.36. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Contributor
Benchmark Results (Julia v1.11)Time benchmarks
Memory benchmarks
|
Contributor
Author
|
Closing. Verified locally (ran the action's own downgrade.jl on the identical commit CI failed on) that raising the Mooncake compat floor does NOT fix the Downgrade lane. The failure is |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Raise Mooncake compat floor to 0.5.36 (fix Downgrade resolution)
This is the "limit to latest Mooncake" fix for the promotion-caused Downgrade
Unsatisfiablewall. The old Mooncake[compat]unions let the Downgrade/DowngradeSublibraries CI pin an ancient Mooncake at minimum resolution; because these sublibs promote Mooncake (a test extra) into the resolved dep set, the resolver could not satisfy the pinned ancient Mooncake. Limiting the floor to the latest registered Mooncake (0.5.36) lets min-resolution succeed.Raised floors
lib/BoundaryValueDiffEqFIRK0.4.146, 0.50.5.36lib/BoundaryValueDiffEqMIRK0.4, 0.50.5.36Patch-bumped both sublibraries
1.17.1→1.17.2(a[compat]narrowing on a test-only weakdep is a patch-level change).Verification (resolves_at_min = true)
Ran
julia-actions/julia-downgrade-compat'sdowngrade.jl(mode=alldeps,julia_version=1.12, effective skip = Julia stdlibs ∪ in-repolib/*names, mirroringsublibrary-downgrade.yml@v1) on both edited sublibraries on Julia 1.12.6. Both resolved successfully at minimum versions with Mooncake pinned to exactly0.5.36— noUnsatisfiable. The Resolver-capacity wall does not persist here; the floor-raise alone fixes it (no dependency on #52).ignore until reviewed by @ChrisRackauckas