sbt/util
Mark Harrah 1f88fe9d7c Parser.failOnException method, don't let rhs of alias fail the parse. Fixes #572.
alias only parses the right hand side for tab completion help.
The assignment should happen whether or not the parse is successful because the
context may change by the time the alias is actually evaluated.
In particular, the 'set' command uses the loaded project for tab completion in 0.12.1.
When a .sbtrc file is processed, the project has not been loaded yet, so aliases
involving set fail.  Wrapping the rhs in failOnException addresses this.
2012-10-15 12:42:27 -04:00
..
collection better error message for null setting values 2012-09-18 13:22:40 -04:00
complete Parser.failOnException method, don't let rhs of alias fail the parse. Fixes #572. 2012-10-15 12:42:27 -04:00
control Second try at printing message when stack trace suppressed. 2012-05-19 18:20:19 -04:00
log back all ConsoleLoggers by a common ConsoleOut 2012-09-01 09:56:09 -04:00
process remove most occurrences of ScalaObject 2012-07-01 15:16:41 -04:00
relation Break compiler dependency from 'collection' project. 2012-07-13 14:33:26 -04:00