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
Currently, there is no compile-time validation of the enforcement of constraints to the Standard in the configuration. E.g., the following code would compile even though the ExampleStandard does not conform to ExampleConstraint:
Problem
Currently, there is no compile-time validation of the enforcement of constraints to the
Standard
in the configuration. E.g., the following code would compile even though theExampleStandard
does not conform toExampleConstraint
:Solution
The compiler should emit a warning that the
ExampleStandard
does not conform toExampleConstraint
when defining it in theConfiguration
.Unfortunately, this doesn't seem to be easily achievable in Swift and needs some further investigation.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: