-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix #2151: don't die for wrong number of typeargs applied #2154
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
Looks like 10 minutes for the run tests is not enough. |
Looks like we have a spurious error of some kind, will investigate tomorrow. |
db6fb45
to
058771a
Compare
@@ -12,7 +12,7 @@ import scala.util.matching.Regex | |||
class CompilationTests extends ParallelSummaryReport with ParallelTesting { | |||
import CompilationTests._ | |||
|
|||
def isInteractive: Boolean = ParallelSummaryReport.isInteractive | |||
def isInteractive: Boolean = false//ParallelSummaryReport.isInteractive |
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.
what.
} | ||
} | ||
rep |
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.
Would be good to add a link to the corresponding bug report if you open one
eaf9b0d
to
73f9a6c
Compare
73f9a6c
to
ed10ef0
Compare
No description provided.