summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepared changelogTobias Roeser2019-10-181-0/+7
* Grammar update in docs (#717)Eric Winer2019-10-181-1/+1
* Prepared release 0.5.2Tobias Roeser2019-10-172-8/+17
* Merge pull request https://github.com/lihaoyi/mill/pull/664Tobias Roeser2019-10-1620-60/+1775
|\
| * Fix review issuesSamvel Abrahamyan2019-10-154-5/+9
| * Merge pull request #4 from sequencer/bsp_patchSamvel Abrahamyan2019-10-141-4/+5
| |\
| | * get mill classpath and version from system env or java properties.Jiuyang liu2019-10-141-3/+4
| | * bug fix for system vended mill, no `MILL_CLASSPATH` avalible.Jiuyang liu2019-10-131-2/+2
| |/
| * Use named versions in bsp module defSamvel Abrahamyan2019-10-121-1/+13
| * Fix formatting issuesSamvel Abrahamyan2019-10-123-12/+17
| * Remove some unnecessary dependencies from contrib.bsp, use upickle instead of...Samvel Abrahamyan2019-10-122-35/+23
| * Add short comments about build reporters.Samvel Abrahamyan2019-10-121-10/+20
| * Reformat codeSamvel Abrahamyan2019-10-128-444/+493
| * Remove the dependency to bsp and zinc from core modulesSamvel Abrahamyan2019-10-1215-162/+197
| * Updated documentation of contrib module since now it is possible to run scala...Alexandra Dima2019-10-122-4/+0
| * Update contrib/bsp/src/mill/contrib/bsp/ModuleUtils.scala Alexandra Dima2019-10-121-1/+1
| * Fix failed test not being reported with appropriate status, add full stacktra...Samvel Abrahamyan2019-10-121-12/+17
| * Fix typo in data kind field, use constants from bsp4jSamvel Abrahamyan2019-10-123-9/+9
| * CHanged the clean cache command to use the mill api againAlexandra Dima2019-10-121-18/+28
| * Fixed bugs: If a module has no resource directory don't just throw error, jus...Alexandra Dima2019-10-123-4/+8
| * Fixed the classpath for the scalac option request, so now main classes can be...Alexandra Dima2019-10-122-2/+1
| * Fixed the compile request, if the root target is in the compile params, then ...Alexandra Dima2019-10-121-55/+61
| * Made corrections to the bsp module readme.Alexandra Dima2019-10-121-18/+21
| * Fixed bugs in passing the bsp specified run and test parameters to mill.Alexandra Dima2019-10-122-30/+55
| * Changed the clean cache method back to a subprocess because this way it can w...Alexandra Dima2019-10-125-33/+54
| * Added docstrigs and comments. Also cleaned unused imports. Changd the printSt...Alexandra Dima2019-10-1210-88/+266
| * Changed the clean cache method to usethe clean command form mill's MainModule...Alexandra Dima2019-10-124-26/+36
| * Removed unnecessary directories and reverted the scratch folder to how it was...Alexandra Dima2019-10-129-156/+8
| * Addressed code review feedback.Alexandra Dima2019-10-1215-227/+178
| * Updated the clean cache method of the mill build server to use system propert...Alexandra Dima2019-10-121-1/+8
| * Renamed the main class as well as the method that starts the bsp server.Alexandra Dima2019-10-121-26/+5
| * Modified the construction of the string ids for each BuildTargetIdentifier as...Alexandra Dima2019-10-122-7/+9
| * Made the variables that count erros and warnings in the compilation reporter ...Alexandra Dima2019-10-121-11/+12
| * Modified the compilation diagnostics reporter to send not only the currently ...Alexandra Dima2019-10-125-72/+95
| * Added a root target for the mill base module of each project so that intellij...Alexandra Dima2019-10-122-11/+59
| * Modified the sources and inversed sources requests to be compatible with retu...Alexandra Dima2019-10-121-5/+10
| * Fixed bug in computing the compilation output directory for the buildtTargetS...Alexandra Dima2019-10-121-3/+2
| * Fixed bug in building the data field of a BuildTarget which represents a mill...Alexandra Dima2019-10-121-4/+10
| * Fixed bug in computing the classDirectory for the scalac options request. Als...Alexandra Dima2019-10-125-5/+5
| * Added support for sending start/finish compilation notifications even when al...Alexandra Dima2019-10-124-21/+42
| * Improved compilation by sending all requested targets to the mill evaluator t...Alexandra Dima2019-10-128-87/+70
| * Imporved the way a target's display name is computed.Alexandra Dima2019-10-121-3/+11
| * Added progress notifications during run and test tasks too.Alexandra Dima2019-10-121-3/+6
| * Added progress notifications during compilationAlexandra Dima2019-10-124-25/+22
| * Updating the start server commnand according to newest changes in mill versio...Alexandra Dima2019-10-121-1/+1
| * Adding the scratch folder to git.Alexandra Dima2019-10-1210-1/+160
| * Fixed bug in computing the testing arguments from bsp in buildTargetTest.Alexandra Dima2019-10-125-5/+13
| * Added notification from server to client to show a message that either no mai...Alexandra Dima2019-10-122-43/+5
| * Fixed bug in computing the scala library dependencies of a ScalaBuildTarget.Alexandra Dima2019-10-121-0/+1
| * Removed commented code and fixed bug in assigned target ids. Now the uri of e...Alexandra Dima2019-10-122-46/+2