Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: improve description for "terminate" group #10950

Merged
merged 2 commits into from
Feb 25, 2023

Conversation

coryan
Copy link
Contributor

@coryan coryan commented Feb 24, 2023

I noticed this when writing the docfx stuff. It is also a good test for the new CI images.


This change is Reviewable

* - If the application calls `future<T>::get()`, the library was compiled with
* exceptions disabled, and (somehow) the future is satisfied with an
* exception. Note that the library APIs typically return
* `future<StatusOr<T>>` to avoid this problem, but the application may be
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/may be/may/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

*
* - If the application calls `StatusOr<T>::value()`, and the library was
* compiled with exceptions disabled, and the `StatusOr<T>` contains an error,
* *then* the function throw an exception to report the error and the function
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/throw/throws/
s/and the function/as the function/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@coryan coryan marked this pull request as ready for review February 24, 2023 22:14
@coryan coryan requested a review from a team as a code owner February 24, 2023 22:14
@coryan coryan enabled auto-merge (squash) February 24, 2023 22:14
@codecov
Copy link

codecov bot commented Feb 24, 2023

Codecov Report

Base: 93.64% // Head: 93.64% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (909ed96) compared to base (a5572b1).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10950   +/-   ##
=======================================
  Coverage   93.64%   93.64%           
=======================================
  Files        1717     1717           
  Lines      154915   154915           
=======================================
+ Hits       145070   145071    +1     
+ Misses       9845     9844    -1     
Impacted Files Coverage Δ
...le/cloud/storage/internal/curl_download_request.cc 88.62% <0.00%> (-0.34%) ⬇️
google/cloud/completion_queue_test.cc 97.13% <0.00%> (-0.20%) ⬇️
...cloud/pubsub/internal/subscription_session_test.cc 98.49% <0.00%> (+0.50%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@coryan coryan merged commit cb7cefb into googleapis:main Feb 25, 2023
@coryan coryan deleted the doc-terminate-group branch February 25, 2023 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants