mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
**Problem** 1. build.sbt was compiled with console reporter, so we couldn't capture the error. 2. Another problem was that reload deleted global log so we couldn't get to the previous load failure. **Solution** 1. This forwards build.sbt compilation errors to the logger. 2. This retains the failed loading log. 3. Using the facility above, this adds negative test for loading.