Raise callback dependency floors#1516
Merged
ChrisRackauckas merged 1 commit intoJul 21, 2026
Merged
Conversation
Require DiffEqBase 7.4.2 and JumpProcesses 9.28.0 so downgrade resolution retains the callback interfaces exercised by Catalyst. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Member
Author
|
Investigation log:
The branch contains only commit |
Member
Author
|
Clean-base CI audit (2026-07-20): none of the remaining red jobs is caused by this PR's two
Thus the three Modeling failures are identical on untouched |
Member
Author
|
Hosted downgrade-check handoff (2026-07-20):
The focused local downgrade evidence in the PR body remains valid, but an upstream repository administrator must re-enable this workflow before the PR can receive a hosted Downgrade check. |
ChrisRackauckas
marked this pull request as ready for review
July 21, 2026 14:01
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.
Summary
Investigation
The exact lower-bound graph independently exposed two callback compatibility boundaries:
VectorContinuousCallback has no field affect_neg!; 7.4.2 passes the same reproducer.SSAIntegrator has no field ps; 9.28.0 passes the same focused testsets.Either floor alone leaves the downgrade job failing, so they are grouped as one focused callback-compatibility change.
Local verification
GROUP=Allrun passed the callback/event coverage (Events: 126 passed, 2 pre-existing broken) and all preceding groups@test_brokenunexpected passes already fixed by draft Activate corrected conservation-law tests #151288c170317ac9795c38c545c44ec74c84edef3deb430f3f7254f959928fe1d00dThe existing callback and jump tests are the regression coverage for these metadata floors; no test was skipped, disabled, or weakened.
Ignore this PR until it has been reviewed by @ChrisRackauckas.