You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where the names are not properly converted. There's a bunch of if blocks selecting based on "isMultiplicitiveAdvancedType" (which I am not sure what it even indicates), "isRepeated", and "isMessage"/"isSubmessage". I think they all generate correct code, but maybe we're not setting one of the flags correctly.
The text was updated successfully, but these errors were encountered:
If you import another pbj file and then try to use one of its messages as a repeated field, e.g.:
it generates bad output like this:
where the names are not properly converted. There's a bunch of if blocks selecting based on "isMultiplicitiveAdvancedType" (which I am not sure what it even indicates), "isRepeated", and "isMessage"/"isSubmessage". I think they all generate correct code, but maybe we're not setting one of the flags correctly.
The text was updated successfully, but these errors were encountered: