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

fix(storage): no char for std::uniform_int_distribution #9509

Merged

Conversation

coryan
Copy link
Contributor

@coryan coryan commented Jul 18, 2022

TIL: it is undefined behavior to use std::uniform_int_distribution<>
with char, unsigned char, and its aliases. And some platforms
enforce this.


This change is Reviewable

TIL: it is undefined behavior to use `std::uniform_int_distribution<>`
with `char`, `unsigned char`, and its aliases. And some platforms
enforce this.
@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Jul 18, 2022
@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: bb2dc792a2bfd24f26184be1e601277807006149

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@codecov
Copy link

codecov bot commented Jul 18, 2022

Codecov Report

Merging #9509 (bb2dc79) into main (ae55c11) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #9509      +/-   ##
==========================================
- Coverage   94.62%   94.62%   -0.01%     
==========================================
  Files        1489     1489              
  Lines      137215   137216       +1     
==========================================
- Hits       129845   129837       -8     
- Misses       7370     7379       +9     
Impacted Files Coverage Δ
.../cloud/storage/internal/invocation_id_generator.cc 100.00% <100.00%> (ø)
...e/cloud/spanner/testing/cleanup_stale_instances.cc 72.22% <0.00%> (-5.56%) ⬇️
...e/cloud/pubsublite/internal/alarm_registry_impl.cc 97.05% <0.00%> (-2.95%) ⬇️
...le/cloud/storage/internal/curl_download_request.cc 87.58% <0.00%> (-1.01%) ⬇️
...cloud/pubsub/internal/subscription_session_test.cc 97.82% <0.00%> (-0.68%) ⬇️
google/cloud/internal/curl_impl.cc 91.87% <0.00%> (+0.22%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ae55c11...bb2dc79. Read the comment docs.

@coryan coryan marked this pull request as ready for review July 18, 2022 22:20
@coryan coryan requested a review from a team as a code owner July 18, 2022 22:20
@coryan coryan enabled auto-merge (squash) July 18, 2022 23:56
@coryan coryan merged commit 87523ea into googleapis:main Jul 19, 2022
@coryan coryan deleted the fix-storage-no-char-for-uniform-distribution branch July 19, 2022 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants