-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
priority: mediumRequires some attention, but does not need to be deployed immediately (most bugs)Requires some attention, but does not need to be deployed immediately (most bugs)type: enhancement
Description
Is your feature request related to a problem? Please describe.
I'm always frustrated when I am unable to enforce change types at parse time when possible.
Describe the solution you'd like
expression something:
change types: number, location
get:
# ...
set:
# ...
Describe alternatives you've considered
Checking the change value's type at runtime, but this doesn't allow for parse time errors.
Metadata
Metadata
Assignees
Labels
priority: mediumRequires some attention, but does not need to be deployed immediately (most bugs)Requires some attention, but does not need to be deployed immediately (most bugs)type: enhancement