-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Macros do not expand TASTY macros if in any form of nesting #8866
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
Comments
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
May 4, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
May 4, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
May 4, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
May 5, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
May 8, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
May 25, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
May 25, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jun 2, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jun 10, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jun 15, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jun 17, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 6, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 1, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 1, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 1, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 2, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 7, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 10, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 10, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Sep 10, 2020
nicolasstucki
added a commit
that referenced
this issue
Sep 11, 2020
Fix #8866: Inline calls inserted by macros
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Minimized example
Output
Expectation
Either TASTY reflect terms shouldn't be expanded, or possibly we can expand them explicitly? If you simply return the commented out code, the macro gets expanded.
If you have a quote with a macro it gets expanded as expected.
The text was updated successfully, but these errors were encountered: