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

Overridable macroContext creation #6751

Closed
scabug opened this issue Dec 2, 2012 · 2 comments
Closed

Overridable macroContext creation #6751

scabug opened this issue Dec 2, 2012 · 2 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Dec 2, 2012

Currently macro context creation is hidden in a private method in Macros.scala: https://github.com/scala/scala/blob/6858d9a2fffd7e85144e16a5e636c2b1c95c2b3a/src/compiler/scala/tools/nsc/typechecker/Macros.scala#L553.

After discussing type macros during the company meeting in Lausanne, we came to the conclusion that we need to make this method overridable, so that the interactive global could create its own context with front end facilities overriden to leverage the UI of the IDE.

@scabug
Copy link
Author

scabug commented Dec 2, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6751?orig=1
Reporter: @xeno-by

@scabug
Copy link
Author

scabug commented Dec 11, 2013

@xeno-by said:
scala/scala#3235

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

No branches or pull requests

2 participants