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 4, 2024
1 parent 7fe11a6 commit 208f2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 53 files
+3 −0 .bazelrc
+1 −1 .github/workflows/test_csharp.yml
+16 −24 .github/workflows/test_php.yml
+1 −0 .github/workflows/test_python.yml
+1 −1 .github/workflows/test_rust.yml
+10 −7 Cargo.bazel.lock
+2 −2 WORKSPACE
+7 −7 bazel/tests/proto_common_compile_tests.bzl
+11 −0 conformance/conformance_php.php
+0 −4 conformance/failure_list_java_lite.txt
+218 −0 csharp/src/Google.Protobuf.Test/Collections/UnsafeCollectionOperationsTest.cs
+36 −0 csharp/src/Google.Protobuf/Collections/RepeatedField.cs
+96 −0 csharp/src/Google.Protobuf/UnsafeCollectionOperations.cs
+3 −0 java/core/src/main/java/com/google/protobuf/UnknownFieldSchema.java
+25 −9 php/BUILD.bazel
+76 −95 php/ext/google/protobuf/php-upb.c
+11 −2 php/ext/google/protobuf/php-upb.h
+24 −7 python/build_targets.bzl
+0 −1 python/google/protobuf/internal/_parameterized.py
+1 −1 python/py_extension.bzl
+76 −95 ruby/ext/google/protobuf_c/ruby-upb.c
+11 −2 ruby/ext/google/protobuf_c/ruby-upb.h
+4 −111 rust/BUILD
+0 −17 rust/cargo/BUILD
+3 −1 rust/dist.bzl
+0 −16 rust/protobuf_codegen/BUILD
+0 −5 rust/protobuf_codegen/example/BUILD
+14 −0 rust/release_crates/BUILD
+7 −11 rust/release_crates/cargo_test.sh
+36 −0 rust/release_crates/protobuf/BUILD
+0 −0 rust/release_crates/protobuf/Cargo-template.toml
+0 −0 rust/release_crates/protobuf/build.rs
+35 −0 rust/release_crates/protobuf_codegen/BUILD
+0 −0 rust/release_crates/protobuf_codegen/Cargo-template.toml
+1 −13 rust/release_crates/protobuf_codegen/src/lib.rs
+1 −0 rust/release_crates/protobuf_example/.gitignore
+23 −0 rust/release_crates/protobuf_example/BUILD
+0 −0 rust/release_crates/protobuf_example/Cargo.toml
+0 −0 rust/release_crates/protobuf_example/build.rs
+0 −0 rust/release_crates/protobuf_example/proto/bar/bar.proto
+0 −0 rust/release_crates/protobuf_example/proto/foo.proto
+3 −3 rust/release_crates/protobuf_example/src/main.rs
+1 −6 src/google/protobuf/port.h
+3 −1 upb/base/internal/log2.h
+16 −0 upb/mem/arena.c
+7 −0 upb/mem/arena.h
+34 −6 upb/mem/arena_test.cc
+1 −1 upb/mem/internal/arena.h
+2 −2 upb/message/internal/message.c
+1 −1 upb/message/map_sorter.c
+56 −91 upb/mini_descriptor/decode.c
+1 −1 upb/mini_descriptor/internal/encode.hpp
+1 −1 upb/reflection/internal/def_builder.c

0 comments on commit 208f2ae

Please sign in to comment.