Skip to content

Bump Static.jl compat #259

@gaurav-arya

Description

@gaurav-arya

The current upper bound on Static.jl prevents the use of Measure Theory in my environment. In particular, the following combination of packages:

Status `/tmp/jl_fZXl7T/Project.toml`
  [79e6a3ab] Adapt v3.6.2
⌅ [4fba245c] ArrayInterface v6.0.17
⌃ [2b5f629d] DiffEqBase v6.95.2
[eadaa1a4] MeasureTheory v0.18.4
[90137ffa] StaticArrays v1.6.2

force the outdated ArrayInterfaceStaticArrays extension to be loaded, because newer versions of DiffEqBase require Static > 0.7. This causes a warning (below) on 1.9, which in fact has been turned into an error in 1.10 meaning that the environment no longer works precompiles on 1.10:
image
Bumping the Static.jl compat to 0.8 (#245), fixing any breaking changes?, would fix these issues

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