Set Ready For Review
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if !haveMatch && (!includeMain || p.Name != "main") {I think this is too many negatives to read.
Instead, move the cmode declaration and the main override block at 3627 before this check.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// detector to be invoked before it has been initialized. NoteThanks, that does read better. Moved cmode and the main override above the check so it's just if !haveMatch now.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
There's no need to add someone. We have a list of CLs that need an extra +1 (go.dev/s/needs-review) and have a rotation that looks at it and adds +1s.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
cmd/go: emit coverage for selected build dependencies
When -coverpkg excludes the main package, SelectCoverPackages returns
before the existing regonly path can add the main package's coverage
registration hook. Allow unmatched main packages through that gate so
covered dependencies can emit metadata and counters.
Add a script regression for building with coverage limited to an
external dependency, and align the fixture's required module with its
imported package for deterministic cold-cache resolution.
Fixes #80307
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |