Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jakobnissen
8 months ago
|
parent
|
context
|
favorite
| on:
A look at the Mojo language for bioinformatics
That's not right, Rust only checks for overflow in release mode for numbers where its value is known at compile time. In debug mode all operations are checked for overflow.
estebank
8 months ago
|
next
[–]
Integer overflows can be enabled in release mode by modifying your Cargo.toml with
[profile.release] overflow-checks = true
IMO it should have been the default.
FridgeSeal
8 months ago
|
prev
[–]
Aahh, my bad. TIL.
Consider applying for YC's W25 batch! Applications are open till Nov 12.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: