aboutsummaryrefslogtreecommitdiff
path: root/bridge
Commit message (Collapse)AuthorAgeFilesLines
* Fix incremental compilation when inline method body changesGuillaume Martres2016-10-023-1/+13
| | | | | | Since we have no nice way of hashing a typed tree we use the pretty-printed tree of the method (as it would be printed by -Xprint:posttyper -Xprint-types) as a hacky substitute for now.
* Fix incremental compilation when inline method signature changesGuillaume Martres2016-10-026-0/+39
|
* delegate compilation info to sbt reporterGuillaume Massé2016-09-223-4/+63
|
* scripted test to check for delegation to the sbt compiler reporterGuillaume Massé2016-09-215-0/+74
|
* Implement dotty bridge for docFelix Mulder2016-08-191-10/+24
|
* Implement working docs requiring manually specifying resources and template ↵Felix Mulder2016-08-191-3/+30
| | | | for html docs
* Implement bridge that generates json on `doc` commandFelix Mulder2016-08-191-4/+15
|
* Add scaladoc interface stubFelix Mulder2016-08-191-0/+20
|
* 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