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 when a constrain fails, the compiler will point us towards the line that failed. A common pattern is to have asserts with messages. For example,
assert(x < 10,"x was not less than 10")
Happy Case
Add the ability to add messages to assert statements
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Problem
Currently when a constrain fails, the compiler will point us towards the line that failed. A common pattern is to have asserts with messages. For example,
Happy Case
Add the ability to add messages to assert statements
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: