GNOME Bugzilla – Bug 666478
Vala should merge attributes on merge of namespaces
Last modified: 2012-07-12 12:09:36 UTC
Created attachment 203818 [details] [review] 0001-Merge-attributes-on-merge-of-namespace.patch Currently on merge the attributes are silently dropped. After this patch the attributes are treated as if they were specified sequentially.
Created attachment 203819 [details] [review] 0001-Merge-attributes-on-merge-of-namespace.patch The error check was wrong (for example it fail for merging GLib from glib-2.0.vapi and gobject-2.0.vapi.
Created attachment 203820 [details] [review] 0001-Merge-attributes-on-merge-of-namespace.patch Ups. Sorry - I forgot to call format-patch.
Created attachment 203822 [details] [review] 0001-Merge-attributes-on-merge-of-namespace.patch Paper bug attachment.
commit 4de3f6e7958557e8beb5eb73ffefb251433e6157 Author: Maciej Piechotka <uzytkownik2@gmail.com> Date: Mon Dec 19 03:24:28 2011 +0100 Merge attributes on merge of namespace On merge the attribute of second namespace were silently ignored. This patch treats them as they were specified sequentially. Fixes bug 666478.