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

Mirrors should have sane toStrings #5888

Closed
scabug opened this issue Jun 6, 2012 · 2 comments
Closed

Mirrors should have sane toStrings #5888

scabug opened this issue Jun 6, 2012 · 2 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Jun 6, 2012

val im: InstanceMirror = cm.reflect(a)
val cs = im.reflectClass.symbol
val f = cs.typeSignature.declaration(newTermName("x")).asTermSymbol
val fm: FieldMirror = im.reflectField(f)

im: reflect.runtime.universe.InstanceMirror = scala.reflect.runtime.JavaMirrors$JavaMirror$JavaInstanceMirror@225765b0
cs: reflect.runtime.universe.ClassSymbol = class A
f: reflect.runtime.universe.TermSymbol = method x
fm: reflect.runtime.universe.FieldMirror = scala.reflect.runtime.JavaMirrors$JavaMirror$JavaFieldMirror@26f50154
@scabug
Copy link
Author

scabug commented Jun 6, 2012

Imported From: https://issues.scala-lang.org/browse/SI-5888?orig=1
Reporter: @xeno-by
Affected Versions: 2.10.0
Other Milestones: 2.10.0

@scabug
Copy link
Author

scabug commented Aug 3, 2012

@xeno-by said:
Fixed in scala/scala@b578059

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants