Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | message: Show the file/line even when processing FATAL | Colin Walters | 2011-10-17 | 1 | -5/+5 |
| | | | | This helps debug. Also, add a 'fatal' debug break. | ||||
* | scanner: Print out a message if warnings were off | Colin Walters | 2010-10-25 | 1 | -5/+5 |
| | | | | | | Otherwise people may not know about --warn-all. https://bugzilla.gnome.org/show_bug.cgi?id=631644 | ||||
* | scanner: Don't duplicate fatal message text | Colin Walters | 2010-09-29 | 1 | -1/+2 |
| | |||||
* | [Message] Implement Position.__repr__ | Johan Dahlin | 2010-09-20 | 1 | -0/+6 |
| | |||||
* | [message] Add apositions argument to a few functions | Johan Dahlin | 2010-09-20 | 1 | -6/+8 |
| | |||||
* | [scanner] Add a Position class | Johan Dahlin | 2010-09-20 | 1 | -47/+56 |
| | | | | | | Add a position class which will make it easier to send filename/line/column information to the message class. | ||||
* | [message] Set file_positions to an empty list | Johan Dahlin | 2010-09-20 | 1 | -1/+1 |
| | | | | | | So we can always pass it into len() without breaking https://bugzilla.gnome.org/show_bug.cgi?id=629959 | ||||
* | [scanner] Make fatal warnings exit | Johan Dahlin | 2010-09-07 | 1 | -4/+6 |
| | | | | Even if warnings are not enabled | ||||
* | scanner: Add various static debug hooks in GI_SCANNER_DEBUG | Colin Walters | 2010-09-07 | 1 | -0/+3 |
| | | | | | | | For backwards compat, keep the presence of the environment variable at all to mean "exception". Also start a HACKING file. | ||||
* | scanner: Actually exit with code 1 on fatal warnings again | Colin Walters | 2010-09-03 | 1 | -1/+1 |
| | |||||
* | [message] exit after calling message.fatal() | Johan Dahlin | 2010-09-02 | 1 | -1/+1 |
| | |||||
* | [message] Add an output parameter | Johan Dahlin | 2010-09-02 | 1 | -7/+10 |
| | |||||
* | [scanner] add a message module | Johan Dahlin | 2010-09-02 | 1 | -0/+155 |
This module will be used to report warnings, which doesn't explicitly depend on the transformer instance. |