mikemccand commented on PR #15627: URL: https://github.com/apache/lucene/pull/15627#issuecomment-4226132590
> The reason for the failure after merge is quite simple: the branch here was created long ago and was not merged up to main recently. > > The method failing was added in another PR two weeks ago. Hmm this is a frustrating blind spot. GH actions passed on old branch. Main branch keeps moving forward. Then this (old) branch is merge/squashed with a simple rebase onto main that didn't produce source-level conflicts so GH/git is happy, and it's pushed, causing a compilation error ... so it is just up to whoever merges to remember to first merge main if branch is old, wait for GH actions to be happy, then merge? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
