Skip to content

Downgrade tests failing due to Resolver.jl incompatibility with [sources] #774

@ChrisRackauckas-Claude

Description

@ChrisRackauckas-Claude

Problem

The downgrade tests for NonlinearSolve are currently failing because Resolver.jl (which powers julia-downgrade-compat) cannot handle packages defined via [sources] in Project.toml files.

When Resolver.jl attempts to build its dependency dictionary, it only pulls from the Julia General Registry and omits locally-defined packages, causing a KeyError when it encounters references to these missing UUIDs.

Affected Workflows

All 11 CI workflows with downgrade tests:

  • CI_NonlinearSolve.yml
  • CI_BracketingNonlinearSolve.yml
  • CI_NonlinearSolveBase.yml
  • CI_NonlinearSolveFirstOrder.yml
  • CI_NonlinearSolveHomotopyContinuation.yml
  • CI_NonlinearSolveQuasiNewton.yml
  • CI_NonlinearSolveSciPy.yml
  • CI_NonlinearSolveSpectralMethods.yml
  • CI_SCCNonlinearSolve.yml
  • CI_SciMLJacobianOperators.yml
  • CI_SimpleNonlinearSolve.yml

Workaround

The downgrade tests have been temporarily skipped (using if: false) in all affected workflows.

Resolution

These tests should be re-enabled once Resolver.jl adds support for [sources] packages, or an alternative solution is found.

Related

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