~/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.
See below:
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.