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

Add support for scala 2.13.0-M3 #159

Closed
alexarchambault opened this issue Apr 4, 2018 · 7 comments
Closed

Add support for scala 2.13.0-M3 #159

alexarchambault opened this issue Apr 4, 2018 · 7 comments

Comments

@alexarchambault
Copy link

No description provided.

@SethTisue
Copy link
Contributor

2.13.0-M4 is out now.

the Scala 2.13 community build shows that the new collections landing means some changes are needed here. I'm seeing compile errors such as:

[utest] [error]  found   : scala.collection.mutable.Buffer[utest.framework.Tree[String]]
[utest] [error]  required: Seq[utest.framework.Tree[String]]
[utest] [error]     for (grouping <- ordered) yield {

because default Seq is now immutable, and

[utest] [error] /Users/tisue/community.213/target-0.9.12/project-builds/utest-0ca1a9d492311923bb1834281006436668721bd4/utest/shared/src/main/scala/utest/TestRunner.scala:206: value appendAll is not a member of scala.collection.mutable.Buffer[Seq[String]]
[utest] [error]       case Left(l) => left.appendAll(l)
[utest] [error]                            ^

because appendAll is called something else now.

@SethTisue
Copy link
Contributor

is there a volunteer who could work on this...?

@alexarchambault
Copy link
Author

If no one peeks that in the mean time, me… around September / October!

@dwijnand
Copy link
Contributor

#163 makes the code changes, but not the build changes.

@SethTisue
Copy link
Contributor

is there some we can move forward on this..? anyone available to tackle it?

@SethTisue
Copy link
Contributor

Scala 2.13.0-M5 is now out

@japgolly
Copy link
Collaborator

japgolly commented Sep 8, 2018

I'm not putting my hand up to make these changes but if someone else is able to contribute a PR, I can put my hand up to do the review and merge. I completely forgot that I'm a maintainer of utest 😆

sjrd added a commit to sjrd/utest that referenced this issue Sep 14, 2018
japgolly added a commit that referenced this issue Sep 15, 2018
Fix #159: Add support for 2.13.0-M5.
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