Commit d51158d
committed
Run service options extension test against CRuby native implementation
It seems that JRuby doesn't support this so far.
And, service options are frozen objects. But, in CRuby FFI, can't
get a Message instance if the message is frozen. So this doesn't work.
https://github.com/protocolbuffers/protobuf/blob/d406cae0138f4f1f283a22be9474bef1f48bb0dc/ruby/lib/google/protobuf/ffi/message.rb#L419
So the service options extension test only passes in CRuby native.1 parent 8e6e60a commit d51158d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments