Skip to content

Commit

Permalink
Down-integrate internal changes to github. (#5575)
Browse files Browse the repository at this point in the history
* Down-integrate internal changes to github.

* Fix BUILD file and regenerate csharp descritpor
  • Loading branch information
BSBandme committed Jan 14, 2019
1 parent 54683e6 commit a2a0afb
Show file tree
Hide file tree
Showing 69 changed files with 1,012 additions and 1,421 deletions.
1 change: 0 additions & 1 deletion BUILD
Expand Up @@ -93,7 +93,6 @@ cc_library(
srcs = [
# AUTOGEN(protobuf_lite_srcs)
"src/google/protobuf/arena.cc",
"src/google/protobuf/arenastring.cc",
"src/google/protobuf/extension_set.cc",
"src/google/protobuf/generated_message_table_driven_lite.cc",
"src/google/protobuf/generated_message_util.cc",
Expand Down
3 changes: 2 additions & 1 deletion conformance/conformance.proto
Expand Up @@ -71,7 +71,7 @@ enum TestCategory {
JSON_IGNORE_UNKNOWN_PARSING_TEST = 3;
// Test jspb wire format. Google internal only. Opensource testees just skip it.
JSPB_TEST = 4;
// Test text format. For cpp, java and python, testees can already deal with
// Test text format. For cpp, java and python, testees can already deal with
// this type. Testees of other languages can simply skip it.
TEXT_FORMAT_TEST = 5;
}
Expand Down Expand Up @@ -169,3 +169,4 @@ message JspbEncodingConfig {
// Encode the value field of Any as jspb array if ture, otherwise binary.
bool use_jspb_array_any_format = 1;
}

2 changes: 1 addition & 1 deletion csharp/src/Google.Protobuf.Conformance/Conformance.cs
Expand Up @@ -93,7 +93,7 @@ public enum TestCategory {
/// </summary>
[pbr::OriginalName("JSPB_TEST")] JspbTest = 4,
/// <summary>
/// Test text format. For cpp, java and python, testees can already deal with
/// Test text format. For cpp, java and python, testees can already deal with
/// this type. Testees of other languages can simply skip it.
/// </summary>
[pbr::OriginalName("TEXT_FORMAT_TEST")] TextFormatTest = 5,
Expand Down
22 changes: 10 additions & 12 deletions src/google/protobuf/any.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

137 changes: 54 additions & 83 deletions src/google/protobuf/api.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2a0afb

Please sign in to comment.