-
Notifications
You must be signed in to change notification settings - Fork 143
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
Add helper functions for Google.Protobuf modules #354
Conversation
@btkostner, would you like to address Andrea's comments, or would you prefer for me to take this one over? Happy either way :) |
Go for it! I'm on a deadline for work right now so I doubt I'll have free time to work on this 👍 |
- Remove `to_time_unit/1` and `from_time_unit/2` - Fix type reference in documentation - Add better example
@v0idpwn do you think it would be possible to cut off a release? |
Hi, @yordis! I don't have the permission to make releases, so we need to ask @whatyouhide or @ericmj. For me, the current main seems okay to be released. I'm just a bit worried that #384 and #353 may make update not very smooth. |
384 adds a compile time dependency from protobuf definitions to transform module, which can make existing code have circular dependencies. Don't get me wrong, though, I think it's fine to be released :) |
Replaces elixir-protobuf/google-protos#21. Should be merged after #353.