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

fix #18085, segfault on method add in loop #18119

Merged
merged 1 commit into from
Aug 19, 2016
Merged

fix #18085, segfault on method add in loop #18119

merged 1 commit into from
Aug 19, 2016

Conversation

JeffBezanson
Copy link
Sponsor Member

Closures that are part of out-of-scope method adds were not lifted
out of top-level loops.

Closures that are part of out-of-scope method adds were not lifted
out of top-level loops.
@JeffBezanson JeffBezanson added backport pending 0.5 kind:bugfix This change fixes an existing bug labels Aug 18, 2016
@JeffBezanson JeffBezanson merged commit e23cea1 into master Aug 19, 2016
@tkelman tkelman deleted the jb/fix18085 branch August 19, 2016 03:08
tkelman pushed a commit that referenced this pull request Aug 20, 2016
Closures that are part of out-of-scope method adds were not lifted
out of top-level loops.

(cherry picked from commit c9c7bfa)
ref #18119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants