Problem with Scala 2.13.0-RC1
See original GitHub issueI found very strange problem with Scala 2.13.0-RC1
. Simple mocking code, that works with all previous versions, fails with this version.
Check the example project https://github.com/gslowikowski/mockito-scala-2.13.0-RC1-problem
It fails with the same error with Scalatest 3.0.8-RC2
and org.scalatestplus.mockito.MockitoSugar
class.
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (9 by maintainers)
Top Results From Across the Web
Scala 2.13.0-RC1 compile issues in jackson-module-scala
Hi, jackson-module-scala compiles with scala 2.13.0-M5 but not 2.13.0-RC1. There are some deserialisation classes that extend Java ...
Read more >Source Compatibility - Scala 3 - EPFL
3.0-migration : Same as 3.0 and 3.1 , but with a Scala 2 compatibility mode that helps moving Scala 2.13 sources over to...
Read more >sbt - AbstractMethodError on obscure method name when ...
when I try to promote my code to Scala 2.13 from 2.12 (the dependency that's giving me issues, com.pack.proj , is compiled by...
Read more >Scala 2.13.0-RC1 Is Here! Check Out The New Roadmap
Scala 2.13.0-RC1 is the first release candidate of version 2.13 which ... Also, if no major problems are found in this release candidate, ......
Read more >Scala 3 Migrate Plugin
For kind-projector , which is also a Scala 2.13 compiler plugin, ... because they are published in Scala 3.0.0-RC1, or they are Java...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@erikvanoosten Yes!, but I have to wait for my depencencies to be released compiled for RC2 (so far cats-core is the missing one). I’ll release a version supporting RC2 as soon as all my dependencies do 😃
@smarter it works as expected
Thanks!