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 #21793, regression in serializing nested closure #21799

Merged
merged 1 commit into from
May 12, 2017
Merged

Conversation

JeffBezanson
Copy link
Member

No description provided.

@JeffBezanson JeffBezanson added backport pending 0.6 bugfix This change fixes an existing bug parallelism Parallel or distributed computation labels May 11, 2017
seekstart(s)
y2 = deserialize(s)
x2 = y2(2)
@test x2() == 2
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like this should be $Test.@test x2() == 2

@JeffBezanson
Copy link
Member Author

Failure looks unrelated.

@JeffBezanson JeffBezanson merged commit 9cac047 into master May 12, 2017
@JeffBezanson JeffBezanson deleted the jb/fix21793 branch May 12, 2017 22:55
tkelman pushed a commit that referenced this pull request May 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug parallelism Parallel or distributed computation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants