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
Here are some common errors that are often ignored, but would be nice to be able to avoid either statically or ensure they are accounted for at runtime:
Out of memory errors
Integer overflow/underflow (ranged integers?)
Divide by zero
Loss of numerical precision
Units of measure mismatches (compile time units of measure lib?)
Index out of bounds (track array/matrix dimensions at the type level?)
The text was updated successfully, but these errors were encountered:
Here are some common errors that are often ignored, but would be nice to be able to avoid either statically or ensure they are accounted for at runtime:
The text was updated successfully, but these errors were encountered: