Open FiloSottile opened 6 years ago
Also by the way there is a comment that says
// Check Updated before all other fields so they don't update if this
// Mutation is stale
but there is no return to implement that behavior.
While looking over this issue, I spotted https://go-review.googlesource.com/c/build/+/38137/4/maintner/github.go#456 in processGithubIssueMutation
. Despite looking potentially related, I don't think it's actually related to this.
Noticed while investigating #25031 that in Corpus.processGithubIssueMutation, when an issue is resurrected from NotExist state, its Created field is not set, as that only happens when the issue is first encountered.
No idea when NotExist is set, so not sure if it's an issue, but it looks like that codepath is either unused or broken.
/cc @bradfitz