Add downstream testing workflow for DI, Optimization, and Turing#138
Closed
ChrisRackauckas-Claude wants to merge 1 commit intoSciML:mainfrom
Closed
Add downstream testing workflow for DI, Optimization, and Turing#138ChrisRackauckas-Claude wants to merge 1 commit intoSciML:mainfrom
ChrisRackauckas-Claude wants to merge 1 commit intoSciML:mainfrom
Conversation
This addresses issue SciML#97 by adding CI tests for the biggest downstream users of ADTypes: - DifferentiationInterface (JuliaDiff/DifferentiationInterface.jl) - Optimization.jl (SciML/Optimization.jl) - Turing.jl (TuringLang/Turing.jl) The workflow runs on push to main and on pull requests, using the same pattern as SciMLSensitivity's downstream testing. If a dependency resolution fails due to SemVer incompatibility, it gracefully exits as success since this indicates an intentional breaking change. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Collaborator
|
What exactly do we want to test from DI here? Because the full test suite is ginormous, but it is pretty much the only way to test every struct defined by ADTypes |
Member
|
That's the bot. |
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
This PR addresses #97 by adding a downstream testing workflow that runs tests for the biggest downstream users of ADTypes:
The workflow follows the same pattern as SciMLSensitivity.jl's downstream testing:
Pkg.developThis strengthens the testing as discussed in #95, allowing maintainers to trust that changes won't break major downstream users without needing manual verification.
Test Plan
cc @ChrisRackauckas @gdalle
🤖 Generated with Claude Code