-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Recovering from ad-hoc panics is an anti-pattern that can lead to undefined behavior. We need to be careful removing catch_unwinds() from production code since it could be papering over real bugs, but it should be safe to start with `hh_compile`. While I'm here, remove some dead code. Reviewed By: aorenste Differential Revision: D34999905 fbshipit-source-id: 28b7e617db201e25db9af65103855dce91bda5d9
- Loading branch information
1 parent
708dcc3
commit 9217447
Showing
1 changed file
with
1 addition
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters