aboutsummaryrefslogtreecommitdiff
path: root/stage2/AdminStage2.scala
Commit message (Collapse)AuthorAgeFilesLines
* Pass ClassLoaderCache from stage1 to stage2 instead of wrongly creating ↵Christopher Vogt2016-04-061-1/+1
| | | | another one. This should improve behavior of transient cache.
* Typed passing of values from Stage1 to Stage2Christopher Vogt2016-03-301-6/+5
| | | | (thing can still be cleaned up)
* replace Scala reflection with Java reflection seems to fix the weird ↵Christopher Vogt2016-03-281-1/+1
| | | | exceptions that happened in the previous commit. Also gets rid of scala.reflect dependency in stage2.
* make scaffold work for simple caseChristopher Vogt2016-03-191-1/+2
|
* Add feature for starting the Scala REPL in arbitrary versions, propagate ↵Christopher Vogt2016-03-091-4/+5
| | | | logger as implicits
* cleanup: whitespace changes, separated more things into their own files, use ↵Christopher Vogt2016-03-071-1/+1
| | | | ++ for strings everywhere. Added ++ method to File and URL and use it in many places
* Some style cleanups in Stage1.Matt Farmer2016-03-051-1/+1
|
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+11