aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/reporting
Commit message (Collapse)AuthorAgeFilesLines
* Change '... expected but found ...' to MessageEnno Runne2017-02-142-2/+37
|
* Ennru forward reference error (#1973)Enno2017-02-141-0/+19
| | | | | | | | | | * Change 'forward reference extending over the definition' to Message * Change 'forward reference extending over the definition' to Message * pesky file should not be included * Change 'forward reference extending over the definition' to Message (test case)
* Change 'overrides nothing' to report via Message (see #1965) (#1968)Enno2017-02-121-0/+32
| | | | | | * Change 'overrides nothing' to report via Message, split into two different messages * Change 'overrides nothing' to report via Message, split into two different messages
* Give context for code examples to ease understandingJonathan Brachthäuser2017-01-081-9/+18
|
* Add error message for dangling this in path selectionsJonathan Brachthäuser2017-01-081-0/+27
| | | | | | | | | | | | The following examples trigger the error message: val x: Foo.this = ??? // Also triggers the error: import foo.this // Additionally, also slays the compiler type X = Foo.this.type
* Add error message for unbound wildcard type.Jarrod Janssen2017-01-021-0/+43
|
* Add error messages - Parsers.scala:712 (#1842)Adam Trousdale2016-12-211-2/+24
| | | | | * Add error messages - Parsers.scala:712 * Tidy up imports and formatting
* Fix "wrong number of args" reportingMartin Odersky2016-12-171-2/+4
| | | | | | "Wrong number of args" only works for type arguments but was called also for term arguments. Ideally we should have a WrongNumberOfArgs message that works for both, but this will take some refactoring.
* Add CyclicImplicitVal error to messages (reverted from commit ↵Martin Odersky2016-12-151-11/+0
| | | | 559e49317912ce52c51e295346cebcafbb69462d)
* Add CyclicImplicitVal error to messagesFelix Mulder2016-12-131-0/+11
|
* Drop explicit types for local implicit valsMartin Odersky2016-12-121-1/+1
| | | | | Drop explicit types for local implicit vals of type Context and Position. Exercises the functionality and shortens the code.
* Better reporting of nested implicit failuresMartin Odersky2016-11-242-7/+10
| | | | | Error messages of nested implicit failures are now reported with the top-level message if -explaintypes is set.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-2210-0/+1732