zentol opened a new pull request #17978: URL: https://github.com/apache/flink/pull/17978
`ConsoleReporter#printSummary` was removed in 2.12.13 and 2.13.0. We can use `#finish` instead which is equivalent and available in all versions. https://www.scala-lang.org/api/2.12.7/scala-compiler/scala/tools/nsc/reporters/ConsoleReporter.html#finish():Unit https://www.scala-lang.org/api/2.12.12/scala-compiler/scala/tools/nsc/reporters/ConsoleReporter.html#finish():Unit https://www.scala-lang.org/api/2.13.7/scala-compiler/scala/tools/nsc/reporters/ConsoleReporter.html#finish():Unit Additionally the test now fails if the compiler reports a warning or error, so we actually get some benefit from the summary. Alternatively, we could also just remove it, but I can't really judge that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
