SciML / SciML/RecursiveArrayTools.jl
Re-enable downgrade CI tests
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 233
- Forks
- 76
- Avg merge
- 2h 17m
- Merged PRs (30d)
- 9
Description
Summary
The downgrade CI tests have been disabled in PR #521 because the JET test dependency is incompatible with the downgraded environment.
Details
JET is listed as a test dependency in Project.toml:
[targets]
test = ["Aqua", "FastBroadcast", "ForwardDiff", "JET", ...]
When running with downgraded dependencies, Pkg cannot resolve JET because it has strict Julia version requirements that conflict with the downgrade environment.
Action Items
- Monitor JET releases for improved compatibility
- Consider moving JET to a separate test environment to avoid resolution conflicts
- Re-enable downgrade tests once the dependency conflict is resolved
Related
- PR #521 disabled the downgrade tests
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing PR #521 and the test dependency section in Project.toml, then inspect how the downgrade CI tests are configured. Check whether a newer JET release or a separate test environment resolves the conflict. Done means the downgrade dependencies resolve successfully and the downgrade CI tests are re-enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100