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 770372 - gdbus-codegen: Strip @since parameters before comparison
gdbus-codegen: Strip @since parameters before comparison
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gdbus
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2016-08-25 09:27 UTC by Philip Withnall
Modified: 2016-08-25 10:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdbus-codegen: Strip @since parameters before comparison (2.86 KB, patch)
2016-08-25 09:27 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2016-08-25 09:27:20 UTC
Trivial patch attached.
Comment 1 Philip Withnall 2016-08-25 09:27:23 UTC
Created attachment 334118 [details] [review]
gdbus-codegen: Strip @since parameters before comparison

People might put more extraneous whitespace in a @since line in a
documentation comment, which should not affect the ordering of
methods/signals/etc. in the generated output.
Comment 2 Ignacio Casal Quinteiro (nacho) 2016-08-25 09:44:37 UTC
Review of attachment 334118 [details] [review]:

Looks good to me
Comment 3 Philip Withnall 2016-08-25 10:50:26 UTC
Danke.

Attachment 334118 [details] pushed as 097f708 - gdbus-codegen: Strip @since parameters before comparison