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

Release a version for Scala 2.10.0 #2

Closed
etorreborre opened this issue Feb 26, 2013 · 4 comments
Closed

Release a version for Scala 2.10.0 #2

etorreborre opened this issue Feb 26, 2013 · 4 comments

Comments

@etorreborre
Copy link

Hi, can you please publish a version for Scala 2.10?

Thanks.

@xelax
Copy link

xelax commented Mar 1, 2013

I found these problem by trying to compile with 2.10:

[error] /Users/acozzi/Documents/workspace/scoobi/src/main/scala/com/nicta/scoobi/impl/plan/comp/GraphNodes.scala:81: value foldMap is not a member of scala.collection.immutable.Vector[GraphNodes.this.T]
[error] Vector(children(node):_*).foldMap((child: T) => usesTable(child) |+| Map(child -> Set(node)))
[error] ^
[error] /Users/acozzi/Documents/workspace/scoobi/src/main/scala/com/nicta/scoobi/lib/Matrix.scala:153: diverging implicit expansion for type com.nicta.scoobi.core.WireFormat[((Elem, Elem), Value)]
[error] starting with method Tuple2Fmt in trait GeneratedWireFormats
[error] def transpose: DMatrix[Elem, Value] = DMatrix(this.data map { case ((r, c), v) => ((c, r), v) })

@charith-qubit
Copy link
Contributor

I made the bare minimum changes required to get the project to compile under Scala 2.10. Pull request here: #4

@mdr
Copy link
Owner

mdr commented May 9, 2013

Thanks charith-qubit, I've published 0.0.3, which supports Scala 2.10.

@mdr mdr closed this as completed May 9, 2013
@etorreborre
Copy link
Author

Thanks guys!

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

No branches or pull requests

4 participants