-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededneeds investigationThis needs to be looked into before its "ready for work"This needs to be looked into before its "ready for work"
Description
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
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededneeds investigationThis needs to be looked into before its "ready for work"This needs to be looked into before its "ready for work"