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

Won't compile on scala 2.11.6 #173

Open
dowobeha opened this issue Jun 16, 2015 · 3 comments
Open

Won't compile on scala 2.11.6 #173

dowobeha opened this issue Jun 16, 2015 · 3 comments
Assignees
Labels

Comments

@dowobeha
Copy link
Collaborator

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
Copy link
Collaborator Author

This same code does compile on scala 2.10.5

@jhclark
Copy link
Owner

jhclark commented Jun 17, 2015

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:
#173 (comment)

@dowobeha
Copy link
Collaborator Author

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:
#173 (comment)


Reply to this email directly or view it on GitHub
#173 (comment).

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"

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

No branches or pull requests

2 participants