-
Notifications
You must be signed in to change notification settings - Fork 21
expose much needed methods in public reflection/macro API #8063
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
@soc said: |
@densh said: |
@xeno-by said: |
@densh said: |
@xeno-by said (edited on Dec 19, 2013 10:17:01 PM UTC): |
@xeno-by said: |
@xeno-by said (edited on Jan 4, 2014 7:01:50 AM UTC): |
@xeno-by said: |
@clhodapp said: |
@xeno-by said: |
@retronym said: |
@xeno-by said: |
@Blaisorblade said:
(from https://github.com/scala/scala/blob/fabc9f1424824975943241b9bb2c9b7669f805bd/src/reflect/scala/reflect/internal/tpe/TypeMaps.scala#L94, on current master). |
@xeno-by said: |
@Blaisorblade said: But I don't have a specific example I'm working on right now. |
@xeno-by said: Speaking of tree transformers, I also have a hypothesis that with modest changes to compiler internals, we'll be able to downgrade from attributed trees to unattributed trees, so type mapping might actually be equivalent to tree mapping, which should be much easier to get right. |
Ideally we should be able to write scala-async / sbt macros without resorting to down casting.
paramss
,typeArgs
,resultType
,finalResultType
The text was updated successfully, but these errors were encountered: