summaryrefslogtreecommitdiff
path: root/contrib/bsp/src/mill/contrib/bsp/BspLoggedReporter.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix formatting issuesSamvel Abrahamyan2019-10-121-2/+4
* Reformat codeSamvel Abrahamyan2019-10-121-51/+53
* Remove the dependency to bsp and zinc from core modulesSamvel Abrahamyan2019-10-121-25/+18
* Changed the clean cache method back to a subprocess because this way it can w...Alexandra Dima2019-10-121-1/+1
* Added docstrigs and comments. Also cleaned unused imports. Changd the printSt...Alexandra Dima2019-10-121-8/+33
* Addressed code review feedback.Alexandra Dima2019-10-121-24/+5
* 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-121-21/+44
* Added support for sending start/finish compilation notifications even when al...Alexandra Dima2019-10-121-10/+18
* Improved compilation by sending all requested targets to the mill evaluator t...Alexandra Dima2019-10-121-4/+22
* Partially fixed test request by implementing a test reporter, adding it to ea...Alexandra Dima2019-10-121-0/+1
* Added support for merging compile parameters from the mill build file with th...Alexandra Dima2019-10-121-6/+8
* Fixed issue with retrieving line and offset of errors found during compilation.Alexandra Dima2019-10-121-4/+8
* Fixed compilation error, removed print statements and unnecessary code.Alexandra Dima2019-10-121-4/+0
* Implemented support for publishing compilation diagnostics through the custom...Alexandra Dima2019-10-121-0/+82