This page is no longer maintained — Please continue to the home page at www.scala-lang.org

RE: Speeding up the compiler

No replies
Jason Zaugg
Joined: 2009-05-18,
User offline. Last seen 38 weeks 5 days ago.

The following code now leads to an infinite recursion:

./scala -e 'trait T[A[_]]; implicitly[T[Stream]]'

This patch [1] fixes the symptoms, but even with this applied, the
companion object of the de-aliased type is not searched, as shown by
this test [2].

-jason

[1] http://github.com/retronym/scala/commit/d9395b506e5057ca72a0a34bc66be266...
[2] http://github.com/retronym/scala/commit/83ae270fdfbb5ebad45045034484c78e...

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland