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

Allow a lambda expression to access the initial expression's parameters #201

Merged
merged 4 commits into from
Dec 10, 2021

Conversation

metoule
Copy link
Contributor

@metoule metoule commented Dec 8, 2021

Fix #200

It works by making all the initial expression parameters as variables of the lambda expression interpreter.

Copy link
Member

@davideicardi davideicardi left a comment

Choose a reason for hiding this comment

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

Approved with a suggestion.

src/DynamicExpresso.Core/Parsing/ParserSettings.cs Outdated Show resolved Hide resolved
@metoule metoule merged commit 1792b39 into dynamicexpresso:master Dec 10, 2021
@metoule metoule deleted the fix_200 branch December 10, 2021 09:29
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.

Parameters are not passed to lambda expression
2 participants