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
Following #964 and the v1.7.0 release, we should refactor the parameter Name required validation to utilize the internal/fwfunction interfaces for validating parameters.
…ame validation
Reference: #965
Reference: #967
The framework will now raise implementation errors if a function parameter or return definition is missing underlying type information (e.g. collection element type or object attribute type).
…ame validation (#991)
Reference: #965
Reference: #967
The framework will now raise implementation errors if a function parameter or return definition is missing underlying type information (e.g. collection element type or object attribute type). Only framework types are considered in the initial implementation.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Module version
Proposal
Following #964 and the
v1.7.0
release, we should refactor the parameterName
required validation to utilize theinternal/fwfunction
interfaces for validating parameters.The text was updated successfully, but these errors were encountered: