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
jdunkerley
changed the title
Type checking should allow partial applied constructors
Type checking should have a friendly error for partial applied constructors
Sep 6, 2023
Goal one:
If I have a constructor with missing required fields but of the correct type for the function, we want to have a friendly error message.
Stretch:
Allow constructors of types which are convertible to target type to also have friendlier messages.
Idea is something like Filter_Condition type checking where we have a function passed then have to approve.
The text was updated successfully, but these errors were encountered: