summaryrefslogtreecommitdiff
path: root/giscanner/message.py
Commit message (Collapse)AuthorAgeFilesLines
* Now make AnnotationParser do what gobject-introspection needs it to do.Dieter Verfaillie2012-04-051-2/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672254
* message: Show the file/line even when processing FATALColin Walters2011-10-171-5/+5
| | | | This helps debug. Also, add a 'fatal' debug break.
* scanner: Print out a message if warnings were offColin Walters2010-10-251-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 textColin Walters2010-09-291-1/+2
|
* [Message] Implement Position.__repr__Johan Dahlin2010-09-201-0/+6
|
* [message] Add apositions argument to a few functionsJohan Dahlin2010-09-201-6/+8
|
* [scanner] Add a Position classJohan Dahlin2010-09-201-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 listJohan Dahlin2010-09-201-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 exitJohan Dahlin2010-09-071-4/+6
| | | | Even if warnings are not enabled
* scanner: Add various static debug hooks in GI_SCANNER_DEBUGColin Walters2010-09-071-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 againColin Walters2010-09-031-1/+1
|
* [message] exit after calling message.fatal()Johan Dahlin2010-09-021-1/+1
|
* [message] Add an output parameterJohan Dahlin2010-09-021-7/+10
|
* [scanner] add a message moduleJohan Dahlin2010-09-021-0/+155
This module will be used to report warnings, which doesn't explicitly depend on the transformer instance.