google-protobuf 4.30.0.rc.1-x86_64-linux → 4.30.0.rc.2-x86_64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9bef8d451b0e14a8a1260b958fb08062a121306c8eb8cb30a63c2fda2b500747
4
- data.tar.gz: d90c56dbe9b16b93233e219de21ecd469e2868062e79ba63eab6273f990c8dfa
3
+ metadata.gz: 3c1a57fcb58c7423f1c03cbe3f33fdeb33c6e9e7c797920d95dd9e4255e1bacd
4
+ data.tar.gz: 194688fb0662b18bcbed511cde4fd1e28b8abeb500a5701240980dc9575474e0
5
5
  SHA512:
6
- metadata.gz: d63b3de89ecc04a6b97cd8cad6e63465713c724fe77a35c2746abb006c89a6aeb31b809cc8a851cc7b833314f0e34476cd71d6068dce2e2e0fc1aec0e0997a01
7
- data.tar.gz: adb22f479c9e3df8dd654fda9fbe9f7321fefc9bee517da7dc27cd2262451b6a3133506192442b4f5da451ae702315df4b2951cdfd639faa97b56b3e460826bd
6
+ metadata.gz: 8a5fe288a7b95eecd0baebafaa4785484bef3e9a94510edea8b62897b1a9ec09373ad3fd19e0fad2e670bae5b11acbd096c26185f49b9e1180b9cead06a02dfd
7
+ data.tar.gz: 72db10413ad28fc78f8bd47894d95ab36f6e31fc23a79f716973e1017cfc9ef192bef0cc440916c5dfa24f87a9caf92b908e0852ab6dd8af260740f168f92e1d
@@ -2901,14 +2901,13 @@ UPB_INLINE void _upb_map_fromvalue(upb_value val, void* out, size_t size) {
2901
2901
  }
2902
2902
  }
2903
2903
 
2904
- UPB_INLINE void* _upb_map_next(const struct upb_Map* map, size_t* iter) {
2904
+ UPB_INLINE bool _upb_map_next(const struct upb_Map* map, size_t* iter) {
2905
2905
  upb_strtable_iter it;
2906
2906
  it.t = &map->table;
2907
2907
  it.index = *iter;
2908
2908
  upb_strtable_next(&it);
2909
2909
  *iter = it.index;
2910
- if (upb_strtable_done(&it)) return NULL;
2911
- return (void*)str_tabent(&it);
2910
+ return !upb_strtable_done(&it);
2912
2911
  }
2913
2912
 
2914
2913
  UPB_INLINE void _upb_Map_Clear(struct upb_Map* map) {
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-protobuf
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.30.0.rc.1
4
+ version: 4.30.0.rc.2
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-04 00:00:00.000000000 Z
11
+ date: 2025-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler-dock
@@ -193,7 +193,7 @@ homepage: https://developers.google.com/protocol-buffers
193
193
  licenses:
194
194
  - BSD-3-Clause
195
195
  metadata:
196
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.30.0-rc1/ruby
196
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v4.30.0-rc2/ruby
197
197
  post_install_message:
198
198
  rdoc_options: []
199
199
  require_paths: