Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 5911 - Closure destroys the thrown Exception #2316

Merged
merged 2 commits into from
Jul 8, 2013

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Jul 8, 2013

if (cs->handler != NULL)
{
IRState catchState(irs, this);

if (cs->var && cs->var->offset)
{
Copy link
Member

Choose a reason for hiding this comment

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

Please add comment of the form:

/* Append to block:
 *   *(sclosure + cs.offset) = cs;
 */

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

WalterBright added a commit that referenced this pull request Jul 8, 2013
Issue 5911 - Closure destroys the thrown Exception
@WalterBright WalterBright merged commit 88b794d into dlang:master Jul 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants