Improve PathInfo to link the field and messages involved #655
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
sidekick
Issues related to the code generator
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
In
api.PathInfo
we just name the fields used as variables.sidekick
could link the fields (as a*api.Field
) and messages involved. Recursively for variables with dot separated subfields (likefield.subfield
).The codecs can use this information to create cleaner code.
Thanks to @dangazineu for this suggestion.
The text was updated successfully, but these errors were encountered: