sbt/compile
Mark Harrah 5ff33fad3e Second try at printing message when stack trace suppressed.
Problems:

  1. Without a message, users don't find 'last'
  2. Showing a message for every error clutters output.

This tries to address these issues by:

1. Only showing the message when other feedback has not been provided and
   'last' would not usually be helpful.  This will require ongoing tweaking.
   For now, all commands except 'compile' display the message.  'update' could
   omit the message as well, but perhaps knowing about 'last' might be
   useful there.

2. Including the exact command to show the output:
    last test:compile
   and not just
    last <task>

3. Highlighting the command in blue for visibility as an experiment.

Review by @ijuma and @retronym, please.
2012-05-19 18:20:19 -04:00
..
api approximate type parameters and references by name 2012-05-12 23:12:29 -04:00
inc move to revised warning interface in the compiler 2012-05-06 14:15:03 -04:00
integration Use Maybe rather than Option in IC 2012-05-07 19:09:25 -04:00
interface add a missing 'lazy' 2012-05-13 22:38:00 -04:00
ivy implement embedded interface 2012-04-18 16:01:45 -04:00
persist approximate type parameters and references by name 2012-05-12 23:12:29 -04:00
src/test/scala cleanup compilation tests 2012-05-12 23:12:29 -04:00
AnalyzingCompiler.scala Second try at printing message when stack trace suppressed. 2012-05-19 18:20:19 -04:00
ClasspathOptions.scala using some of the embedding interfaces 2012-04-18 11:02:52 -04:00
CompilerArguments.scala implement embedded interface 2012-04-18 16:01:45 -04:00
CompilerCache.scala basis for a resident compiler 2012-04-28 18:58:52 -04:00
CompilerInterfaceProvider.scala implement embedded interface 2012-04-18 16:01:45 -04:00
Eval.scala move to 2.9.1 (RC3), bump to 0.11.0-SNAPSHOT 2011-08-16 17:32:26 -04:00
JavaCompiler.scala Second try at printing message when stack trace suppressed. 2012-05-19 18:20:19 -04:00
LoggerReporter.scala move to revised warning interface in the compiler 2012-05-06 14:15:03 -04:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00
RawCompiler.scala Second try at printing message when stack trace suppressed. 2012-05-19 18:20:19 -04:00