GNOME Bugzilla – Bug 742898
g_value_type_transformable() description differs from the code
Last modified: 2016-04-28 10:09:13 UTC
Bug 707111 added the following sentence to the description of g_value_type_transformable(): Note that for the types to be transformable, they must be compatible and a transform function must be registered. But the code is return (g_value_type_compatible (src_type, dest_type) || transform_func_lookup (src_type, dest_type) != NULL); Note ||, not &&.
Created attachment 294499 [details] [review] patch: gvalue: Fix description of g_value_type_transformable() Patch, assuming that the code is correct and the description is wrong.
Why no comment? I suppose that it will take only a few minutes to accept or reject the patch in comment 1. I'd also be happy to delete "Note that" from the description. It seems unnecessary there.
Closing this trivial bug report. Obviously no glib developer is interested.
Please, do not close bugs just because they have no comment.
Review of attachment 294499 [details] [review]: LGTM.
I haven't found a good description of what accepted-commit_after_freeze means. Does it mean in this case that that my patch must not be included in glib 2.48.x, and I shall wait with pushing it to the master branch until the glib-2-48 branch has been created?