Re-enable Enzyme tests on Julia v1.12
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 5
- Forks
- 7
- Avg merge
- 1h 51m
- Merged PRs (30d)
- 12
Description
Summary
Enzyme tests have been disabled on Julia v1.12 and pre-release versions as part of the fix for issue #31.
Context
- Issue #31 requested separating Enzyme tests into a separate test group (following the pattern from OrdinaryDiffEq.jl)
- Enzyme tests are currently disabled on Julia 1.12+ due to compatibility issues
- Tests are only running on Julia LTS (1.10.x) for now
Action Needed
When Enzyme has stable support for Julia 1.12:
- Update the version check in
test/runtests.jlto allow v1.12 - Update
.github/workflows/Tests.ymlto add v1.12 to the Enzyme test matrix - Verify Enzyme tests pass on v1.12
Related
- #31 (original issue that led to this)
- Enzyme.jl compatibility tracker: https://github.com/EnzymeAD/Enzyme.jl
cc @ChrisRackauckas
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
First check the Enzyme.jl compatibility tracker to confirm stable Julia 1.12 support. Then inspect test/runtests.jl and .github/workflows/Tests.yml: allow v1.12 in the version check, add it to the Enzyme test matrix, and verify the Enzyme tests pass there.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, julia
- Domain
- ci-cd, testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100