You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@retronym said:
I need to clean this up a little (formulate a test that is independent from the reflection API / remove the return), but this identifies and fixes the problem in Erasure.
@retronym said (edited on Feb 19, 2013 7:13:50 PM UTC):
This was tagged with the wrong Fix Version, it's in 2.10.1.
~/code/scala2 scala-hash v2.10.1-RC1
[info] downloading http://scala-webapps.epfl.ch/artifacts/db5919a7d3b18be94e79899c2f7e33c535e15a27/pack.tgz ...done.
[info] scala revision from 2013-02-0906:46:59-0800 downloaded to /Users/jason/usr/scala-v2.10.0-571-gdb5919a
[warn] v2.10.1-RC failed, using closest available
[info] db5919a7d3 =>/Users/jason/usr/scala-v2.10.0-571-gdb5919a
Welcome to Scala version 2.10.1-20130209-064659-db5919a7d3 (JavaHotSpot(TM) 64-BitServerVM, Java1.6.0_27).
Type in expressions to have them evaluated.
Type:help for more information.
scala>objectTestextendsApp {
|classO { classI }
|classW { valo:O=newO }
|classC[E](vale:E)
|newC[W](newW) { new e.o.I }
| }
defined module Test
scala>Test
res0:Test.type=Test$@7ceb670
scala>Test.main(null)
I'm yet to isolate this from the reflection API, so I don't know if it's a regression.
The text was updated successfully, but these errors were encountered: