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

fix issue with compiling for scala 2.13.1 #280

Closed
wants to merge 1 commit into from
Closed

fix issue with compiling for scala 2.13.1 #280

wants to merge 1 commit into from

Conversation

pjfanning
Copy link
Contributor

@pjfanning pjfanning commented Sep 18, 2019

Possibly relates to scoverage/sbt-scoverage#295

This is the compile issue:

[info] Fast optimizing /Users/pj.fanning/code/scalac-scoverage-plugin/scalac-scoverage-runtime/js/target/scala-2.13/scalac-scoverage-runtime-test-fastopt.js
[error] /Users/pj.fanning/code/scalac-scoverage-plugin/scalac-scoverage-plugin/src/test/scala/scoverage/ScoverageCompiler.scala:102:34: ambiguous reference to overloaded definition,
[error] both value reporter in class ScoverageCompiler of type scala.tools.nsc.reporters.Reporter
[error] and  method reporter in class Global of type => scala.tools.nsc.reporters.FilteringReporter
[error] match expected type ?
[error]   def assertNoErrors() = assert(!reporter.hasErrors, "There are compilation errors")
[error]                                  ^
[error] one error found

@pjfanning pjfanning closed this Sep 18, 2019
@pjfanning
Copy link
Contributor Author

This is a duplicate of #279

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

Successfully merging this pull request may close these issues.

1 participant