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
Many people would benefit from having a way to turn on hardening without crashing their application when they violate a precondition. Instead, they would want to log the failure and continue. That way, they can enable hardening and gradually fix issues that come up in production, and eventually flip the switch without endangering their stability in production.
This is akin to the observe semantic in Contracts, so we need something like that eventually anyway.
The text was updated successfully, but these errors were encountered:
ldionne
added
hardening
Issues related to the hardening effort
libc++
libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
labels
Jan 14, 2025
Many people would benefit from having a way to turn on hardening without crashing their application when they violate a precondition. Instead, they would want to log the failure and continue. That way, they can enable hardening and gradually fix issues that come up in production, and eventually flip the switch without endangering their stability in production.
This is akin to the observe semantic in Contracts, so we need something like that eventually anyway.
The text was updated successfully, but these errors were encountered: