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
Sometimes, my type system can detect expressions that are technically allowed, but are superfluous or can be written in a better way. In these cases, I would like to give a warning. Validation rules in XSemantics currently don't support this.
Adding syntax similar to error "error description" would resolve this, e.g.,
warning "warning description"
source sourceObject
The text was updated successfully, but these errors were encountered:
This is an enhancement request.
Sometimes, my type system can detect expressions that are technically allowed, but are superfluous or can be written in a better way. In these cases, I would like to give a warning. Validation rules in XSemantics currently don't support this.
Adding syntax similar to
error "error description"
would resolve this, e.g.,The text was updated successfully, but these errors were encountered: