-
Notifications
You must be signed in to change notification settings - Fork 18
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 embed message field option #56
Conversation
Wow, interesting. Some quick feedback, as I'm on my phone:
Thanks for the PR! |
I agree with you on explicit over implicit (I didn't want to change the defined API). |
@ydnar do you want to explicitly fail on unsupported options annotation, like oneof field annotated as embedded or non message type annotated as embedded or just silently ignore these unsupported options? |
Explicitly fail with a verbose error message. |
I agree with you, but I can see some limitations based on the existing API... |
ffa4674
to
65b835e
Compare
Ping @ydnar |
Hey there—we’re on vacation for the July 4th weekend. I’ll take a look at the PR next week when we’re back home! |
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.
Hi there, thanks for your patience. I’d love to see this merged with a couple changes.
Hi @ydnar ! |
Wow, I’m curious to see how that works. |
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.
Additional comments.
7a43c1e
to
8c88795
Compare
[UPDATED after comments] add embedding support with
(go.field).embed
.Example: