aboutsummaryrefslogtreecommitdiff
path: root/bridge/src/sbt-test
Commit message (Collapse)AuthorAgeFilesLines
* ExtractAPI: Do not miss value parameters of PolyTypesGuillaume Martres2016-07-127-0/+52
| | | | | This bug has been present since we merged this phase. In the new test `signature-change`, only "Case 1" did not pass before.
* Make the dotty-bridge sbt project a subproject of dottyGuillaume Martres2016-06-07476-0/+3480
Note that the dotty-bridge tests will not be run automatically by `test` which is short for `dotty/test`, to run the dotty-bridge tests, do in sbt: > dotty-bridge/test > dotty-bridge/scripted Original history: https://github.com/smarter/dotty-bridge/commits/master