sbt/util
Mark Harrah 1612af8dbb 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
..
classfile Changes required to use sbt as-is from Scala-IDE. 2012-07-13 14:33:26 -04:00
classpath scala-reflect.jar for the ScalaInstance derived from scalaHome 2012-06-16 23:40:52 -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
datatype port build to 0.10, fixes #30 2011-06-10 07:58:18 -04:00
env replace Path with RichFile 2011-05-14 18:21:41 -04:00
io defer opening logging output files until an actual write 2012-08-27 10:49:13 -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