| Summary: | Add EWS build step to print out contents of patch | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | pascoe <pascoe> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | REOPENED --- | ||
| Severity: | Normal | CC: | aakash_jain, ap, jbedard, ryanhaddad, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
pascoe@apple.com
2023-01-03 12:54:23 PST
We'd need to be careful to not print security patches. Also, some patches are huge. Perhaps there is a way to tell GitHub to not garbage collect old PR commits? I don’t think we should do this. This data is available on GitHub (even if the PR has been forced pushed), see the “<person> force-pushed the <branch> branch from <hash-a> to <hash-b>. We even link to that hash in configure build, and GitHub will show you the diff. GitHub deletes the commits after a while. Try looking the older commits on https://github.com/WebKit/WebKit/pull/5519. It's all 404s. I still think this is a significant regression because of above. It makes seeing what was done to resolve comments impossible if the PR isn't recently landed. |