aboutsummaryrefslogtreecommitdiff
path: root/stage1/Stage1Lib.scala
Commit message (Collapse)AuthorAgeFilesLines
* Improved how to express dependenciesChristopher Vogt2016-03-121-10/+20
| | | | | | Add - Constructor syntax for cross-scala-version dependencies (as rightfully requested on reddit) and encouraged over SBT's still supported operator syntax - Add support for classifiers other than "sources"
* Split ClassLoader classes into separate files and a few fixesChristopher Vogt2016-03-111-0/+8
|
* cleanup: whitespace changes, separated more things into their own files, use ↵Christopher Vogt2016-03-071-43/+21
| | | | ++ for strings everywhere. Added ++ method to File and URL and use it in many places
* 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