-
Notifications
You must be signed in to change notification settings - Fork 1k
dep status is not useful if memo is out of date, not even a warning #161
Comments
Okay, so status won't show anything if the memo field is out of date. |
Yeah, Would be a great place for someone really wanting to grok this thing/get their hands dirty to dig in 😃 😇 |
Export non-git VCS correctly
Any suggestions on how we handle this behavior? In case of outdated memo, shouldn't running Also, under which scenarios the memo would not be updated and become outdated? Considering #470 would ensure memo is updated after |
@darkowlzz in general, though, if there's a memo mismatch (which can occur when a new import is added, an import is removed, or any values in Gopkg.toml are modified), then i think our goal is probably to detect the cause of the mismatch, and report it to the user. |
@darkowlzz i think i just merged a PR from you...or there's one in flight...that addresses this? |
I've tried dep on a number of projects, some have main packages, others don't.
After I ran
dep init
, I expecteddep status [-v, -detail, etc]
to produce some list of packages. Each time I've gotten nothing.At dep rev
1b193f4439655572d59fe1b87035870f1a7344ca
The text was updated successfully, but these errors were encountered: