Skip to content

Support for Dependency Ranges #9

@DavePearce

Description

@DavePearce

Currently, all dependencies must be given explicitly (e.g. std="0.2.5"). Should be able to give ranges (e.g. std="0.2.*"). This raises a number of issues though:

  • Resolution. Need to then figure out an algorithm for dependency resolution given a graph. Obvious approach is some kind of greedy approach.
  • Lock File. Need support for wy.lock file which is similar to cargo.lock. Specifically, identifies which concrete versions were actually used.

The rough idea would be that the package list is only updated when no lock file already exists.

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