ci: add Trim test group to CI matrix#3328
Open
asinghvi17 wants to merge 4 commits intoSciML:masterfrom
Open
Conversation
Runs the trim (JuliaC --trim=safe) compilation tests on Julia pre-release (1.12+). Excludes lts and 1 since trim requires Julia 1.12+. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add test/trim/ sub-environment following the existing pattern (like test/ad/, test/downstream/): - trim_tests.jl generates per-solver test projects (main.jl + Project.toml) from a SOLVER_CONFIGS dict, compiles each with JuliaC --trim=safe, and validates the output. - Wire into runtests.jl as GROUP="Trim" (requires Julia 1.12+). - Tests: tsit5, fbdf, rodas5p, auto (DefaultODEAlgorithm). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Capture the time type directly from `t::_tType` instead of passing `eltype(tType)` as a separate argument, per review feedback from @oscardssmith. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Trimto the CI matrix, running JuliaC--trim=safecompilation testsltsand1since trim requires Julia 1.12+Test plan
preonlyGROUP=Triminruntests.jl🤖 Generated with Claude Code