aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/src/xsbt/DelegatingReporter.scala
Commit message (Collapse)AuthorAgeFilesLines
* sbt-bridge: Fix #2092: Disable position information in the reporterGuillaume Martres2017-03-151-1/+1
| | | | | | This is temporary until someone figures out how to get sbt to not print duplicated information when this is turned on. This might require changes to sbt itself.
* sbt-bridge: Fix lineContent, pointer, pointerSpaceGuillaume Martres2017-03-141-3/+5
| | | | | | | | | These changes were done to imitate how these fields are set in https://github.com/sbt/sbt/blob/0.13/compile/interface/src/main/scala/xsbt/DelegatingReporter.scala The main issue this fixes is sbt displaying the ^ pointer way too far, because the number of spaces was set from the beginning of the file instead of the beginning of the line.
* sbt-bridge: Reduce verbosity by using intermediate variableGuillaume Martres2017-03-141-6/+7
|
* sbt-bridge: simpler way to get file pathGuillaume Martres2017-03-141-4/+5
|
* sbt-bridge: Don't crash when a Message does not have a PositionGuillaume Martres2017-03-141-9/+23
|
* restore position offset in DelegatingReporterGuillaume Massé2017-01-061-7/+12
|
* Make every project use the new directory structureGuillaume Martres2016-11-221-0/+48