Open mmjconolly opened 4 years ago
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
"project":
Unify the file formats as the differences appear to not to be useful
wit-manifest.json and wit-workspace.json has
but wit-lock.json has
and it seems to throw away the
"project":
dict key when parsing it anywayUnify the file formats as the differences appear to not to be useful