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
The constraints hierarchy for properties in the Device Model is well described in the current specification.
However, there is no guidance for the implied hierarchy for method parameters.
Each of the parameters can have parameter constraints specified, but are also subject to datatype constraints.
The expectation is that, similar to properties, for method parameters the parameter constraints can override the datatype constraints but must obey the same rules (must fully override, cannot widen the constraints).
This needs stating in the specification.
The text was updated successfully, but these errors were encountered:
The constraints hierarchy for properties in the Device Model is well described in the current specification.
However, there is no guidance for the implied hierarchy for method parameters.
Each of the parameters can have parameter constraints specified, but are also subject to datatype constraints.
The expectation is that, similar to properties, for method parameters the parameter constraints can override the datatype constraints but must obey the same rules (must fully override, cannot widen the constraints).
This needs stating in the specification.
The text was updated successfully, but these errors were encountered: