Re-enable downgrade CI tests

Open
#522 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
28/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
julia

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.

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
Dominant language
Julia
Stars
233
Forks
76
Avg merge
2h 17m
Merged PRs (30d)
9

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from SciML/RecursiveArrayTools.jl

All issues in SciML/RecursiveArrayTools.jl

Similar issues

More Julia issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.