forked from grpc/grpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…grpc#38748) This reverts commit a7a650a. Original PR breaks grpc#38286 and I think the breakage is in the PR -- in a construct like: ``` TrySeq( /*a*/ []() -> Promise<absl::Status>, /*b*/ []() -> Promise<StatusFlag>, /*c*/ []() -> Promise<absl::Status>) ``` the original seq_state code would try to promote the intermediate `StatusFlag` to an `absl::Status` which is great - however with the optimization, if `b` is instantaneous we try to demote the result of `a` to `StatusFlag`, losing information. I'll need to consider how to change this optimization to preserve the final output type before rolling forward. Closes grpc#38748 COPYBARA_INTEGRATE_REVIEW=grpc#38748 from ctiller:rb1 743eb33 PiperOrigin-RevId: 727109120
- Loading branch information
1 parent
55cf79c
commit 57a18b6
Showing
20 changed files
with
2,942 additions
and
21,180 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.