Skip to content
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

Making the ability to set values in nested protos cleaner #175

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

AsherGlick
Copy link
Owner

The previous way handled allocation itself, however the protobuf library seems to be able to handle that themselves without issue. This allows for a simple single line set instead of an additional "if the intermediate layer does not exist then create it" block in every nested variable block.

The previous way handled allocation itself, however the protobuf library seems
to be able to handle that themselves without issue. This allows for a simple
single line set instead of an additional "if the intermediate layer does not
exist then create it" block in every nested variable block.
Base automatically changed from better_proto_drilldowns to xml_converter October 9, 2023 03:06
@AsherGlick AsherGlick merged commit c3fcd2a into xml_converter Oct 9, 2023
12 checks passed
@AsherGlick AsherGlick deleted the better_nested_proto_assignment branch October 9, 2023 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants