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

fix the ConstantType hashing problem #5918

Closed
scabug opened this issue Jun 15, 2012 · 3 comments
Closed

fix the ConstantType hashing problem #5918

scabug opened this issue Jun 15, 2012 · 3 comments

Comments

@scabug
Copy link

scabug commented Jun 15, 2012

As described in http://groups.google.com/group/scala-internals/browse_thread/thread/45185b341aeb6a30, ConstantTypes are susceptible to a hashing problem that prevent them from being transformed by erasure.

Currently there's an ugly hack in place: https://github.com/scalamacros/kepler/blob/a7867812ed7501b22c25ccc67a7e109652ab1486/src/reflect/scala/reflect/internal/Types.scala#L1902, which needs to be fixed.

@scabug
Copy link
Author

scabug commented Jun 15, 2012

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

@scabug
Copy link
Author

scabug commented Sep 22, 2012

@xeno-by said:
scala/scala#1378

@scabug
Copy link
Author

scabug commented Sep 23, 2012

@xeno-by said:
Fixed in scala/scala@3c8a98f

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