aboutsummaryrefslogtreecommitdiff
path: root/bridge
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.
* Add loader support for dotty bridgeFelix Mulder2016-06-091-4/+9
|
* Add console interface for sbtFelix Mulder2016-06-091-0/+68
|
* Make the dotty-bridge sbt project a subproject of dottyGuillaume Martres2016-06-07485-0/+4199
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