-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Synthesize class tags in top level splices. #4515
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
We also need to make inline def foo[X](x: X): Unit = ~{ ... } into inline def foo[X](x: X): Unit = ~{ import Universe._; ... } This must be done durring typing or before. Then we can add |
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 6, 2018
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 6, 2018
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 11, 2018
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 27, 2018
nicolasstucki
added a commit
that referenced
this issue
Aug 28, 2018
Fix #4515: Synthesize implicit type tags in transparent methods
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currently fails with
We need to write instead
We should be able to synthesize classtags inside top level splices to reduce this syntactic overhead.
This would be a change in
Typer
and not inReifyQuotes
.The text was updated successfully, but these errors were encountered: