Skip to content

Commit 5006c5b

Browse files
committed
Merge pull request scala#52 from retronym/release/1.0.12
Prepare for release 1.0.12
2 parents 3558c3d + 0641881 commit 5006c5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/partest/scala/tools/partest/nest/DirectCompiler.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ class ExtConsoleReporter(settings: Settings, val writer: PrintWriter) extends Co
2020
}
2121

2222
class TestSettings(cp: String, error: String => Unit) extends Settings(error) {
23+
@deprecated("Use primary constructor", "1.0.12")
24+
def this(cp: String) = this(cp, _ => ())
2325
nowarnings.value = false
2426
encoding.value = "UTF-8"
2527
classpath.value = cp

0 commit comments

Comments
 (0)