Skip to content
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

use of reify results in unpositioned trees #7649

Closed
scabug opened this issue Jul 11, 2013 · 2 comments
Closed

use of reify results in unpositioned trees #7649

scabug opened this issue Jul 11, 2013 · 2 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Jul 11, 2013

object Test {
  val c: reflect.macros.Context = ???
  import c.universe._
  reify {
    c.Expr[Any](Literal(Constant(0))).splice
  }
}
scalac-hash v2.10.2 -Yrangepos sandbox/test.scala       [info] v2.10.2 => /Users/jason/usr/scala-v2.10.2-0-g60d462e
======= Position error
Unpositioned tree #2392

Patch pending.

@scabug
Copy link
Author

scabug commented Jul 11, 2013

Imported From: https://issues.scala-lang.org/browse/SI-7649?orig=1
Reporter: @retronym
Affected Versions: 2.10.0

@scabug
Copy link
Author

scabug commented Jul 12, 2013

@adriaanm said:
scala/scala#2721

@scabug scabug closed this as completed Jul 12, 2013
@scabug scabug added the critical label Apr 7, 2017
@scabug scabug added this to the 2.10.3-RC1 milestone Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants