After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689454 - display "caret errors" better/automatically
display "caret errors" better/automatically
Status: RESOLVED FIXED
Product: gobject-introspection
Classification: Platform
Component: g-ir-scanner
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-12-01 19:36 UTC by Colin Walters
Modified: 2015-06-24 20:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
scanner: centralize caret error message handling (22.39 KB, patch)
2015-03-11 21:00 UTC, Dieter Verfaillie
none Details | Review
scanner: centralize caret error message handling (21.80 KB, patch)
2015-06-20 15:05 UTC, Dieter Verfaillie
none Details | Review
scanner: centralize caret error message handling (21.80 KB, patch)
2015-06-24 20:28 UTC, Dieter Verfaillie
none Details | Review

Description Colin Walters 2012-12-01 19:36:11 UTC
Right now some bits of annotationparser.py do "caret errors" manually - we should centralize this in message.py.
Comment 1 André Klapper 2015-02-07 17:15:40 UTC
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]
Comment 2 Dieter Verfaillie 2015-03-11 21:00:00 UTC
Created attachment 299132 [details] [review]
scanner: centralize caret error message handling

Not doing this manually all over the place makes
the code slightly more readable.
Comment 3 Dieter Verfaillie 2015-06-20 15:05:52 UTC
Created attachment 305745 [details] [review]
scanner: centralize caret error message handling

Not doing this manually all over the place makes
the code slightly more readable.
Comment 4 Dieter Verfaillie 2015-06-24 20:28:55 UTC
The following fix has been pushed:
537d343 scanner: centralize caret error message handling
Comment 5 Dieter Verfaillie 2015-06-24 20:28:59 UTC
Created attachment 306052 [details] [review]
scanner: centralize caret error message handling

Not doing this manually all over the place makes
the code slightly more readable.