question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem with Scala 2.13.0-RC1

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:14 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
bbonannocommented, May 22, 2019

@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 😃

1reaction
bbonannocommented, Apr 16, 2019

@smarter it works as expected

Thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found