-
Notifications
You must be signed in to change notification settings - Fork 100
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-M3 #219
Scala 2.13.0-M3 #219
Conversation
Hi, I've added the MR template back. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer to stick with (mockTurtle.penUp _)
for consistency, unless there is a technical necessity for the change.
@@ -33,18 +33,18 @@ class ControllerTest extends FunSuite with MockFactory { | |||
|
|||
inSequence { | |||
inAnyOrder { | |||
(mockTurtle.penUp _) expects () | |||
(() => mockTurtle.penUp) expects () |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why has this style changed? Is this required by Scala 2.13?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
required by Scala 2.13. old style is compile error
lazy val specs2 = Def.setting { | ||
val v = CrossVersion.partialVersion(scalaVersion.value) match { | ||
case Some((2, 10)) => | ||
"3.9.1" // specs2 4.x does not support Scala 2.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are 3.9.x and 4.0.x guaranteed to be API compatible?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so
Pull Request Checklist
Purpose