ruby-protobuf
ruby-protobuf copied to clipboard
Does not compile .proto due to `accept_message_visitor': NotImplementedError
Many .proto files I'm trying to compile fail with:
`accept_message_visitor': NotImplementedError (NotImplementedError)
Looking in the code, it seems like this was just left unfinished....?
For an example .proto see
http://code.google.com/p/android-market-api/source/browse/trunk/AndroidMarketApi/proto/market.proto
I'm seeing the same issue.
I seem to have hit this snag as well. Any ideas on if this will get addressed? If there isn't any clear idea on this, I'll see if I can make a pull request.