[Proposal] Option Unchecked On | Off
Open
Discussion
- Dominant language
- No language data
- Stars
- 328
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Under "Advanced Compiler Options..." there is "Remove integer overflow checks". That's a cool feature to have, but it's an all-or-nothing proposition.
Could we have a new Option:
` Option Unchecked On
`
The "Remove integer overflow checks" setting could be the default. This new option would only affect the *.vb file it's in. This would make having modulus binary arithmetic operations available when needed, and regular overflow checks also available within the same project.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.