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

only expand if statements that declare new globals if they will be executed #389

Merged
merged 1 commit into from
Jul 28, 2017

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Jul 28, 2017

this ensures that we only introduce bindings for values that we define here

A couple more that I missed in #388, needed for the tests to continue passing

…ecuted

this ensures that we only introduce package-local bindings for values
that we define in this package
@vtjnash vtjnash changed the title only if statement that will be executed if they declare new globals only expand if statements that declare new globals if they will be executed Jul 28, 2017
@stevengj stevengj merged commit b566409 into master Jul 28, 2017
@stevengj stevengj deleted the jn/388 branch July 28, 2017 20:46
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