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

Use module proxies for automatic importing #2

Merged
merged 3 commits into from
Nov 18, 2014
Merged

Use module proxies for automatic importing #2

merged 3 commits into from
Nov 18, 2014

Conversation

edk0
Copy link
Owner

@edk0 edk0 commented Oct 25, 2014

This method ought to be slightly more robust than the bytecode-parsing stuff, and perhaps more importantly we don't have to pull in a custom dis. Less code is a Good Thing™, and the bytecode thing was always horribly hacky.

This doesn't appear to have a performance hit.

@edk0 edk0 self-assigned this Oct 25, 2014
@edk0 edk0 force-pushed the module-proxy branch 3 times, most recently from 2d3c967 to 7cae77b Compare October 26, 2014 15:13
@edk0 edk0 added this to the 1.0 milestone Oct 30, 2014
edk0 added a commit that referenced this pull request Nov 18, 2014
Use module proxies for automatic importing
@edk0 edk0 merged commit e3ce0fc into master Nov 18, 2014
@edk0 edk0 deleted the module-proxy branch November 14, 2017 04:44
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.

1 participant