Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 5, 2024
1 parent 336cd56 commit a44b384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 41 files
+19 −2 .github/workflows/test_php.yml
+0 −1 bazel/private/bazel_java_proto_library_rule.bzl
+2 −1 conformance/BUILD.bazel
+6 −2 conformance/autoload.php
+1 −0 conformance/conformance_php.php
+36 −42 conformance/failure_list_php.txt
+4 −0 conformance/text_format_failure_list_php.txt
+2 −2 editions/golden/compare_cpp_codegen_failure.xml
+44 −35 java/README.md
+207 −15 php/BUILD.bazel
+9 −6 php/ext/google/protobuf/php-upb.c
+9 −6 php/ext/google/protobuf/php-upb.h
+124 −124 php/ext/google/protobuf/wkt.inc
+4 −1 php/src/Google/Protobuf/Internal/DescriptorPool.php
+1 −0 regenerate_stale_files.sh
+9 −6 ruby/ext/google/protobuf_c/ruby-upb.c
+9 −6 ruby/ext/google/protobuf_c/ruby-upb.h
+1 −1 rust/test/fields_with_imported_types.proto
+1 −1 rust/test/import_public.proto
+2 −2 rust/test/import_public2.proto
+1 −1 rust/test/import_public_primary_src.proto
+1 −1 rust/test/no_package.proto
+1 −1 rust/test/package.proto
+1 −1 rust/test/package_disabiguation2.proto
+1 −0 src/google/protobuf/BUILD.bazel
+0 −4 src/google/protobuf/compiler/command_line_interface.cc
+2 −2 src/google/protobuf/compiler/command_line_interface_tester.cc
+1 −2 src/google/protobuf/compiler/command_line_interface_tester.h
+9 −10 src/google/protobuf/compiler/command_line_interface_unittest.cc
+0 −2 src/google/protobuf/compiler/objectivec/generator.cc
+0 −1 src/google/protobuf/compiler/objectivec/generator.h
+2 −2 src/google/protobuf/compiler/php/php_generator.cc
+20 −6 src/google/protobuf/debug_counter_test.cc
+0 −5 src/google/protobuf/message_lite.h
+36 −0 src/google/protobuf/no_field_presence_map_test.cc
+55 −0 src/google/protobuf/no_field_presence_test.cc
+20 −3 src/google/protobuf/port.cc
+2 −2 src/google/protobuf/testing/file.cc
+1 −1 src/google/protobuf/testing/file.h
+1 −1 upb/cmake/staleness_test_lib.py
+9 −6 upb/port/def.inc

0 comments on commit a44b384

Please sign in to comment.