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
RPC spec generator creates unnecessary parameter names in the SDLRPCParameterNames file for structs. For example, the SDLRPCParameterNameChoice is created for the SDLChoice struct. This generated parameter name is not used anywhere in the code base.
In some cases, the correct parameter name is created with the wrong capitalization. For example, this is what is generated for the appInfo parameter:
Bug Report
RPC spec generator creates unnecessary parameter names in the
SDLRPCParameterNames
file for structs. For example, theSDLRPCParameterNameChoice
is created for theSDLChoice
struct. This generated parameter name is not used anywhere in the code base.In some cases, the correct parameter name is created with the wrong capitalization. For example, this is what is generated for the
appInfo
parameter:when it should be:
I believe this is happening because there is an
SDLAppInfo
struct and anappInfo
parameter.Reproduction Steps
develop
branch of the RPC spec.Expected Behavior
No parameter names should be generated for structs.
Observed Behavior
Unused parameter names are being generated
OS & Version Information
The text was updated successfully, but these errors were encountered: