SciML / SciML/LineSearch.jl

Re-enable Enzyme tests on Julia v1.12

Open
#32 1 comment 0 reactions 0 assignees View on GitHub

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:

  1. Update the version check in test/runtests.jl to allow v1.12
  2. Update .github/workflows/Tests.yml to add v1.12 to the Enzyme test matrix
  3. Verify Enzyme tests pass on v1.12

Related

cc @ChrisRackauckas

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.