Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 15, 2025
1 parent 3b6bba0 commit a2f389a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 95 files
+14 −60 .bcr/presubmit.yml
+1 −2 .github/workflows/test_rust.yml
+3 −1 WORKSPACE
+0 −2 build_defs/BUILD.bazel
+1 −0 build_defs/cpp_opts.bzl
+8 −0 editions/golden/editions_transform_noop.proto
+7 −0 editions/proto/editions_transform_noop.proto
+8 −2 objectivec/Tests/GPBMessage30007FormatTest.m
+2 −1 php/BUILD.bazel
+7 −1 php/ext/google/protobuf/array.c
+1 −1 php/src/Google/Protobuf/Any.php
+10 −10 php/src/Google/Protobuf/Api.php
+1 −1 php/src/Google/Protobuf/BoolValue.php
+1 −1 php/src/Google/Protobuf/BytesValue.php
+1 −1 php/src/Google/Protobuf/DoubleValue.php
+1 −1 php/src/Google/Protobuf/Duration.php
+7 −7 php/src/Google/Protobuf/Enum.php
+4 −4 php/src/Google/Protobuf/EnumValue.php
+4 −4 php/src/Google/Protobuf/Field.php
+4 −4 php/src/Google/Protobuf/FieldMask.php
+1 −1 php/src/Google/Protobuf/FloatValue.php
+1 −1 php/src/Google/Protobuf/GPBEmpty.php
+1 −1 php/src/Google/Protobuf/Int32Value.php
+1 −1 php/src/Google/Protobuf/Int64Value.php
+25 −25 php/src/Google/Protobuf/Internal/DescriptorProto.php
+1 −1 php/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php
+1 −1 php/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php
+10 −10 php/src/Google/Protobuf/Internal/EnumDescriptorProto.php
+1 −1 php/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php
+4 −4 php/src/Google/Protobuf/Internal/EnumOptions.php
+1 −1 php/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php
+4 −4 php/src/Google/Protobuf/Internal/EnumValueOptions.php
+7 −7 php/src/Google/Protobuf/Internal/ExtensionRangeOptions.php
+1 −1 php/src/Google/Protobuf/Internal/ExtensionRangeOptions/Declaration.php
+1 −1 php/src/Google/Protobuf/Internal/FeatureSet.php
+4 −4 php/src/Google/Protobuf/Internal/FeatureSetDefaults.php
+1 −1 php/src/Google/Protobuf/Internal/FeatureSetDefaults/FeatureSetEditionDefault.php
+1 −1 php/src/Google/Protobuf/Internal/FieldDescriptorProto.php
+10 −10 php/src/Google/Protobuf/Internal/FieldOptions.php
+1 −1 php/src/Google/Protobuf/Internal/FieldOptions/EditionDefault.php
+1 −1 php/src/Google/Protobuf/Internal/FieldOptions/FeatureSupport.php
+22 −22 php/src/Google/Protobuf/Internal/FileDescriptorProto.php
+4 −4 php/src/Google/Protobuf/Internal/FileDescriptorSet.php
+4 −4 php/src/Google/Protobuf/Internal/FileOptions.php
+1 −1 php/src/Google/Protobuf/Internal/GPBUtil.php
+4 −4 php/src/Google/Protobuf/Internal/GeneratedCodeInfo.php
+4 −4 php/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php
+1 −1 php/src/Google/Protobuf/Internal/Message.php
+4 −4 php/src/Google/Protobuf/Internal/MessageOptions.php
+1 −1 php/src/Google/Protobuf/Internal/MethodDescriptorProto.php
+4 −4 php/src/Google/Protobuf/Internal/MethodOptions.php
+1 −1 php/src/Google/Protobuf/Internal/OneofDescriptorProto.php
+4 −4 php/src/Google/Protobuf/Internal/OneofOptions.php
+6 −247 php/src/Google/Protobuf/Internal/RepeatedField.php
+4 −4 php/src/Google/Protobuf/Internal/ServiceDescriptorProto.php
+4 −4 php/src/Google/Protobuf/Internal/ServiceOptions.php
+4 −4 php/src/Google/Protobuf/Internal/SourceCodeInfo.php
+10 −10 php/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
+4 −4 php/src/Google/Protobuf/Internal/UninterpretedOption.php
+1 −1 php/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php
+4 −4 php/src/Google/Protobuf/ListValue.php
+4 −4 php/src/Google/Protobuf/Method.php
+1 −1 php/src/Google/Protobuf/Mixin.php
+1 −1 php/src/Google/Protobuf/Option.php
+252 −0 php/src/Google/Protobuf/RepeatedField.php
+1 −1 php/src/Google/Protobuf/SourceContext.php
+1 −1 php/src/Google/Protobuf/StringValue.php
+1 −1 php/src/Google/Protobuf/Struct.php
+1 −1 php/src/Google/Protobuf/Timestamp.php
+10 −10 php/src/Google/Protobuf/Type.php
+1 −1 php/src/Google/Protobuf/UInt32Value.php
+1 −1 php/src/Google/Protobuf/UInt64Value.php
+1 −1 php/src/Google/Protobuf/Value.php
+1 −1 php/tests/GeneratedClassTest.php
+50 −15 php/tests/GeneratedPhpdocTest.php
+0 −1 src/file_lists.cmake
+2 −1 src/google/protobuf/BUILD.bazel
+0 −27 src/google/protobuf/arena_test_util.cc
+0 −16 src/google/protobuf/arena_test_util.h
+1 −0 src/google/protobuf/arena_unittest.cc
+11 −15 src/google/protobuf/compiler/java/doc_comment.cc
+6 −2 src/google/protobuf/compiler/java/doc_comment.h
+16 −8 src/google/protobuf/compiler/java/lite/enum_field.cc
+16 −8 src/google/protobuf/compiler/java/lite/primitive_field.cc
+23 −13 src/google/protobuf/compiler/java/lite/string_field.cc
+32 −18 src/google/protobuf/compiler/php/php_generator.cc
+2 −2 src/google/protobuf/descriptor.cc
+4 −0 src/google/protobuf/dynamic_message_unittest.cc
+0 −11 src/google/protobuf/generated_message_util.cc
+0 −2 src/google/protobuf/lite_unittest.cc
+0 −2 src/google/protobuf/message_lite.h
+12 −0 src/google/protobuf/port.cc
+2 −0 src/google/protobuf/port.h
+0 −7,010 src/google/protobuf/unittest_large_oneof.proto
+3 −3 src/google/protobuf/unknown_field_set_unittest.cc

0 comments on commit a2f389a

Please sign in to comment.