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

Resolve and fold both @for and @protocol in defimpl #337

Merged
merged 5 commits into from
Jul 6, 2016
Merged

Conversation

KronicDeth
Copy link
Owner

Resolves #304

Changelog

Enhancements

  • @for folds to the resolved module name in defimpl
  • @protocol folds to the protocol name in defimpl

Bug Fixes

  • @for is no longer marked as unresolved in defimpl and instead resolve to the either the <name> in for: <name> or the module name for the enclosing module when for: is not given.
  • @protocol is no longer marked as unresolved in defimpl and instead resolve to the <name> in defimpl <name>.

@KronicDeth KronicDeth added this to the v4.0.1 milestone Jul 6, 2016
@KronicDeth KronicDeth self-assigned this Jul 6, 2016
@KronicDeth KronicDeth merged commit 620fc73 into master Jul 6, 2016
@KronicDeth KronicDeth deleted the 304 branch July 6, 2016 03:01
KronicDeth added a commit that referenced this pull request Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resolve and fold @for and @protocol in defimpl
1 participant