-
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
Replace Protobuf::Deprecator with a thin wrapper on AS::Deprecation #232
Conversation
Did a bit more work on this - ended up replacing our bespoke deprecator module with a subclass of |
We use the much better functionality from AS::Deprecation
end | ||
end | ||
end | ||
::Protobuf.deprecator.define_deprecated_methods(Numeric, :value => :to_int) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So much win.
Looks good to me Will review other PRs tonight and figure out the order we want all this merged (if order indeed will matter). |
order probably matters, but there's likely no order that is rebase-free. if this one LGTY, go ahead and merge it, and i'll rebase the others |
Replace Protobuf::Deprecator with a thin wrapper on AS::Deprecation
@localshred