commit | 6215a6e4f70e521adfa602cd314e5655f5c3df34 | [log] [tgz] |
---|---|---|
author | Stephanie DiBenedetto <dibenede@pigweed.infra.roller.google.com> | Tue Apr 08 01:13:58 2025 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 08 01:13:58 2025 -0700 |
tree | 12cbe78d1ad7439715d52d11bea0c7546f1c726f | |
parent | e9c9de3166dd09ecc5c3b68e66457b54d33b5cbd [diff] |
roll: pigweed pw_transfer: Add Number() coercion for 64-bit int proto field access The internal JSPB implementation is migrating 64-bit int fields to a new bigint|string type. This change adds a defensive coercion to ensure the value remains number-typed. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/281833 Original-Revision: 64d06ced56dd4dfa435541a10fd157b621e22673 Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 2452fa9903c157..64d06ced56dd4d Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8718172458806993137 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Ieb630858c216f5d126636a8f944c228554d1c62c Reviewed-on: https://pigweed-review.googlesource.com/c/zephyr/zephyr-bazel/+/281745 Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/examples/hello_dts/MODULE.bazel b/examples/hello_dts/MODULE.bazel index 34b03ab..38cbda6 100644 --- a/examples/hello_dts/MODULE.bazel +++ b/examples/hello_dts/MODULE.bazel
@@ -25,9 +25,9 @@ git_override( module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2025-04-07. - # ROLL: By https://cr-buildbucket.appspot.com/build/8718217017839214193. - commit = "2452fa9903c157b1964cbd81452d9e0be49641b3", + # ROLL: Last updated 2025-04-08. + # ROLL: By https://cr-buildbucket.appspot.com/build/8718172458806993137. + commit = "64d06ced56dd4dfa435541a10fd157b621e22673", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )