Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 17, 2024
1 parent 067ad5a commit de89f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 27 files
+39 −146 conformance/failure_list_java.txt
+2 −8 conformance/failure_list_java_lite.txt
+10 −20 conformance/text_format_failure_list_java.txt
+49 −96 conformance/text_format_failure_list_python.txt
+36 −73 conformance/text_format_failure_list_python_cpp.txt
+36 −73 conformance/text_format_failure_list_python_upb.txt
+5 −1 conformance/update_failure_list.py
+2 −2 editions/golden/compare_cpp_codegen_failure.xml
+24 −82 java/core/src/main/java/com/google/protobuf/CodedInputStream.java
+1 −0 java/core/src/test/proto/com/google/protobuf/map_lite_test.proto
+1 −0 java/core/src/test/proto/com/google/protobuf/map_test.proto
+1 −0 java/lite/src/test/java/com/google/protobuf/LiteTest.java
+1 −1 pkg/BUILD.bazel
+2 −2 src/file_lists.cmake
+1 −1 src/google/protobuf/compiler/BUILD.bazel
+4 −19 src/google/protobuf/compiler/java/BUILD.bazel
+0 −1 src/google/protobuf/compiler/java/full/BUILD.bazel
+2 −7 src/google/protobuf/compiler/java/full/enum.cc
+0 −1 src/google/protobuf/compiler/java/full/enum.h
+14 −0 src/google/protobuf/compiler/java/internal_helpers.cc
+2 −0 src/google/protobuf/compiler/java/internal_helpers.h
+5 −0 src/google/protobuf/compiler/java/lite/enum.cc
+19 −0 src/google/protobuf/compiler/kotlin/BUILD.bazel
+16 −0 src/google/protobuf/compiler/kotlin/README.md
+8 −2 src/google/protobuf/compiler/kotlin/generator.cc
+5 −3 src/google/protobuf/compiler/kotlin/generator.h
+1 −1 src/google/protobuf/compiler/main.cc

0 comments on commit de89f7a

Please sign in to comment.