-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Rebase scalatest community build on scalatest/3.1.x #7003
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
Conversation
ff668d5
to
dadd1c2
Compare
We have some new issue with a [info] - should be used when GenSeq is being compared with shouldEqual matcher *** FAILED *** (2 milliseconds)
[info] Expected exception org.scalatest.exceptions.TestFailedException to be thrown, but java.lang.NoClassDefFoundError was thrown (DifferSpec.scala:429)
[info] org.scalatest.exceptions.TestFailedException:
[info] at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472)
[info] at org.scalatest.funspec.AnyFunSpec.newAssertionFailedException(AnyFunSpec.scala:1631)
[info] at org.scalatest.Assertions.intercept(Assertions.scala:762)
[info] at org.scalatest.funspec.AnyFunSpec.intercept(AnyFunSpec.scala:1631)
[info] at org.scalactic.DifferSpec.$init$$$anonfun$132$$anonfun$13(DifferSpec.scala:430)
[info] at org.scalatest.funspec.AnyFunSpecLike.org$scalatest$funspec$AnyFunSpecLike$ItWord$$_$apply$$anonfun$1(AnyFunSpecLike.scala:167)
[info] at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
[info] at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
[info] at org.scalatest.Transformer.apply(Transformer.scala:22)
[info] at org.scalatest.Transformer.apply(Transformer.scala:21)
[info] at org.scalatest.funspec.AnyFunSpecLike$$anon$1.apply(AnyFunSpecLike.scala:456)
[info] at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
[info] at org.scalatest.funspec.AnyFunSpec.withFixture(AnyFunSpec.scala:1631)
[info] at org.scalatest.funspec.AnyFunSpecLike.invokeWithFixture$1(AnyFunSpecLike.scala:462)
[info] at org.scalatest.funspec.AnyFunSpecLike.runTest$$anonfun$1(AnyFunSpecLike.scala:466)
[info] at org.scalatest.SuperEngine.runTestImpl(Engine.scala:307)
[info] at org.scalatest.funspec.AnyFunSpecLike.runTest(AnyFunSpecLike.scala:466) @liufengyun, could you investigate this one? |
OK, I'll have a look |
Cool. I see that you could revert the workarounds I added previously. We can probably squash dotty-staging/scalatest@6a4c896 and dotty-staging/scalatest@d8c3df8 with dotty-staging/scalatest@db67eb2. This would minimize the diff with |
Note that this uses the scalatest branch https://github.com/dotty-staging/scalatest/commits/dotty-community-build. |
dc30e3c
to
ba2c032
Compare
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.
LGTM, very small diff between this and upstream 👍
No description provided.