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

macro bundles and compilers #165

Merged
merged 1 commit into from Jan 19, 2013
Merged

macro bundles and compilers #165

merged 1 commit into from Jan 19, 2013

Conversation

xeno-by
Copy link
Member

@xeno-by xeno-by commented Jan 19, 2013

xeno-by added a commit that referenced this pull request Jan 19, 2013
macro bundles and compilers
@xeno-by xeno-by merged commit 549af61 into scala:master Jan 19, 2013
def resolveMacroImpl(macroDef: _): _ = macro ???
}

Default instance of the type class, `Predef.DefaultMacroCompiler`, implements formerly hardcoded typechecking logic.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider just putting in MacroCompiler.DefaultMacroCompiler (in the implicit scope) to avoid polluting Predef.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right! Somehow I didn't think of it :(

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

2 participants