Porting from Remove Manifest and friends by smarter · Pull Request #6745 · scala/scala · GitHub.
@lrytz asks:
What’s going to happen to
scala.reflect
in Scala 3?
@odersky says in https://contributors.scala-lang.org/t/what-kinds-of-macros-should-scala-3-support/1850/14:
The future Scala 3 macro design is intended to replace the existing def macros and the
scala.reflect
infrastructure.
@smarter (who opened the PR) indicates:
I think it’s pretty clear that scala.reflect if it exists in Scala 3 won’t be recognizable since the current API exposes implementation details.
/cc @retronym from the thread too.