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

[WIP] Scala 2.12 (help needed) #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thomastoye
Copy link

See also #71

I did some preliminary work to make couchdb-scala work with Scala 2.12 (selecting and upgrading to dependencies that are 2.11 and 2.12-compatible). It compiles, but the tests don't pass yet. I get the following message when running test and then sbt locks up:

Exception in thread "http4s-blaze-client-2" java.lang.NoSuchMethodError: scalaz.syntax.Syntaxes$either$.ToEitherOps(Ljava/lang/Object;)Lscalaz/syntax/EitherOps;
	at org.http4s.util.TaskFunctions.$anonfun$futureToTask$2(Task.scala:26)
	at org.http4s.util.TaskFunctions.$anonfun$futureToTask$2$adapted(Task.scala:25)
	at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:60)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)

I fear I may have accidentally included incompatible dependencies. Anyway, I would appreciate it if someone could take a look a this and possibly finish this - I don't have a lot of time for this ATM.

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

Successfully merging this pull request may close these issues.

1 participant