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
Attempting to use imported messages directly in a request message results in the following error:
�[33mWARN�[0m[0000] Code formatting error, generated service will not build, outputting unformatted code �[33merror�[0m=83:3: expected 'IDENT', found '%' (and 10 more errors)
If you wrap the imported message, the error goes away. There is no such error when using imported messages directly in response messages.
Sorry - I didn't see #201 / connect it with this issue. That does indeed seem to be what I'm hitting here, though it's interesting that the code formatting warnings only arise if using the imported message directly in a request message - using them directly in a response message doesn't generate any.
Attempting to use imported messages directly in a request message results in the following error:
If you wrap the imported message, the error goes away. There is no such error when using imported messages directly in response messages.
Non-working example:
If you change
echo.proto
to the following, the error goes away:The text was updated successfully, but these errors were encountered: