Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 27, 2024
1 parent 99fd070 commit 79f3fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 47 files
+1 −2 hpb/internal/message_lock_test.cc
+9 −9 hpb_generator/tests/test_generated.cc
+0 −42 java/core/src/test/java/com/google/protobuf/CodedOutputStreamTest.java
+0 −47 java/core/src/test/java/com/google/protobuf/TestUtil.java
+6 −5 java/kotlin-lite/src/main/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt
+36 −36 java/kotlin-lite/src/test/kotlin/com/google/protobuf/Proto2LiteTest.kt
+6 −5 java/kotlin/src/main/kotlin/com/google/protobuf/ExtendableMessageExtensions.kt
+1 −1 java/kotlin/src/main/kotlin/com/google/protobuf/OnlyForUseByGeneratedProtoCode.kt
+1 −1 java/kotlin/src/test/kotlin/com/google/protobuf/DslListTest.kt
+1 −1 java/kotlin/src/test/kotlin/com/google/protobuf/DslMapTest.kt
+8 −8 java/kotlin/src/test/kotlin/com/google/protobuf/ExtensionListTest.kt
+15 −15 java/kotlin/src/test/kotlin/com/google/protobuf/Proto2Test.kt
+5 −5 java/kotlin/src/test/kotlin/com/google/protobuf/Proto3Test.kt
+3 −1 java/kotlin/src/test/proto/com/google/protobuf/multiple_files_proto3.proto
+0 −5 protos/protos.h
+3 −73 python/google/protobuf/internal/message_test.py
+53 −47 rust/cpp.rs
+9 −13 rust/map.rs
+1 −0 rust/proxied.rs
+2 −2 rust/repeated.rs
+41 −45 rust/upb.rs
+0 −2 src/google/protobuf/BUILD.bazel
+0 −40 src/google/protobuf/arena_test_util.h
+0 −7 src/google/protobuf/arena_unittest.cc
+1 −0 src/google/protobuf/compiler/BUILD.bazel
+20 −8 src/google/protobuf/compiler/command_line_interface_unittest.cc
+2 −2 src/google/protobuf/compiler/rust/accessors/map.cc
+0 −2 src/google/protobuf/compiler/rust/accessors/repeated_field.cc
+4 −4 src/google/protobuf/compiler/rust/accessors/singular_cord.cc
+3 −4 src/google/protobuf/compiler/rust/accessors/singular_message.cc
+3 −3 src/google/protobuf/compiler/rust/accessors/singular_string.cc
+28 −29 src/google/protobuf/compiler/rust/enum.cc
+37 −41 src/google/protobuf/compiler/rust/message.cc
+17 −15 src/google/protobuf/extension_set.cc
+6 −16 src/google/protobuf/extension_set.h
+1 −3 src/google/protobuf/io/BUILD.bazel
+4 −4 src/google/protobuf/io/zero_copy_stream_unittest.cc
+12 −9 src/google/protobuf/lite_unittest.cc
+29 −34 src/google/protobuf/map_test.inc
+3 −3 src/google/protobuf/message_lite.cc
+7 −1 src/google/protobuf/message_lite.h
+23 −12 src/google/protobuf/message_unittest.inc
+ src/google/protobuf/testdata/golden_message
+ src/google/protobuf/testdata/golden_message_maps
+ src/google/protobuf/testdata/golden_message_oneof_implemented
+ src/google/protobuf/testdata/golden_message_proto3
+ src/google/protobuf/testdata/golden_packed_fields_message

0 comments on commit 79f3fe4

Please sign in to comment.