-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix #6150: Emit error when calling Scala 2 macro #6179
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
Conversation
d36fef0
to
efd230d
Compare
efd230d
to
a1639a6
Compare
4b6d417
to
a1639a6
Compare
Previously we checked for `Macro | Scala2x` but the `Scala2x` was on its owner
Rebased |
@@ -1,13 +1,12 @@ | |||
--- | |||
layout: doc-page | |||
title: Dropped: Macros | |||
title: Dropped: Scala 2 Macros | |||
--- | |||
|
|||
The previous, experimental macro system has been dropped. Instead, | |||
there is a cleaner, more restricted system based on two complementary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't talk about "two complementary concepts" when the list below has three entries :).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modified text. Added more detail on how the parts interact without going in depth.
No description provided.