-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix tests & fix some special package name #3
Conversation
should accept any ident include protobuf keywords like: rpc, message, package, etc.
You also need to account for special names in object references. I have a more complete solution here: https://github.com/xaviershay/ruby-protobuf/compare/fixes (but yours is better than nothing) |
@qqshfox and @xaviershay, I'll look into these commits today and get back to you. Thanks for helping out. |
I'm closing this pull in favor of the work in #22. I've rewritten the compiler to inherit from libprotoc and this should solve these issues. A new version of the gem will be released soon. Thanks for the submission! |
Make all errors descend from Protobuf::Error
ref: macks/ruby-protobuf#11, macks/ruby-protobuf#10