roll: pigweed, pw_toolchain: pw_status: Remove StatusWithSize::size_or() StatusWithSize always holds both a status and a size. A non-OK StatusWithSize still has a size(), but size_or() ignores it. Remove size_or() since it does not fit well on StatusWithSize and is unused. This reverts commit 16d3c47ab5a6d45463ad137bc3bf514a40eb9da8. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/229979 https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: 92a0165ff5ef8d5..42cea59a620c8ee Roller-URL: https://ci.chromium.org/b/8739493031024098417 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I5c27935663e1aab6fe5de88a22544cecaacbcc17 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/229992 Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index 95f11df..fc730df 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -48,8 +48,8 @@ module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-08-16. - # ROLL: By https://cr-buildbucket.appspot.com/build/8739493455313200209. - commit = "92a0165ff5ef8d539ecf049c0915da6dd22ded7b", + # ROLL: By https://cr-buildbucket.appspot.com/build/8739493031024098417. + commit = "42cea59a620c8ee6dbff5641cdaa320fe518182a", remote = "https://pigweed.googlesource.com/pigweed/pigweed", ) @@ -57,8 +57,8 @@ module_name = "pw_toolchain", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-08-16. - # ROLL: By https://cr-buildbucket.appspot.com/build/8739493455313200209. - commit = "92a0165ff5ef8d539ecf049c0915da6dd22ded7b", + # ROLL: By https://cr-buildbucket.appspot.com/build/8739493031024098417. + commit = "42cea59a620c8ee6dbff5641cdaa320fe518182a", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )