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

Prevent default Kernel imports from conflicting with allowed functions #32

Merged
merged 1 commit into from
Feb 6, 2019
Merged

Prevent default Kernel imports from conflicting with allowed functions #32

merged 1 commit into from
Feb 6, 2019

Conversation

JonRowe
Copy link
Contributor

@JonRowe JonRowe commented Feb 4, 2019

By default Kernel will import all of its functions into the generated module, which means that if you are trying to double a conflicting function head it will raise an error. Instead this attempts to detect this scenario and will not import the Kernel function if you attempt to duplicate it.

@brandonjoyce brandonjoyce merged commit cb8b0e4 into sonerdy:master Feb 6, 2019
@JonRowe JonRowe deleted the prevent-kernel-being-an-issue branch February 6, 2019 11:20
@JonRowe
Copy link
Contributor Author

JonRowe commented Feb 6, 2019

Thanks for merging :)

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