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
In PR #1104 it was noted that the generator could create slightly non-sensical code whenever an input parameter has its size as "mechanism: passed-in" (see comment).
That's because "passed-in" only makes sense for output parameters. We should add a check with a clear error message to the code-generator.
In PR #1104 it was noted that the generator could create slightly non-sensical code whenever an input parameter has its size as "mechanism: passed-in" (see comment).
That's because "passed-in" only makes sense for output parameters. We should add a check with a clear error message to the code-generator.
@texasaggie97 suggests
The text was updated successfully, but these errors were encountered: