Skip to content

"revision" and "version" terms are mixed in codebase and presented poorly in the UI/docs #181

@SeanTAllen

Description

@SeanTAllen

See below:

~/tmp/foo ➜ corral add github.com/seantallen/lori.git --revision 0.0.1
~/tmp/foo ➜ cat corral.json
{
  "packages": [],
  "deps": [
    {
      "locator": "github.com/seantallen/lori.git",
      "version": ""
    }
  ],
  "info": {
    "description": "",
    "homepage": "",
    "license": "",
    "documentation_url": "",
    "version": "",
    "name": ""
  }
}

I'm not sure given that "version" can take a a revision that we need both version and revision. And we have no rules in place for how one overrides the other if both are present (or rather we have no stated rules). I wonder if version override revision and because we are doing an empty version now, revision doesn't appear.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomershelp wantedExtra attention is neededneeds investigationThis needs to be looked into before its "ready for work"

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions