Skip to content

Pre (Julia 1.13) tests failing due to ReTestItems ScopedValues incompatibility #776

@ChrisRackauckas-Claude

Description

@ChrisRackauckas-Claude

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions