aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting/ThrowingReporter.scala
Commit message (Collapse)AuthorAgeFilesLines
* Make relevant parts of compiler conform to new error handlingFelix Mulder2016-10-101-2/+2
|
* Complete better structure to diagnostic messagesFelix Mulder2016-10-101-1/+1
|
* Refactor common error messages to `diagnostic.basic`Felix Mulder2016-10-101-0/+1
|
* Rename Diagnostic to diagnostic.MessageFelix Mulder2016-10-101-3/+4
|
* ConsoleReporter: handling of non-sensical messages is now reusableGuillaume Martres2016-02-231-1/+1
| | | | | | | | | | This is now handled by a separate trait HideNonSensicalMessages that can be mixed in, similar to UniqueMessagePositions. This way we'll be able to reuse this functionality for other kind of Reporters. This also means that we don't need `doReport` to return a Boolean anymore, so we change it to return a Unit as it did before 065a0026924f722e9844c8e314180bb4cebca236
* Don't count suppressed errorsMartin Odersky2015-10-261-1/+1
| | | | If an error message was supressed to count it in the total.
* Fix #704, make reporters print messagesDmitry Petrashko2015-07-011-1/+1
| | | | Previously was swallowed in `isHidden` inside `report`
* Make Reporter.doReport publicDmitry Petrashko2015-07-011-1/+1
| | | | As reporter.report could actually not report dues to mode flag, we need a way to enforce printing.
* Fix doc commentMartin Odersky2015-06-291-1/+2
|
* Reporter refactoringMartin Odersky2014-05-201-2/+4
| | | | Refactored reporters to increase clarity and to pave the way for having Diagnostics subclasses.
* Changed Throwing reporting scheme.Martin Odersky2013-09-231-2/+2
| | | | | Changed ThrowingReporter to use an underlying reporter for issuing messages below ERROR. Made ThrowingReporters the default in initialContext.
* Integrated reporting into TyperState.Martin Odersky2013-07-191-0/+15