You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joshua Haberman
8393d4833f
Nearly all known cases (map, repeated field, and top-level) have been addressed.
...
The only case that doesn't work is decoding a wrapper type from JSON
at the top level. This doesn't make sense and probably no users do it
I changed it to throw.
5 years ago
..
basic.rb
Nearly all known cases (map, repeated field, and top-level) have been addressed.
5 years ago
basic_proto2.rb
Roll forward Ruby upb changes now that protobuf Ruby build is fixed ( #5866 )
6 years ago
basic_test.proto
Nearly all known cases (map, repeated field, and top-level) have been addressed.
5 years ago
basic_test_proto2.proto
Fixed equality, and extended to repeated fields and maps.
5 years ago
common_tests.rb
Nearly all known cases (map, repeated field, and top-level) have been addressed.
5 years ago
encode_decode_test.rb
Fix Any json encoding/decoding for ruby. ( #5592 )
6 years ago
gc_test.rb
Add ruby 2.3, 2.4 and 2.5 test for linux. ( #5256 )
6 years ago
generated_code.proto
Ruby nested msg caps ( #5564 )
6 years ago
generated_code_proto2.proto
Adds support for proto2 syntax for Ruby gem.
7 years ago
generated_code_proto2_test.rb
Fix most of the unused variable warnings in Ruby tests ( #5313 )
6 years ago
generated_code_test.rb
Ruby nested msg caps ( #5564 )
6 years ago
repeated_field_test.rb
Allow repeated fields in Ruby to accept multiple arguments on push ( #5736 )
6 years ago
stress.rb
add jruby support by protobuf-java reflection API
10 years ago
test_import.proto
Added unit test for PascalCasing package names in Ruby.
9 years ago
test_import_proto2.proto
Adds support for proto2 syntax for Ruby gem.
7 years ago
test_ruby_package.proto
Fix Ruby module name generation when the ruby_package option is used (again) ( #5794 )
6 years ago
test_ruby_package_proto2.proto
Fix Ruby module name generation when the ruby_package option is used (again) ( #5794 )
6 years ago
type_errors.rb
make tests work on older rubies ( #5823 )
6 years ago
well_known_types_test.rb
Support hashes for struct initializers ( #5716 )
6 years ago