[ews] run FindModifiedChangeLogs build-step early in the build. This would reduce the duration between updating to ToT and committing the patch.
Created attachment 393498 [details] Patch
Comment on attachment 393498 [details] Patch Does it make sense to do this before compiling and testing? Or should we do it after compiling and testing, but before updating?
(In reply to Jonathan Bedard from comment #2) > Does it make sense to do this before compiling and testing? Or should we do it after compiling and testing, but before updating? Probably doesn't make much difference. Might be slightly better before compiling, just after applying the patch (since git status would be based on only patch contents).
Comment on attachment 393498 [details] Patch Clearing flags on attachment: 393498 Committed r258420: <https://trac.webkit.org/changeset/258420>
All reviewed patches have been landed. Closing bug.
<rdar://problem/60428905>
This change should reduce the chances of issues like https://bugs.webkit.org/show_bug.cgi?id=209125 (where landing failed, because during the time repo was updated to ToT and patch was attempted to be landed, there was another commit which modified similar files).