Skip to content

equivalent of Manifest.toml / pixi.lock #78

@oxinabox

Description

@oxinabox

As i understand it the juliapkg.json roughly coresponds to the Project.toml or pixi.toml.
It specified compatibility ranges of direct dependencies.
The Manifest.toml / pixi.lock exist to ensure you can exactly get the same version of things that another user was using and testing, including indirect dependencies.
For Pkg this is done via using ] instantiate instead of ] resolve.
For pixi.lock this is done via the --frozen or --locked flags passed to pixi install
As far as I can tell there is no equivalent for pyjuliapkg

A Manifest.toml, meta.json files are created as part of install process.
But if already present they are ignored and recreated every time AFAICT. (cf #77)

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