- 17 Jan, 2019 1 commit
-
-
Paul Yang authored
* Fix field mask for php in json * Update byte size
-
- 16 Jan, 2019 1 commit
-
-
toc007 authored
* Ruby nested msg caps * nested types tests added * test cases added for RubifyConstant * extracted NestedMessage to TestNestedMessage * removed nested tests with leading underscore * extracted testLowercase to toplevel testLowercaseNested
-
- 14 Jan, 2019 3 commits
-
-
Thomas Van Lenten authored
ObjC doesn't support them, but this ensure when tests are added they will be handled correctly. The conformance.proto was updated in PR #5566
-
Sam Saccone authored
Varadic assignment in javascript where the right hand expression is an object yields a single set assignment with the right most lefthand variable, while leaving the other left side expressions undefined. For example: var a,b = {} will only initialize a to undefined. But will set b to the {} value. -- For this code since f is never used, it is a safe operation to remove it.
-
Yilun Chong authored
* Down-integrate internal changes to github. * Fix BUILD file and regenerate csharp descritpor
-
- 12 Jan, 2019 1 commit
-
-
Nicolás Elliott authored
Added a few \ on the comments to match the exceptions scope when is referenced while in a namespace. So the IDEs can be happy.
-
- 11 Jan, 2019 1 commit
-
-
Yilun Chong authored
* Down-integrate internal changes to github. * fix csharp conformance test * add comments in conformance.proto for text format * fix comments * fix comments, re-generated csharp file * fix comments, re-generated csharp file
-
- 10 Jan, 2019 1 commit
-
-
Thomas Van Lenten authored
Even though the comments were indented to appear to go with the jspb case/field, protoc doesn't collect comments like that, so these "hanging" comments actually "attach" to the next thing added to each. Looking at https://github.com/protocolbuffers/protobuf/pull/5566 you see where the generated code picked up the comment on the wrong field.
-
- 08 Jan, 2019 6 commits
-
-
Yilun Chong authored
* Down-integrate internal changes to github. * fix python conformance test * fix csharp conformance test * add back java map_lite_test.proto's optimize for option * fix php conformance test
-
Paul Yang authored
* Fix Empty ListValue/Struct json encoding * Add test for empty ListValue
-
Paul Yang authored
Revert "Revert "Enable the ignore_unknown_field option in the Ruby unmarshal options" (#5511)" (#5533) * Revert "Revert "Enable the ignore_unknown_field option in the Ruby unmarshal options" (#5511)" This reverts commit be1716a6. * Separate ruby conformance test on Mac * Fix shell syntax * Fix test
-
Thomas Van Lenten authored
The CocoaPod (and source) have always support tvOS, but adding the project makes it easier to run the tests and debug if there ever were an issue. (not adding a watchOS project at the moment because Apple doesn't provide XCTest, so all it could do is build the library. We still support that, just can't "test" it.)
-
Thomas Van Lenten authored
-
Paul Yang authored
* Add ruby 2.6 gem build for linux * Add docker hub organization * Add ruby2.6 in cross compile targets * Fix tests * Check mac version * No need to install php in preparation for mac
-
- 07 Jan, 2019 1 commit
-
-
Thomas Van Lenten authored
-
- 03 Jan, 2019 1 commit
-
-
Paul Yang authored
* Add ruby 2.6 test * Fix broken tests * Fix compatibility test * Fix bundler version * Use new docker image * Fix broken test * Use new docker image in ruby26 test * Install ruby for mac
-
- 02 Jan, 2019 2 commits
-
-
Hao Nguyen authored
-
Adam Cozzette authored
Clean up unnecessary compile warning with GCC
-
- 27 Dec, 2018 1 commit
-
-
Keith Moyer authored
The -Wno-writable-strings warning flag is Clang-specific. GCC's equivalent is -Wno-write-strings, which Clang also supports as a synonym. So, -Wno-write strings is more compatible and there is no need to specify both. https://clang.llvm.org/docs/DiagnosticsReference.html#wwrite-strings https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
-
- 26 Dec, 2018 2 commits
- 22 Dec, 2018 2 commits
-
-
Joshua Haberman authored
Enable the ignore_unknown_field option in the Ruby unmarshal options
-
Adam Cozzette authored
Use NoLocalStrtod for international compliance
-
- 21 Dec, 2018 3 commits
-
-
Erik Benoist authored
This adds the ability for the MRI Ruby library to optionally pass in a ignore_unknown_fields option when decoding JSON. The functionality was added upstream in upb, this change exposes that option.
-
Yilun Chong authored
-
Paul Yang authored
Down-integrate internal changes to github.
-
- 20 Dec, 2018 5 commits
-
-
Bo Yang authored
-
Bo Yang authored
-
Aaron Bray authored
-
Hao Nguyen authored
Add conformance test for allow_alias with lower_case enums
-
Paul Yang authored
-
- 19 Dec, 2018 7 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
Lower the severity of lower-case ruby enum to warning. Add conformance test for allow_alias with lower_case enums
-
Hao Nguyen authored
-
Aaron Bray authored
Recieved errors pasing json files with decimal floats from European colleagues
-
Paul Yang authored
* Rebuild python docker image * Update docker image * Change call to build_and_run_docker.sh * Set up python tests for different versions * Fix comments
-
Adam Cozzette authored
Exclude command_line_interface_unittest.cc in MSVC build
-
Yilun Chong authored
* Fix benchmark to use docker image on kokoro * Deleted pure php benchmark and fix long time benchmark
-
- 18 Dec, 2018 2 commits
-
-
Adam Cozzette authored
Removed Kokoro config for 64-bit Linux
-
Adam Cozzette authored
This Kokoro configuration is no longer being used and the build.sh script does not work anymore, so let's delete this configuration.
-