From b53104f8ff5fdfd23f9ffe5d711f0115ccf87904 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Mon, 20 Aug 2012 15:55:50 -0400 Subject: [PATCH] note about Scala build and compiler interface --- compile/AnalyzingCompiler.scala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compile/AnalyzingCompiler.scala b/compile/AnalyzingCompiler.scala index b6db23b60..a92ad7aa8 100644 --- a/compile/AnalyzingCompiler.scala +++ b/compile/AnalyzingCompiler.scala @@ -99,6 +99,8 @@ object AnalyzingCompiler { import sbt.IO.{copy, createDirectory, zip, jars, unzip, withTemporaryDirectory} + // Note: The Scala build now depends on some details of this method: + // https://github.com/jsuereth/scala/commit/3431860048df8d2a381fb85a526097e00154eae0 /** Extract sources from source jars, compile them with the xsbti interfaces on the classpath, and package the compiled classes and * any resources from the source jars into a final jar.*/ def compileSources(sourceJars: Iterable[File], targetJar: File, xsbtiJars: Iterable[File], id: String, compiler: RawCompiler, log: Logger)