We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.2.0
enum MyLogLevel extends Enum[MyLogLevel]: case Warn extends MyLogLevel case Error extends MyLogLevel case Fatal extends MyLogLevel
[error] |enum MyLogLevel extends Enum[MyLogLevel]: [error] | ^^^^^^^^^^^^^^^^ [error] |wrong number of arguments at constructors for (_$name: String, _$ordinal: Int): Enum: (MyLogLevel.super.<init> : (_$name: String, _$ordinal: Int): Enum), expected: 2, found: 0 [error] | case Warn extends MyLogLevel [error] | ^^^^^^^^^^ [error] |wrong number of arguments at constructors for (_$name: String, _$ordinal: Int): fdn.core.log.MyLogLevel: ($anon.super.<init> : (_$name: String, _$ordinal: Int): fdn.core.log.MyLogLevel), expected: 2, found: 0 [error] | case Error extends MyLogLevel [error] | ^^^^^^^^^^ [error] |wrong number of arguments at constructors for (_$name: String, _$ordinal: Int): fdn.core.log.MyLogLevel: ($anon.super.<init> : (_$name: String, _$ordinal: Int): fdn.core.log.MyLogLevel), expected: 2, found: 0 [error] | case Fatal extends MyLogLevel [error] | ^^^^^^^^^^ [error] |wrong number of arguments at constructors for (_$name: String, _$ordinal: Int): fdn.core.log.MyLogLevel: ($anon.super.<init> : (_$name: String, _$ordinal: Int): fdn.core.log.MyLogLevel), expected: 2, found: 0
The code compiles fine when using sbt clean coverage test.
sbt clean coverage test
sbt 1.7.1 sbt-scoverage 2.0.4
The text was updated successfully, but these errors were encountered:
Coverage: don't instrument super() calls of Template, fix scala#16127
f9cfe00
ce777c0
7fc537c
TheElectronWill
Successfully merging a pull request may close this issue.
Compiler version
3.2.0
Minimized code
Output
Expectation
The code compiles fine when using
sbt clean coverage test
.Additional Notes
sbt 1.7.1
sbt-scoverage 2.0.4
The text was updated successfully, but these errors were encountered: