-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
59381: stop: ensure Closer called exactly once r=nvanbenschoten a=tbg Due to a bug introduced in #59041, `AddCloser` could add a closer that would never be called in the event that the closer was concurrently Stop'ping. This commit fixes it. Fixes #59368. Release note: None 59385: build,bazel: delete stale references breaking bazel build r=rickystewart a=rickystewart These dependencies marked `keep` aren't actually necessary any more and now introduce cyclic dependency errors, so remove them. Release note: None Co-authored-by: Tobias Grieger <[email protected]> Co-authored-by: Ricky Stewart <[email protected]>
- Loading branch information
Showing
3 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters