sbt/compile/interface/src/main/scala/xsbt
Jason Zaugg c4efcc4df7 Make the DelegatingReporter aware of -nowarn
The test case compiles a project without and with this
setting and checks that a warning is and isn't emitted
respectively.

It's a multi-project build; this bug didn't seem to turn
up in a single-project build.
2013-09-05 13:31:04 -04:00
..
API.scala Move API extraction logic to a separate class. 2013-07-24 15:18:44 -07:00
Analyzer.scala Factor out class file lookup out of Analyzer class. 2013-07-23 17:11:42 -07: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 Handle compilation cancellation properly. 2013-07-19 14:39:26 -07: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
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