While working on this project I noticed that compliance tests that check for errors do not in fact enforce the specific error type. They only report success if any error occurred.
This issue is a reminder to please, consider reporting compliant errors and enforcing checks for speciied error types, like invalid-type, syntax, etc.
While working on this project I noticed that compliance tests that check for errors do not in fact enforce the specific error type. They only report success if any error occurred.
This issue is a reminder to please, consider reporting compliant errors and enforcing checks for speciied error types, like
invalid-type,syntax, etc.