google-protobuf 3.23.2-aarch64-linux → 3.23.3-aarch64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55d08b6aa054e66c66852320b11734c4a6c24e938b00331d83f2211198bc6842
4
- data.tar.gz: dde09a4a078504632d64ba13f5ce9bd7b1b30f72019ec57dc30236d2aa5954d3
3
+ metadata.gz: 5e226eeca333c089e5dfcf807533a97002120357e1c6450c37355457e873b5e1
4
+ data.tar.gz: 0a1da64d00b676dd710fa4bd89250096a8b6984f8275941861099b71c7a4c8d0
5
5
  SHA512:
6
- metadata.gz: 7997f02d07c19cfc890c97ea3dffaf4fb491afddc50db1f7b76aad790dd2564da5e7bbe71a64994300a0bd77285d60924631f4f41fcb1da303d5772f3ba00985
7
- data.tar.gz: 476566964dfa2816613d35003f83165513fe21b77e0c6182f13e45773e0b430a7caa4f910f1ce8127d08465162c6051807a58a836d9545ebf9cebdedc7f1f95d
6
+ metadata.gz: 6cafbf680d77674c8597c882a5f26bc28aa4cbcc83865fb362008f695091d88945479bd80b5986b249c2c46f6989cfaba401aaf2e645e906778fba47b84e8107
7
+ data.tar.gz: 2be8e099dc50fc48d2f15cbd0702c904c36b7276e7ef9b657efdccc7ffb36997f138ff38ab0d5454b0b3e53f46c99c954aa418905c3a5f28c5bdd35eb3c87f31
@@ -518,9 +518,9 @@ upb_MapInsertStatus upb_Map_Insert(upb_Map* map, upb_MessageValue key,
518
518
 
519
519
  bool upb_Map_Delete(upb_Map* map, upb_MessageValue key, upb_MessageValue* val) {
520
520
  upb_value v;
521
- const bool ok = _upb_Map_Delete(map, &key, map->key_size, &v);
522
- if (val) val->uint64_val = v.val;
523
- return ok;
521
+ const bool removed = _upb_Map_Delete(map, &key, map->key_size, &v);
522
+ if (val) _upb_map_fromvalue(v, val, map->val_size);
523
+ return removed;
524
524
  }
525
525
 
526
526
  bool upb_Map_Next(const upb_Map* map, upb_MessageValue* key,
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: 3.23.2
4
+ version: 3.23.3
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-25 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler-dock
@@ -111,7 +111,7 @@ homepage: https://developers.google.com/protocol-buffers
111
111
  licenses:
112
112
  - BSD-3-Clause
113
113
  metadata:
114
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.23.2/ruby
114
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.23.3/ruby
115
115
  post_install_message:
116
116
  rdoc_options: []
117
117
  require_paths: