Joshua Haberman
|
781d6963c6
Fixed the case of multi-line strings in JSON.
|
5 years ago |
Joshua Haberman
|
5f25400250
Fixed conformance test regression: empty string wrapper.
|
6 years ago |
Joshua Haberman
|
e8c67e14ac
Fixed the oneof case for lazy wrappers.
|
6 years ago |
Joshua Haberman
|
8393d4833f
Nearly all known cases (map, repeated field, and top-level) have been addressed.
|
6 years ago |
Joshua Haberman
|
bd253f0130
Fixed equality, and extended to repeated fields and maps.
|
6 years ago |
Joshua Haberman
|
9cfb12bf0a
Tests pass for all common operations.
|
6 years ago |
Joshua Haberman
|
969d245bd3
WIP: first steps towards lazily creating wrappers.
|
6 years ago |
Joshua Haberman
|
d2d49bf56a
Merge pull request #6547 from haberman/layout_clear
|
6 years ago |
Joshua Haberman
|
780b050975
Fix for GC of Ruby map frames. (#6533)
|
6 years ago |
Joshua Haberman
|
78378dab22
Merge branch 'master' into layout_clear
|
6 years ago |
Joshua Haberman
|
c02a6fbf2c
Bugfix for GC mark of oneof fields.
|
6 years ago |
Joshua Haberman
|
1c9fb9d45b
WIP.
|
6 years ago |
Joshua Haberman
|
0088a75ce5
Merge branch 'master' into layout_mark
|
6 years ago |
Joshua Haberman
|
0f76f8a83b
Put oneof case offset in separate oneof table.
|
6 years ago |
Joshua Haberman
|
63f324a993
Roll forward Ruby upb changes now that protobuf Ruby build is fixed (#5866)
|
6 years ago |
Sorah Fukumori
|
997bd354d5
Fix TypeError on decoding enum map values in Ruby (#6262)
|
6 years ago |
Paul Yang
|
a18680890b
Encode empty ListValue (#5857)
|
6 years ago |
bmoyles0117
|
0b5111dbab
Raise error for JSON overflow encoding in Ruby (#5752) (#5861)
|
6 years ago |
Paul Yang
|
37a0ab7d83
Fix Any json encoding/decoding for ruby. (#5592)
|
6 years ago |
Paul Yang
|
aa5c12e882
Revert "Revert "Enable the ignore_unknown_field option in the Ruby unmarshal options" (#5511)" (#5533)
|
6 years ago |
Paul Yang
|
be1716a6d0
Revert "Enable the ignore_unknown_field option in the Ruby unmarshal options" (#5511)
|
6 years ago |
Erik Benoist
|
9ac11326df
Adds the ability to ignore unknown fields on parse
|
6 years ago |
Joshua Haberman
|
19ef4ab1c2
Merge pull request #4816 from hrsht/hrsht/zanker-proto2
|
7 years ago |
Harshit Chopra
|
d0535cc09e
Adds support for proto2 syntax for Ruby gem.
|
8 years ago |
Adam Cozzette
|
94d55e5292
Merge branch '3.6.x' into merge-3-6-x
|
7 years ago |
Paul Yang
|
e508fc0c66
Check the message to be encoded is the wrong type. (#4885) (#4949)
|
7 years ago |
Paul Yang
|
40f9ef2f56
Check the message to be encoded is the wrong type. (#4885)
|
7 years ago |
Ewout
|
7b8f571756
Ruby JSON encoding omits zero-length repeated fields by default.
|
7 years ago |
Paul Yang
|
0e7b589566
Add discard unknown API in ruby. (#3990)
|
7 years ago |
Paul Yang
|
23adfeb003
Reserve unknown in Ruby (#3763)
|
8 years ago |