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

Failure to account for dependencies when checking for creation of a new variable #35

Closed
WilCrofter opened this issue Jan 6, 2014 · 1 comment
Labels

Comments

@WilCrofter
Copy link
Contributor

In several places we test if an expression creates a new variable by evaluating the expression in a clean environment. This would fail if the "right side" of an assignment depended upon previously defined variables which are inaccessible from the clean environment.

By luck, this does not seem to affect current content.

@WilCrofter
Copy link
Contributor Author

Closed as included in #39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant