ducttape icon indicating copy to clipboard operation
ducttape copied to clipboard

Won't compile on scala 2.11.6

Open dowobeha opened this issue 9 years ago • 3 comments

The following errors occur when compiling ducttape with scala 2.11.6:

ducttape.git/src/main/scala/ducttape/hyperdag/HyperDag.scala:39: error: in class HyperDag, multiple overloaded alternatives of method unpackedWalker define default arguments.
class HyperDag[V,H,E](val roots: Seq[PackedVertex[V]],
      ^
ducttape.git/src/main/scala/ducttape/hyperdag/meta/MetaHyperDag.scala:32: error: in class MetaHyperDag, multiple overloaded alternatives of method unpackedWalker define default arguments.
class MetaHyperDag[V,M,H,E](val delegate: HyperDag[V,H,E],
      ^
ducttape.git/src/main/scala/ducttape/hyperdag/meta/PhantomMetaHyperDag.scala:43: error: in class PhantomMetaHyperDag, multiple overloaded alternatives of method unpackedWalker define default arguments.
class PhantomMetaHyperDag[V,M,H,E](val delegate: MetaHyperDag[Option[V],M,H,E]) {

dowobeha avatar Jun 16 '15 21:06 dowobeha

This same code does compile on scala 2.10.5

dowobeha avatar Jun 16 '15 21:06 dowobeha

Do you really need to upgrade it right now? Scala releases are somewhat tumultuous.

small device, small sentences

On Tue, Jun 16, 2015 at 2:15 PM -0700, "Lane Schwartz" [email protected] wrote: This same code does compile on scala 2.10.5


Reply to this email directly or view it on GitHub: https://github.com/jhclark/ducttape/issues/173#issuecomment-112571809

jhclark avatar Jun 17 '15 03:06 jhclark

No, I don't. I just started with the latest when I started on a new machine

On Tuesday, June 16, 2015, Jonathan Clark [email protected] wrote:

Do you really need to upgrade it right now? Scala releases are somewhat tumultuous.

small device, small sentences

On Tue, Jun 16, 2015 at 2:15 PM -0700, "Lane Schwartz" < [email protected] javascript:_e(%7B%7D,'cvml','[email protected]');> wrote: This same code does compile on scala 2.10.5


Reply to this email directly or view it on GitHub: https://github.com/jhclark/ducttape/issues/173#issuecomment-112571809

— Reply to this email directly or view it on GitHub https://github.com/jhclark/ducttape/issues/173#issuecomment-112637582.

When a place gets crowded enough to require ID's, social collapse is not far away. It is time to go elsewhere. The best thing about space travel is that it made it possible to go elsewhere. -- R.A. Heinlein, "Time Enough For Love"

dowobeha avatar Jun 17 '15 12:06 dowobeha