Open mperham opened 14 years ago
to_s doesn't work either:
NoMethodError: undefined method `initialized?' for #<Protobuf::Field::FieldProxy:0x0000000182de68>
I couldn't reproduce this problem. But I found suspicious codes in Message class. Please try this patch: http://gist.github.com/322461
If the patch can't fix the problem, please show me a reproduction test case.
Calling .inspect on a message crashes.