Skip to content

Conversation

@ChrisRackauckas
Copy link
Member

Summary

  • Removed version checks for Julia v1.9 from test/runtests.jl
  • Removed the AD Tests and AD Performance Regression Tests that were conditionally included
  • Since Julia v1.10 is now the LTS version, these version-specific tests are no longer necessary

Test plan

  • CI tests pass
  • No regression in test coverage

🤖 Generated with Claude Code

Since Julia v1.10 is now the LTS version, version checks for Julia v1.9
are no longer needed. This commit removes the conditional execution of
AD tests based on Julia version while keeping the tests themselves.

The VERSION >= v"1.9" conditions are now always true, so they have been removed.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@ChrisRackauckas ChrisRackauckas force-pushed the remove-julia-19-version-checks branch from c24f55f to 290d1aa Compare July 27, 2025 16:20
@ChrisRackauckas ChrisRackauckas merged commit 779fd17 into master Jul 27, 2025
23 of 29 checks passed
@ChrisRackauckas ChrisRackauckas deleted the remove-julia-19-version-checks branch July 27, 2025 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants