aboutsummaryrefslogtreecommitdiff
path: root/test/test/TestREPL.scala
Commit message (Collapse)AuthorAgeFilesLines
* Move (most) unit tests to correct locationsFelix Mulder2016-11-221-66/+0
| | | | | | Should still perhaps move `test/dotc/tests.scala` and the others in the same directory to a better more cohesive location. Would like to delete the worksheets as well - but maybe they hold sentimental value...
* Add dotty-library to classpath in dottydoc testsFelix Mulder2016-11-221-2/+10
|
* ignore REPL transscript line ending differencesMartijn Hoekstra2016-09-071-2/+2
|
* Fix readLine in TestREPL to align with Ammonite readerMartin Odersky2016-08-161-3/+11
| | | | | | Needs to read several input lines at once. Enables repl test of new error messages.
* Use ChoiceSetting for coloringFelix Mulder2016-05-121-1/+1
|
* Add CLI option to disable REPL syntax highlightingFelix Mulder2016-05-121-2/+4
|
* Strip colors from output in TestREPLFelix Mulder2016-05-121-1/+2
|
* Revert Scanners and Tokens to their original formFelix Mulder2016-04-281-1/+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 multiline support using ammonite multilineFilterFelix Mulder2016-04-281-1/+1
|
* Initial implementation featuring two different highlightersFelix Mulder2016-04-281-2/+2
| | | | | | | | | | | One was implemted by hand and the other by using dotty's parser. The one built by hand is shorter, and behaves correctly. The scanner one is unfortunately not ready for testing - there are too many things that are workarounds for it to be a good solution as of now The code added from Ammonite is licensed under MIT, not sure where to put the license - but will add it once I know.
* Add docs to TestREPLMartin Odersky2016-03-181-0/+8
|
* Move all overridable bits into Config classMartin Odersky2016-03-181-15/+14
| | | | | | Central config class replaces mixture of parameters and fields. The fields were in part in the wrong class, where they could not easily be overridden.
* Add REPL testsMartin Odersky2016-03-181-0/+40