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 #1100 #1103

Merged
merged 4 commits into from
Jan 11, 2017
Merged

Fix #1100 #1103

merged 4 commits into from
Jan 11, 2017

Conversation

msteinbeck
Copy link
Contributor

@msteinbeck msteinbeck commented Jan 11, 2017

This PR provides the test for #1100.

This PR fixes ReferenceBuilder#getLambdaExecutableReference which is supposed to find the executable reference of variables located in lambdas. Until now, this method used to return the outermost lambda instead of the innermost.

Furthermore, the parameter type of unknown parameters is set to Object instead of being skipped.
This will be fixed in a separate PR.

@msteinbeck msteinbeck changed the title [WIP] fix #1100 Fix #1100 Jan 11, 2017
@msteinbeck
Copy link
Contributor Author

Oh, I am sorry, didn't notice that this test fails. Trying to fix it asap.

@msteinbeck
Copy link
Contributor Author

Any chances that this PR will be in 5.5.0?

@surli surli merged commit c17598e into INRIA:master Jan 11, 2017
@msteinbeck
Copy link
Contributor Author

Thank you!

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