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 12, 2024
1 parent 028221f commit a7b5c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 31 files
+1 −0 MODULE.bazel
+3 −2 ci/push_auto_update.sh
+2 −56 conformance/conformance_python.py
+0 −4 conformance/failure_list_java.txt
+0 −4 conformance/failure_list_jruby.txt
+7 −0 conformance/failure_list_trie_node.cc
+7 −0 conformance/failure_list_trie_node.h
+7 −0 conformance/failure_list_trie_node_test.cc
+2 −9 hpb/hpb.h
+1 −0 java/core/BUILD.bazel
+59 −38 java/core/src/main/java/com/google/protobuf/CodedInputStream.java
+3 −5 java/core/src/main/java/com/google/protobuf/CodedInputStreamReader.java
+2 −0 java/core/src/main/java/com/google/protobuf/MessageReflection.java
+2 −0 java/core/src/main/java/com/google/protobuf/MessageSetSchema.java
+1 −0 java/core/src/main/java/com/google/protobuf/UnknownFieldSet.java
+1 −0 java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java
+35 −3 java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java
+12 −0 java/core/src/test/java/com/google/protobuf/UnknownFieldSetTest.java
+1,308 −964 maven_install.json
+2 −2 php/ext/google/protobuf/php-upb.c
+0 −1 php/ext/google/protobuf/php-upb.h
+1 −0 protobuf_deps.bzl
+2 −2 ruby/ext/google/protobuf_c/ruby-upb.c
+0 −1 ruby/ext/google/protobuf_c/ruby-upb.h
+2 −2 rust/release_crates/protobuf/Cargo-template.toml
+5 −5 rust/release_crates/protobuf_codegen/src/lib.rs
+1 −1 src/google/protobuf/empty.pb.cc
+24 −14 src/google/protobuf/reflection_internal.h
+1 −1 src/google/protobuf/struct.pb.cc
+1 −1 src/google/protobuf/type.pb.cc
+7 −7 src/google/protobuf/wrappers.pb.cc

0 comments on commit a7b5c04

Please sign in to comment.