aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/sbt-test
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1884 from MasseGuillaume/restore-delegating-reporterFelix Mulder2017-03-111-1/+2
|\ | | | | restore position offset in DelegatingReporter
| * restore position offset in DelegatingReporterGuillaume Massé2017-01-061-1/+2
| |
* | Bump version from 0.1-SNAPSHOT to 0.1.1-SNAPSHOTGuillaume Martres2017-01-0883-166/+166
|/ | | | | | | | | | | | | | This is useful for two reasons: - All published Scala versions are of the form a.b.c and some tooling expect that, like sbt CrossVersion API. - Using 0.1.1 instead of 0.1.0 means that we match the version number of dotty-sbt-bridge, this is simpler and means that in the future sbt could automatically choose the correct version of dotty-sbt-bridge so that the user does not need to specify scalaCompilerBridgeSource in his build.sbt Note: it's awful that we have hardcoded paths to jars and that I had to change them, but I won't fix that now.
* Fix #1741: sbt.ExtractAPI: extract annotationsGuillaume Martres2016-12-026-0/+40
| | | | | | | | | This is necessary for correct incremental recompilation but is also used by sbt to find tests to run (for junit they should be annotated @org.junit.Test). I added an sbt scripted test to verify that JUnit now works, to run it: $ sbt > scripted discovery/test-discovery
* dotty-bridge is now called dotty-sbt-bridgeGuillaume Martres2016-11-2282-82/+82
|
* Make every project use the new directory structureGuillaume Martres2016-11-22495-0/+3656