sbt/compile/interface/src/main/scala/xsbt
Grzegorz Kossakowski 59de0f00b0 Remove long comment that explains phase ordering issues.
As pointed out by @harrah in #705, we might want to merge both API
and dependency phases so we should mention that in the comment explaining
phase ordering constraints instead.

I'd still like to keep the old comment in the history (as separate commit)
because it took me a while to figure out cryptic issues related to
continuations plugin so it's valuable to keep the explanation around in
case somebody else in the future tries to mess around with dependencies
defined by sbt.
2013-10-24 16:44:46 +02:00
..
API.scala Move API extraction logic to a separate class. 2013-07-24 15:18:44 -07:00
Analyzer.scala Move dependency extraction into separate compiler phase. 2013-10-24 16:44:45 +02:00
Command.scala Make the DelegatingReporter aware of -nowarn 2013-09-05 13:31:04 -04:00
Compat.scala Factor out compiler interface compatibility layer. 2013-07-23 15:19:24 -07:00
CompilerInterface.scala Remove long comment that explains phase ordering issues. 2013-10-24 16:44:46 +02:00
ConsoleInterface.scala Use IMain.bindValue to bind repl values. This does a better job of getting the type to use for a bound value. 2013-07-17 14:58:53 -04:00
DelegatingReporter.scala Make the DelegatingReporter aware of -nowarn 2013-09-05 13:31:04 -04:00
Dependency.scala Add a bit documentation to Dependency phase. 2013-10-24 16:44:45 +02:00
ExtractAPI.scala Move API extraction logic to a separate class. 2013-07-24 15:18:44 -07:00
LocateClassFile.scala Factor out class file lookup out of Analyzer class. 2013-07-23 17:11:42 -07:00
Log.scala Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
Message.scala Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
ScaladocInterface.scala Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00