Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Error if an abstract function that might throw is called within a try #1284

Closed

Conversation

sebmarkbage
Copy link
Contributor

@sebmarkbage sebmarkbage commented Dec 20, 2017

This is a follow up to #1142. If we call an unknown function it might throw which will take a different control flow. #1264 is the follow up to do this properly but since we don't have a use case right now, we can just issue a recoverable error if this happens.

Copy link
Contributor

@NTillmann NTillmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

…a try

This is a follow up to facebookarchive#1142. If we call an unknown function it might throw
which will take a different control Flow. facebookarchive#1264 is the follow up to do this
properly but since we don't have a use case right now, we can just issue
a recoverable error if this happens.
Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sebmarkbage is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants