Skip to content
This repository was archived by the owner on Dec 19, 2020. It is now read-only.
This repository was archived by the owner on Dec 19, 2020. It is now read-only.

Unify format for wit-workspace.json, wit-lock.json, wit-manifest.json #233

@mmjconolly

Description

@mmjconolly

wit-manifest.json and wit-workspace.json has

[
    {
        "commit": "abc",
        "name": "project",
        "source": "git@gh.com:acme/project"
    }
]

but wit-lock.json has

{
    "project": {
        "commit": "abc",
        "name": "project",
        "source": "git@gh.com:acme/project"
    }
}

and it seems to throw away the "project": dict key when parsing it anyway

Unify the file formats as the differences appear to not to be useful

Metadata

Metadata

Assignees

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