Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.15.1
-
None
-
None
Description
Anyone object to turning on checked mode for debug builds?
There have been many arithmetic overflow bugs. These could have been caught earlier simply by running the code with checked turned on.
Then the unit tests could be run in debug mode and any obvious overflow bugs might be caught