aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/src
Commit message (Collapse)AuthorAgeFilesLines
* sbt-bridge: Remove unused imports from scala-compilerGuillaume Martres2017-03-281-4/+0
|
* 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
|
* Merge pull request #1884 from MasseGuillaume/restore-delegating-reporterFelix Mulder2017-03-111-7/+12
|\ | | | | restore position offset in DelegatingReporter
| * restore position offset in DelegatingReporterGuillaume Massé2017-01-061-7/+12
| |
* | Remove faulty dottydoc APIFelix Mulder2017-01-311-19/+8
| |
* | Fix dotty docs gen, scrollFelix Mulder2017-01-311-3/+4
|/
* Make every project use the new directory structureGuillaume Martres2016-11-22507-4197/+0
|
* Move bridge to correct location, fix unmanaged sources in buildFelix Mulder2016-11-22507-0/+4570