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

Scala 2.13.0-M4 #304

Merged
merged 1 commit into from
Jun 2, 2018
Merged

Scala 2.13.0-M4 #304

merged 1 commit into from
Jun 2, 2018

Conversation

xuwei-k
Copy link
Member

@xuwei-k xuwei-k commented May 28, 2018

No description provided.

@@ -28,8 +28,8 @@ matrix:
script: sbt ++${TRAVIS_SCALA_VERSION} test:compile jvmParent/test "project jsParent" testSequential

- jdk: oraclejdk8
scala: 2.13.0-M3
script: sbt ++${TRAVIS_SCALA_VERSION} argonautJVM/test argonautJS/test argonaut-scalazJVM/test argonaut-scalazJS/test
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this because the tests wont work otherwise?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

specs2 and scalacheck for Scala 2.13.0-M4 does not published yet

typelevel/scalacheck#410

@seanparsons seanparsons merged commit caf4c07 into argonaut-io:master Jun 2, 2018
@xuwei-k xuwei-k deleted the Scala-2.13.0-M4 branch June 2, 2018 21:52

implicit def SetDecodeJson[A](implicit e: DecodeJson[A]): DecodeJson[Set[A]] = CanBuildFromDecodeJson[A, Set]
implicit def SetDecodeJson[A](implicit e: DecodeJson[A]): DecodeJson[Set[A]] =
BuilderDecodeJson[A, Set](() => Set.newBuilder)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity, have you tried with an implicit Factory instead of using explicit Builders?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

argonaut still support Scala 2.10
scala/scala-collection-compat#1

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.

3 participants