aboutsummaryrefslogtreecommitdiff
path: root/stage1
Commit message (Collapse)AuthorAgeFilesLines
* Add feature for starting the Scala REPL in arbitrary versions, propagate ↵Christopher Vogt2016-03-092-18/+26
| | | | logger as implicits
* fix duplicate classloader. one is enoughChristopher Vogt2016-03-082-7/+6
|
* cleanup: whitespace changes, separated more things into their own files, use ↵Christopher Vogt2016-03-078-126/+158
| | | | ++ 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-063-36/+98
| | | | lib. qualification from Stage1 for better readability
* Merge pull request #45 from farmdawgnation/farmdawg/stage2tweaksJan Christopher Vogt2016-03-062-8/+17
|\ | | | | Stage 2 / Logger cleanups.
| * Cleanups for logger.Matt Farmer2016-03-061-7/+16
| |
| * Make Init private so its not a part of the public interface.Matt Farmer2016-03-061-1/+1
| |
* | 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.
* Some style cleanups in Stage1.Matt Farmer2016-03-051-36/+47
|
* Fix READMEChristopher Vogt2016-03-051-1/+1
|
* CBT Version 1.0-BETAChristopher Vogt2016-03-048-0/+657