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

Ensures calls to def/defp/defmacro/defmacrop are always qualified #75

Merged
merged 1 commit into from Oct 30, 2021

Conversation

Qqwy
Copy link
Owner

@Qqwy Qqwy commented Oct 30, 2021

(i.e. prefixed with 'Kernel.'), so they will also work in defprotocol
modules or other places where the normal versions of these macros are
hidden/overridden.

Fixes a bug reported on the Elixir forums by user 'belteconti'.

…fied

(i.e. prefixed with 'Kernel.'), so they will also work in `defprotocol`
modules or other places where the normal versions of these macros are
hidden/overridden.
@Qqwy Qqwy merged commit feebe3f into master Oct 30, 2021
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.

None yet

1 participant