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
8268c9a6dc
Breaking Change: fixed json_encode/json_decode to use the message's pool.
...
This bug arises only in the uncommon case where there is more than one
DescriptorPool. In such a case, JSON encode/decode should always use
the pool of the message being encoded/decoded, not the generated pool.
1 year ago
..
BUILD.bazel
Breaking Change: Dropped support for Ruby DSL, [as previously announced]( https://engdoc.corp.google.com/eng/doc/devguide/proto/news/2023-12-27.md#ruby-breaking-changes ).
1 year ago
basic.rb
Breaking Change: freeze is now recursive, affecting all sub-messages, maps, and repeated fields.
1 year ago
basic_proto2.rb
Breaking Change: fixed json_encode/json_decode to use the message's pool.
1 year ago
basic_test.proto
Breaking Change: Dropped support for Ruby DSL, [as previously announced]( https://engdoc.corp.google.com/eng/doc/devguide/proto/news/2023-12-27.md#ruby-breaking-changes ).
1 year ago
basic_test_proto2.proto
Breaking Change: Dropped support for Ruby DSL, [as previously announced]( https://engdoc.corp.google.com/eng/doc/devguide/proto/news/2023-12-27.md#ruby-breaking-changes ).
1 year ago
common_tests.rb
Breaking Change: Dropped support for Ruby DSL, [as previously announced]( https://engdoc.corp.google.com/eng/doc/devguide/proto/news/2023-12-27.md#ruby-breaking-changes ).
1 year ago
encode_decode_test.rb
Bulk update to use `assert_*` methods wherever possible. ( #13156 )
2 years ago
gc_test.rb
Add ruby_upb_alloc using xrealloc/xfree so Ruby GC is aware of allocated memory for Arenas. ( #9586 )
3 years ago
generated_code.proto
Auto capitalize enums name in Ruby ( #10454 )
3 years ago
generated_code_proto2.proto
Auto capitalize enums name in Ruby ( #10454 )
3 years ago
generated_code_proto2_test.rb
Auxillary -> Auxiliary
5 years ago
generated_code_test.rb
Auxillary -> Auxiliary
5 years ago
implementation.rb
Ruby FFI implementation ( #13343 )
2 years ago
multi_level_nesting_test.proto
Make the new multi-level ruby tests fit the existing structure better and add them to the makefile
4 years ago
multi_level_nesting_test.rb
Fix jruby support to handle messages nested more than 1 level deep
4 years ago
object_cache_test.rb
Ruby FFI implementation ( #13343 )
2 years ago
repeated_field_test.proto
Breaking Change: Dropped support for Ruby DSL, [as previously announced]( https://engdoc.corp.google.com/eng/doc/devguide/proto/news/2023-12-27.md#ruby-breaking-changes ).
1 year ago
repeated_field_test.rb
Breaking Change: Dropped support for Ruby DSL, [as previously announced]( https://engdoc.corp.google.com/eng/doc/devguide/proto/news/2023-12-27.md#ruby-breaking-changes ).
1 year ago
ruby_version.rb
Remove all autotools usage ( #10132 )
3 years ago
stress.proto
Breaking Change: Dropped support for Ruby DSL, [as previously announced]( https://engdoc.corp.google.com/eng/doc/devguide/proto/news/2023-12-27.md#ruby-breaking-changes ).
1 year ago
stress.rb
Breaking Change: Dropped support for Ruby DSL, [as previously announced]( https://engdoc.corp.google.com/eng/doc/devguide/proto/news/2023-12-27.md#ruby-breaking-changes ).
1 year ago
test_import.proto
Auxillary -> Auxiliary
5 years ago
test_import_proto2.proto
Auxillary -> Auxiliary
5 years ago
test_ruby_package.proto
Auxillary -> Auxiliary
5 years ago
test_ruby_package_proto2.proto
Auxillary -> Auxiliary
5 years ago
type_errors.rb
Updated Ruby min version to 2.7, and removed some compat code
2 years ago
well_known_types_test.rb
Bulk update to use `assert_*` methods wherever possible. ( #13156 )
2 years ago