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

let makes variables local to current context #80

Merged
merged 1 commit into from
Feb 22, 2018

Conversation

project-eutopia
Copy link
Owner

Previously using a child context derived from context.spawn_child would not define local variables when using let. This was because the local variable was not being passed on as an argument to successive calls to register_variable!. This fixes this problem.

@coveralls
Copy link

coveralls commented Feb 22, 2018

Coverage Status

Coverage increased (+0.009%) to 97.561% when pulling d2faa91 on let_for_local_variables_in_children into b5b6477 on master.

@project-eutopia project-eutopia merged commit 627f4c1 into master Feb 22, 2018
@project-eutopia project-eutopia deleted the let_for_local_variables_in_children branch February 22, 2018 00:55
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