TheThingsIndustries / protoc-gen-fieldmask

Generate field mask utilities from proto files
Apache License 2.0
10 stars 3 forks source link

Do not initialize intermediate path if final one is nil #34

Closed rvolosatovs closed 4 years ago

rvolosatovs commented 4 years ago

Summary

References https://github.com/TheThingsNetwork/lorawan-stack/issues/1382#issuecomment-562537271

Changes

Notes for Reviewers

Please see the diff in the test cases and generated code for better understanding of what's going on. Source code clarity will be improved in #23.

Release Notes

rvolosatovs commented 4 years ago

The solution in this PR does not address oneofs - I will add that and merge