aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* trap and pass exit codes throug the app, pass logger on to tests, remove the ↵Christopher Vogt2016-03-069-106/+164
| | | | lib. qualification from Stage1 for better readability
* hack to retrigger a previously failed compilation to happen again for ↵Christopher Vogt2016-03-061-4/+10
| | | | nailgun launcher and stage1. (zinc is still wasting time trying every single time.)
* refactored and improved nailgun code in bash script. Should be easier to ↵Christopher Vogt2016-03-061-17/+44
| | | | debug now. Doesn't wait endlessly.
* fix ArrayIndexOutOfBoundsException cause by an off by twoChristopher Vogt2016-03-061-4/+8
|
* try to provide better error message if there is an exception in the nailgun ↵Christopher Vogt2016-03-061-1/+3
| | | | launcher or appilcation script
* adding kill command to kill nailgun as a commandChristopher Vogt2016-03-061-0/+6
|
* simplifying some messages in shell scriptsChristopher Vogt2016-03-062-5/+5
|
* fix bug with nailgun not being restarted after recompiling launcherChristopher Vogt2016-03-061-1/+1
|
* Adjusting to the most suggested name ;)Christopher Vogt2016-03-061-1/+1
|
* cleanup NailgunLauncher script, make CBT recompilation more fine-grained for ↵Christopher Vogt2016-03-062-91/+79
| | | | speed and easier transfer of part of it into java. Also enable looping to recompile NailgunLauncher and stage1
* log times taken for steps in teh bash runner scriptChristopher Vogt2016-03-061-22/+48
|
* turn all cli output into std err output. This allows warnings not to screw ↵Christopher Vogt2016-03-061-11/+10
| | | | up the output needed for cli interop
* integrate circleciChristopher Vogt2016-03-063-4/+26
|
* Merge pull request #49 from cvogt/chrisJan Christopher Vogt2016-03-061-8/+4
|\ | | | | readme updates
| * Add talk slides to readmeChristopher Vogt2016-03-061-0/+4
| |
| * update readme - not true anymore, parallel tasks worksChristopher Vogt2016-03-061-8/+0
|/
* Merge pull request #43 from tobias-johansson/masterJan Christopher Vogt2016-03-061-0/+7
|\ | | | | Print error message if javac version < 1.8
| * Check that javac version >= 1.8Tobias Johansson2016-03-061-0/+7
| |
* | Merge pull request #45 from farmdawgnation/farmdawg/stage2tweaksJan Christopher Vogt2016-03-063-22/+42
|\ \ | | | | | | Stage 2 / Logger cleanups.
| * | Cleanups for logger.Matt Farmer2016-03-061-7/+16
| | |
| * | Impl readability improvements in Stage2Matt Farmer2016-03-061-14/+25
| | |
| * | Make Init private so its not a part of the public interface.Matt Farmer2016-03-061-1/+1
| |/
* | Merge pull request #48 from cvogt/hotfix-bootstrap_scalaJan Christopher Vogt2016-03-061-2/+2
|\ \ | | | | | | Adds Dependency.java to compiled files. Bug introduced in #41
| * | Adds Dependency.java to compiled files. Bug introduced in #41Christopher Vogt2016-03-061-2/+2
|/ /
* | Merge pull request #47 from cvogt/workaround-zinc-detectionJan Christopher Vogt2016-03-061-1/+1
|\ \ | | | | | | The condition disables zinc too eagerly, which can easily
| * | 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.
* | Merge pull request #41 from tpolecat/cleanupJan Christopher Vogt2016-03-063-134/+150
|\ \ | |/ |/| bootstrap/nailgun minor cleanup
| * nailgun cleanupRob Norris2016-03-051-37/+50
| |
| * bootstrap cleanupRob Norris2016-03-052-97/+100
| |
* | Merge pull request #36 from farmdawgnation/msf/style-cleanupsJan Christopher Vogt2016-03-063-39/+50
|\ \ | | | | | | Some style cleanups in Stage1.
| * | Some style cleanups in Stage1.Matt Farmer2016-03-053-39/+50
|/ /
* | Add Gitter channel linkJan Christopher Vogt2016-03-051-0/+2
| |
* | Fix READMEChristopher Vogt2016-03-052-3/+4
|/
* CBT Version 1.0-BETAChristopher Vogt2016-03-0432-0/+2394