Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 18, 2024
1 parent 3e28658 commit 28ab8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 60 files
+5 −4 MODULE.bazel
+10 −118 csharp/src/Google.Protobuf.Test.TestProtos/UnittestFeatures.pb.cs
+7 −2 csharp/src/Google.Protobuf.Test/Reflection/FeatureSetDescriptorTest.cs
+ csharp/src/Google.Protobuf.Test/testprotos.pb
+24 −75 csharp/src/Google.Protobuf/Reflection/Descriptor.pb.cs
+30 −0 editions/BUILD
+123 −40 editions/defaults_test.cc
+1 −0 java/core/BUILD.bazel
+3 −3 java/core/src/main/java/com/google/protobuf/Descriptors.java
+1 −1 java/core/src/main/java/com/google/protobuf/JavaEditionDefaults.java
+1 −1 java/core/src/test/java/com/google/protobuf/DescriptorsTest.java
+1 −1 java/osgi/osgi.bzl
+73 −62 php/ext/google/protobuf/php-upb.c
+13 −41 php/ext/google/protobuf/php-upb.h
+3 −2 python/google/protobuf/descriptor_pool.py
+42 −12 python/google/protobuf/internal/descriptor_pool_test.py
+2 −2 python/google/protobuf/internal/descriptor_test.py
+0 −4 python/google/protobuf/internal/enum_type_wrapper.py
+0 −39 python/google/protobuf/internal/enum_type_wrapper_test.py
+25 −12 ruby/ext/google/protobuf_c/ruby-upb.c
+13 −41 ruby/ext/google/protobuf_c/ruby-upb.h
+2 −0 rust/test/shared/BUILD
+112 −0 rust/test/shared/utf8/BUILD
+9 −0 rust/test/shared/utf8/feature_verify.proto
+7 −0 rust/test/shared/utf8/no_features_proto2.proto
+7 −0 rust/test/shared/utf8/no_features_proto3.proto
+70 −0 rust/test/shared/utf8/utf8_test.cc
+92 −0 rust/test/shared/utf8/utf8_test.rs
+3 −6 src/google/protobuf/any.pb.cc
+3 −2 src/google/protobuf/api.pb.cc
+1 −4 src/google/protobuf/arena.cc
+0 −24 src/google/protobuf/compiler/code_generator_unittest.cc
+25 −87 src/google/protobuf/compiler/command_line_interface_unittest.cc
+212 −117 src/google/protobuf/compiler/cpp/message.cc
+3 −2 src/google/protobuf/compiler/java/java_features.pb.cc
+12 −8 src/google/protobuf/compiler/plugin.pb.cc
+1 −1 src/google/protobuf/cpp_edition_defaults.h
+3 −2 src/google/protobuf/cpp_features.pb.cc
+3 −3 src/google/protobuf/descriptor.cc
+155 −167 src/google/protobuf/descriptor.pb.cc
+22 −135 src/google/protobuf/descriptor.pb.h
+0 −4 src/google/protobuf/descriptor.proto
+227 −129 src/google/protobuf/descriptor_unittest.cc
+9 −9 src/google/protobuf/feature_resolver.cc
+46 −121 src/google/protobuf/feature_resolver_test.cc
+1 −3 src/google/protobuf/has_bits.h
+13 −0 src/google/protobuf/inlined_string_field.h
+2 −3 src/google/protobuf/message_lite.cc
+4 −4 src/google/protobuf/message_lite.h
+2 −3 src/google/protobuf/struct.pb.cc
+9 −6 src/google/protobuf/type.pb.cc
+0 −17 src/google/protobuf/unittest_features.proto
+12 −40 upb/cmake/google/protobuf/descriptor.upb.h
+6 −8 upb/cmake/google/protobuf/descriptor.upb_minitable.c
+12 −40 upb/reflection/cmake/google/protobuf/descriptor.upb.h
+6 −8 upb/reflection/cmake/google/protobuf/descriptor.upb_minitable.c
+19 −4 upb/reflection/file_def.c
+1 −1 upb/reflection/internal/upb_edition_defaults.h
+1 −2 upb/reflection/stage0/google/protobuf/descriptor.upb.c
+0 −28 upb/reflection/stage0/google/protobuf/descriptor.upb.h

0 comments on commit 28ab8be

Please sign in to comment.