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

Avoid self reference in ImportScope. #138

Merged
merged 1 commit into from
Aug 6, 2013
Merged

Conversation

esdrubal
Copy link
Contributor

@esdrubal esdrubal commented Aug 4, 2013

ImportScope now checks before returning new scope that the old scope is not the same as the Import.module. If it is the same it returns the Import.module so a self reference can be avoided.

…is not the same as the Import.module. If it is the same it returns the Import.module so a self reference can be avoided.
jbevain added a commit that referenced this pull request Aug 6, 2013
Avoid self reference in ImportScope.
@jbevain jbevain merged commit 6468dd8 into jbevain:master Aug 6, 2013
@jbevain
Copy link
Owner

jbevain commented Aug 6, 2013

Thanks!

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