aboutsummaryrefslogtreecommitdiff
path: root/tests/repl
Commit message (Collapse)AuthorAgeFilesLines
* Improve positions for MemberDefs using `namePos`Felix Mulder2016-10-102-9/+9
|
* Handle multiline messages in ConsoleReporterFelix Mulder2016-10-102-56/+50
|
* Fix TypeMismatch not getting nonsensical tags in some casesFelix Mulder2016-10-102-10/+10
| | | | Thanks @smarter!
* Fix reporting of ErrorTypes in highlighted segmentsFelix Mulder2016-10-102-10/+10
|
* Make `typeDiff` aware of placeholder typesFelix Mulder2016-10-101-7/+7
|
* Refactor explanation interpolatorFelix Mulder2016-10-102-36/+33
|
* Remove duplication of console reportersFelix Mulder2016-10-102-56/+63
|
* Add modifiers to highlightingFelix Mulder2016-10-102-30/+30
|
* Fix readLine in TestREPL to align with Ammonite readerMartin Odersky2016-08-161-0/+74
| | | | | | Needs to read several input lines at once. Enables repl test of new error messages.
* Merge pull request #1436 from cswinter/wip-repl-patdef-fixGuillaume Martres2016-08-071-0/+10
|\ | | | | Fix #1372: Add handler for `PatDef`s to REPL
| * Fix #1372: Add handler for `PatDef`s to REPLClemens Winter2016-08-021-0/+10
| |
* | Fix #1367: Add ParsedTry case to UntypedTree{Copier,Map,Accumulator}Clemens Winter2016-08-031-0/+3
|/
* Fix varable printing in REPLMartin Odersky2016-07-311-0/+8
| | | | | | We accidentally used `toString` instead of `show`. Fixes #1426.
* Revert Scanners and Tokens to their original formFelix Mulder2016-04-282-36/+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
|
* Add REPL testsMartin Odersky2016-03-183-0/+47