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
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]) {
The text was updated successfully, but these errors were encountered:
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"
The following errors occur when compiling ducttape with scala 2.11.6:
The text was updated successfully, but these errors were encountered: