aboutsummaryrefslogtreecommitdiff
path: root/stage1/Stage1Lib.scala
Commit message (Collapse)AuthorAgeFilesLines
* trap and pass exit codes throug the app, pass logger on to tests, remove the ↵Christopher Vogt2016-03-061-23/+83
| | | | lib. qualification from Stage1 for better readability
* The condition disables zinc too eagerly, which can easilyChristopher Vogt2016-03-061-1/+1
| | | | | | | | | | | | | | | | lead to half compiled sets of class files after a type error and no attempt to re-compile unless a source file is changed. This workaround fixes it but needs to run zinc more often which comes with a roughly 0.1 seconds time penalty every time (despite classloader caching) for every involved sub build. A fix would trep zinc's exit code (or call zinc differently) in order to determine if it succeeded and if it did not do something that makes it run again the next time, like deleting the class files or touching a source file. Probably there is a better way.
* Fix READMEChristopher Vogt2016-03-051-1/+1
|
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+184