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 11, 2024
1 parent 810554b commit 5c03a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tweaks/YouQuality
Submodule YouQuality updated 1 files
+0 −3 Tweak.x
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 43 files
+0 −1 conformance/failure_list_cpp.txt
+0 −10 conformance/failure_list_jruby_ffi.txt
+0 −10 conformance/failure_list_php_c.txt
+0 −4 conformance/failure_list_python.txt
+0 −1 conformance/failure_list_python_cpp.txt
+0 −1 conformance/failure_list_python_upb.txt
+0 −10 conformance/failure_list_ruby.txt
+1 −2 hpb/backend/upb/upb.h
+1 −1 hpb/hpb.h
+3 −0 hpb/internal/template_help.h
+0 −3 php/ext/google/protobuf/message.c
+11 −3 python/google/protobuf/internal/decoder.py
+54 −2 python/google/protobuf/internal/decoder_test.py
+19 −0 python/google/protobuf/internal/json_format_test.py
+21 −10 python/google/protobuf/internal/message_test.py
+2 −1 python/google/protobuf/internal/python_message.py
+14 −1 python/google/protobuf/json_format.py
+2 −1 python/google/protobuf/unknown_fields.py
+0 −3 ruby/ext/google/protobuf_c/message.c
+0 −1 ruby/lib/google/protobuf/ffi/ffi.rb
+0 −2 ruby/lib/google/protobuf/ffi/message.rb
+4 −26 ruby/tests/encode_decode_test.rb
+1 −0 rust/cpp_kernel/BUILD
+12 −31 rust/cpp_kernel/map.cc
+14 −1 rust/cpp_kernel/strings.cc
+16 −0 rust/cpp_kernel/strings.h
+8 −3 src/google/protobuf/compiler/cpp/extension.cc
+1 −1 src/google/protobuf/descriptor.pb.cc
+1 −1 src/google/protobuf/dynamic_message.cc
+2 −2 src/google/protobuf/generated_message_tctable_impl.h
+72 −95 src/google/protobuf/generated_message_tctable_lite.cc
+3 −0 src/google/protobuf/io/printer.cc
+18 −0 src/google/protobuf/io/printer_unittest.cc
+1 −0 src/google/protobuf/json/BUILD.bazel
+31 −18 src/google/protobuf/json/internal/parser.cc
+33 −0 src/google/protobuf/json/json_test.cc
+39 −24 src/google/protobuf/map.h
+111 −7 src/google/protobuf/map_test.inc
+10 −6 src/google/protobuf/reflection_tester.h
+7 −0 src/google/protobuf/unittest.proto
+2 −2 upb/json/decode.c
+0 −1 upb/json/decode.h
+1 −0 upb/mini_table/BUILD

0 comments on commit 5c03a30

Please sign in to comment.