Problem
The prerelease Julia (1.13) tests are failing due to a breaking change in Julia's ScopedValues API that is incompatible with ReTestItems.
Error:
MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{Bool}, ::Bool)
The function `setindex!` exists, but no method is defined for this combination of argument types.
This occurs in ReTestItems.jl:536 during test execution.
Affected Tests
All test groups running with version: "pre":
- core
- downstream
- wrappers
- misc
- trim
Workaround
The "pre" version has been temporarily removed from the CI test matrix in CI_NonlinearSolve.yml.
Resolution
Re-enable "pre" tests once ReTestItems is updated to support Julia 1.13's ScopedValues API changes.
Related
- ReTestItems package needs update for Julia 1.13 compatibility