Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 18, 2024
1 parent 2be55e9 commit 1673a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tweaks/Return-YouTube-Dislikes
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 42 files
+1 −1 .github/workflows/test_release_branches.yml
+7 −2 .github/workflows/test_upb.yml
+6 −0 MODULE.bazel
+9 −0 WORKSPACE
+1 −0 cmake/dependencies.cmake
+0 −2 conformance/text_format_failure_list_python.txt
+0 −2 conformance/text_format_failure_list_python_cpp.txt
+0 −2 conformance/text_format_failure_list_python_upb.txt
+0 −8 hpb/hpb.h
+1 −0 python/dist/BUILD.bazel
+0 −487 python/google/protobuf/internal/_parameterized.py
+4 −4 python/google/protobuf/internal/decoder_test.py
+3 −3 python/google/protobuf/internal/descriptor_test.py
+2 −2 python/google/protobuf/internal/message_test.py
+3 −3 python/google/protobuf/internal/proto_test.py
+2 −2 python/google/protobuf/internal/reflection_cpp_test.py
+2 −2 python/google/protobuf/internal/reflection_test.py
+19 −8 python/google/protobuf/internal/text_format_test.py
+11 −11 python/google/protobuf/internal/well_known_types_test.py
+3 −0 python/google/protobuf/text_format.py
+4 −1 python/internal.bzl
+1 −0 python/pb_unit_tests/pyproto_test_wrapper.bzl
+1 −0 python/requirements.txt
+48 −1 rust/release_crates/protobuf/README.md
+27 −2 rust/release_crates/protobuf_codegen/README.md
+29 −4 rust/release_crates/protobuf_codegen/src/lib.rs
+20 −1 rust/release_crates/protobuf_example/README.md
+1 −0 src/google/protobuf/BUILD.bazel
+9 −1 src/google/protobuf/compiler/cpp/helpers.cc
+4 −1 src/google/protobuf/compiler/cpp/helpers.h
+24 −5 src/google/protobuf/dynamic_message.cc
+8 −2 src/google/protobuf/map.h
+53 −0 src/google/protobuf/map_field.cc
+4 −11 src/google/protobuf/map_field.h
+0 −55 src/google/protobuf/map_field_inl.h
+2 −2 src/google/protobuf/parse_context.h
+0 −9 src/google/protobuf/reflection.h
+0 −11 src/google/protobuf/reflection_internal.h
+0 −6 src/google/protobuf/repeated_field_reflection_unittest.inc
+13 −13 src/google/protobuf/unknown_field_set.cc
+19 −16 src/google/protobuf/unknown_field_set.h
+1 −1 src/google/protobuf/unknown_field_set_unittest.cc

0 comments on commit 1673a36

Please sign in to comment.