aboutsummaryrefslogtreecommitdiff
path: root/tests/repl/imports.check
Commit message (Collapse)AuthorAgeFilesLines
* Render line and col in error message for clickabilityFelix Mulder2017-04-161-3/+3
|
* typedApply: Avoid using incorrect context in tryEitherGuillaume Martres2017-02-181-1/+1
| | | | | | | | Previously, the following code accidentally used the implicit Context parameter of `typedApply`: tryEither { implicit ctx => typedOpAssign
* Update tests fixing contributor PRFelix Mulder2016-11-241-2/+2
|
* Move sjs, make sure that partest compiles everything in dirsFelix Mulder2016-11-221-3/+3
|
* Add dotty-library to classpath in dottydoc testsFelix Mulder2016-11-221-1/+1
|
* Fix #1286: Error on inexistent imports that are not used.Nicolas Stucki2016-10-211-0/+10
| | | | This commit also fixes #1583.
* Improve positions for MemberDefs using `namePos`Felix Mulder2016-10-101-1/+1
|
* Handle multiline messages in ConsoleReporterFelix Mulder2016-10-101-11/+5
|
* Fix TypeMismatch not getting nonsensical tags in some casesFelix Mulder2016-10-101-2/+2
| | | | Thanks @smarter!
* Fix reporting of ErrorTypes in highlighted segmentsFelix Mulder2016-10-101-2/+2
|
* Refactor explanation interpolatorFelix Mulder2016-10-101-4/+4
|
* Remove duplication of console reportersFelix Mulder2016-10-101-10/+12
|
* Add modifiers to highlightingFelix Mulder2016-10-101-6/+6
|
* Revert Scanners and Tokens to their original formFelix Mulder2016-04-281-3/+1
| | | | | Since we decided to go with the non dotty-scanner approach these are unnecessary to have altered, might just as well revert them.
* Add test fileMartin Odersky2016-03-181-0/+24