Skip to content

Conversation

@fertapric
Copy link
Member

Macrocallbacks are internally stored prefixing them with "MACRO-". However, that prefix should be removed when presenting the callback information to the user.

Before:

@optional_callbacks ["MACRO-foo": 3]

After:

@optional_callbacks [foo: 3]

Macrocallbacks are internally stored prefixing them with "MACRO-".
However, that prefix should be removed when presenting the
callback information to the user.
@michalmuskala michalmuskala merged commit 6495401 into elixir-lang:master Dec 15, 2018
@michalmuskala
Copy link
Member

Thank you! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants